-
Notifications
You must be signed in to change notification settings - Fork 329
Link DockerHub repositories with GitHub #89
Comments
Here's the most recent discussion on the topic #86 Mind having a look and sanity checking the idea with that in mind? |
(And this is another repo I totally failed to "Watch". Fixed that now.) Yeah, in theory I agree; in practice #86 describes pretty well why there's been no move yet. If this is mostly about documenting the state of things, that's also great input. Another thing that's been discussed is exploding this "monorepo" into image-specific repositories, which may reduce the scope of this change by constraining each work item to a single image. The thing to keep in mind there is synchronization between the images - do we always rebuild all of them? Which versions are compatible with which other versions? |
one thing that came up recently is that quay remembered a bad download (cached). Without a busting strategy, only option is to bump the version. docker itself has a no-cache flag, which would obviate this. We could also somehow build something into our dockerfile to read a variable from Quay that busts the cache. here's a related issue: moby/moby#1326 I'm not sure if dockerhub is better or worse in this regard. Bad downloads are rare, but it did distract for a while. |
cc @dmitry-prokopchenkov who got bit by this on a stale zipkin-dependencies image |
All the repos are linked now so think this issue is resolved (docker hub builds of release builds tracked in other issues) |
thanks for making such short work of this!
|
There's a couple of benefits for doing this:
The text was updated successfully, but these errors were encountered: