-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tags missing from Docker Hub #9
Comments
Hello 👋 thanks for letting me know you use this. I Believe checking that with a timestamp, it's September 2021 I set this up so that I can trigger builds, so with a slight tweak to the CI, it should be easy enough to re-publish (although that image may have CVE's) Would you be able to please firstly check if there are any breakages in If you have a copy anywhere locally, you can also docker tag, and push to your own repository on DockerHub or elsewhere. I Find this to be the most stable way to use Docker, but again, if there is an issue with latest or you need that tag pushed again, I'm happy to see about re-building it. |
I've pushed the tag and can confirm it was built with go 1.14. Besides the golang version there should be no differences with |
Vulnerability scan says clean... Nice
|
Amazing, thanks for responding so quickly and sorting the tags out, I’ll switch over to that tomorrow. Latest was working fine so no issues there, it was just preventing folks from spinning up the dev environment which we also use to run tests and needed a quick fix. Thanks again! |
I had a similar problem with Was there a reason why all the old tags were deleted? Just asking to understand if this could happen again in the future. |
Images tagged only by date will again be removed in the future. This is mostly to prevent security breaches. Even when MailHog source code remains the same, re-compiling in a newer golang toolchain can mitigate security. One potential workaround for this is to pull and re-tag, then push to an image repository you control. Is this something you might feel more comfortable doing? |
I suppose so. I would need to figure out how best to do it. Is there a reason to create tags based on the date instead of based on the dependencies? |
All those tags are from automated runs. There are many benefits to automated build, tag, deploy, but the one I'm most interested in is visibility. Knowing when something breaks, why and being able to see it gets fixed. Stability of time tagged commits, felt to me to be implicitly throwaway. I'm learning new things about this through this conversation. Thank you all for sharing with me, so that I Can gain a better understanding of the thought-processes and needs around this. I Personally pull from |
It is now possible to manually trigger builds from a branch, where you can specify a revision, tag or commit (I believe this is how This should make it even easier to fork this repo and run your own reproducible builds, and for me to mitigate de-tagging in the future. Please react 👍 for happy with this 👎 if you don't like it; or with 😕 if you are not sure. If you are not sure, please also comment. |
Thanks Lewis, for your responses. After discussing it with the team, we have decided that we will just use the |
Hi, first off thank you for setting this container and publishing it. We were pinning to the tag
1632011321
in https://github.com/humanmade/altis-local-server but all tags except forlatest
appear to have disappeared.It'd be great to keep a stable tag of some kind if you're open to it, I've been burned by using
latest
multiple times in the past. Appreciate if it's not something you want to do as I understand these tools tend to be for internal use first.The text was updated successfully, but these errors were encountered: