Scorpil / docker-rust

45 stars 8 forks source link

Force Docker Hub to update automated builds #17

Open Kerollmops opened 7 years ago

Kerollmops commented 7 years ago

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 commented 7 years ago

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
joshsleeper commented 7 years ago

@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!