-
-
Notifications
You must be signed in to change notification settings - Fork 613
feat(common): migrate gluetun and tailscale to containerforge registry #45015
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -616,8 +616,8 @@ notes: | |||||
| #### | ||||||
|
|
||||||
| gluetunImage: | ||||||
| repository: oci.trueforge.org/tccr/gluetun | ||||||
| tag: v3.40.0@sha256:a8189e29155e0f8142be1500ae068a92b189b1b25abbba036321e74d6389bf2b | ||||||
| repository: oci.trueforge.org/containerforge/gluetun | ||||||
| tag: v3.41.1 | ||||||
| pullPolicy: IfNotPresent | ||||||
|
|
||||||
| netshootImage: | ||||||
|
|
@@ -626,8 +626,8 @@ netshootImage: | |||||
| pullPolicy: IfNotPresent | ||||||
|
|
||||||
| tailscaleImage: | ||||||
| repository: oci.trueforge.org/tccr/tailscale | ||||||
| tag: v1.88.3@sha256:878612592f133bc0728e978558b10a1c457371ac5949985d0584664c8e92c2f9 | ||||||
| repository: oci.trueforge.org/containerforge/tailscale | ||||||
| tag: v1.94.2 | ||||||
|
||||||
| tag: v1.94.2 | |
| tag: "v1.94.2@sha256:878612592f133bc0728e978558b10a1c457371ac5949985d0584664c8e92c2f9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The SHA256 digest was removed from the gluetun image tag. The original tag included
@sha256:a8189e29155e0f8142be1500ae068a92b189b1b25abbba036321e74d6389bf2bwhich provides immutable image verification. Consider adding the digest for the new v3.41.1 version to ensure reproducible deployments.