docker-rust
docker-rust copied to clipboard
Force Docker Hub to update automated builds
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.
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
@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!