-
Notifications
You must be signed in to change notification settings - Fork 34
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
Docker Image Tagging Confusion #85
Comments
This is excellent point @pahansen95 ! @deitch @giggsoff -- any thoughts on this? |
I think it is good idea to add latest tag to the publish workflow. Feel free to open PR for this. |
I do have an opinion on it, but I am not 100% sure it is correct, so open to discussion. I never have loved the mutable However, living with it means we should decide where it goes. In my opinion, If we need a mutable tag pointing to the latest head, we can add one for that as well. All of that having been said, this is important:
We could, and probably should. Is it wrong, though, for us to call out to use the latest released version? Or perhaps we need to be releasing more often. :-) |
If nothing else the |
I think @pahansen95 raises an important issue: the docs are confusing, because we don't have anything sane that As an aside, thank you for sharing it @pahansen95, so that we can avoid others also running around in circles. I propose the following:
To a large degree, this is an outcome of our not cutting releases. I would like to hear feedback from the 3 others on this issue before implementing. |
FWIW @deitch -- EVE itself follows a slightly tweaked version of the above:
I'd suggest whatever we do we need to make it the same between EVE and Adam. Otherwise confusion will abound. |
That makes sense. We will follow that with adam. We really should document this somewhere so that future projects (maybe eden too?) can have a written standard to follow. |
I was having issues running Adam in Docker on a t4g instance in AWS. After running around in circles trying to figure out what I was doing wrong I realized after looking at the Docker tags that
latest
was released 5 months ago.Looking at your GitHub Workflows I see you don't tag any image as
latest
. Would it make sense to add the tag under the publish workflow?Alternatively, you could call out in the README one should explicitly define a tag. Currently all of the examples just use
lfedge/adam
.I'd be happy to make a pull request either way.
The text was updated successfully, but these errors were encountered: