Immutable Tags / Releases #664
tim-hanssen
started this conversation in
Ideas & Feature Requests
Replies: 3 comments
|
I like this idea. Would be open to more discussion if others want to chime in |
0 replies
|
If there is no reason not to, it would be nice to enable it. |
0 replies
|
Sorry for the delay. I was slammed with projects. So long story short, I'm dumb and forgot that I already do this. I think I used to update the latest tag (like back in 2.x) but I don't do that anymore. I enabled tag rules and I want to further harden our process. I also spent some time documenting how this all works here: https://serversideup.net/open-source/docker-php/docs/getting-started/upgrade-guide Let me know if this all looks good to you. I appreciate your ideas to help improve our security! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Recent incidents like with Trivy scanner yesterday showed that retagging versions can create security risks.
A version like v1.2.3 should always point to the same commit.
Proposal:
Why:
All reactions