docker-rust icon indicating copy to clipboard operation
docker-rust copied to clipboard

Force Docker Hub to update automated builds

Open Kerollmops opened this issue 8 years ago • 2 comments
trafficstars

How is it possible to force hub.docker.com/r/scorpil/rust to recompile automated builds.

I use rocket.rs and require the rust 1.18.0-nightly (2017-04-15) version but the available version on docker hub is the 1.18.0-nightly (2017-04-11). The two version are, today, 20 days old.

Docker official remote build triggers.

Kerollmops avatar May 05 '17 14:05 Kerollmops

Is it possible to add a hook on the Rust Github repository that do a curl and auto-build-triggering this Image on Docker Hub ?

curl --data build=true -X POST https://registry.hub.docker.com/u/scorpil/rust/trigger/KEY

Kerollmops avatar May 05 '17 14:05 Kerollmops

@Scorpil

Yea, something seems funky with the Docker Hub automation for this repo. Not sure if it's on your end or theirs, but their build history for this project looks pretty outdated. stable is still pointing to 1.17 which is two full releases behind now!

Mind taking a look? Since this is the default recommended Rust container for GitLab runners, it'd be nice to have it updated as often as possible.

Thanks for all your hard work!

joshsleeper avatar Jul 22 '17 04:07 joshsleeper