Skip to content
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

tag images by SHA as well #33

Closed

Conversation

untitaker
Copy link

it is currently not possible to pin image references in docker-compose by SHA, as old images become unreferencable as new commits are pushed to master

it is currently not possible to pin image references in docker-compose
by SHA, as old images become unreferencable as new commits are pushed to
master
@PrivacyDevel
Copy link
Owner

You should be able to reference to old docker images by their sha256 hash that's visible if you select the package on GitHub and click on "view all versions" and then click on untagged.

@untitaker
Copy link
Author

untitaker commented Sep 16, 2023

I don't know which SHA refers to which git commit, and as such I wouldn't understand which version of code I have actually deployed and which bugfixes it contains. I also have to go by the order of when CI finished to understand what is the latest image. generally I don't think people reference docker images by anything but tags, it's not a common practice IMO

@untitaker untitaker closed this Feb 19, 2024
@untitaker untitaker deleted the privacydevel-image-tags branch February 19, 2024 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants