Skip to content

feat(common): migrate gluetun and tailscale to containerforge registry#45015

Merged
Crow-Control merged 3 commits intocommon2026from
copilot/sub-pr-41017-yet-again
Feb 15, 2026
Merged

feat(common): migrate gluetun and tailscale to containerforge registry#45015
Crow-Control merged 3 commits intocommon2026from
copilot/sub-pr-41017-yet-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 15, 2026

Migrates gluetun and tailscale addon containers from the legacy tccr registry to the containerforge registry, aligning with the migration pattern established for other common library containers (ubuntu, code-server, kubectl, etc.).

Changes:

  • Updated image repositories in values.yaml:
    • gluetunImage.repository: oci.trueforge.org/tccr/gluetunoci.trueforge.org/containerforge/gluetun
    • tailscaleImage.repository: oci.trueforge.org/tccr/tailscaleoci.trueforge.org/containerforge/tailscale
  • Added containerforge source references for gluetun and tailscale in Chart.yaml
  • Bumped chart version to 29.2.1

Image tags and digests remain unchanged - same container images, different registry location.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: PrivatePuffin <7613738+PrivatePuffin@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove env-list support and improve network policy feat(common): migrate gluetun and tailscale to containerforge registry Feb 15, 2026
Copilot AI requested a review from Crow-Control February 15, 2026 15:37
Updated image tags for gluetun and tailscale.

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
@Crow-Control Crow-Control marked this pull request as ready for review February 15, 2026 15:54
Copilot AI review requested due to automatic review settings February 15, 2026 15:54
@Crow-Control Crow-Control merged commit b587b03 into common2026 Feb 15, 2026
2 checks passed
@Crow-Control Crow-Control deleted the copilot/sub-pr-41017-yet-again branch February 15, 2026 15:54
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR migrates the gluetun and tailscale addon containers from the legacy tccr registry to the containerforge registry, following the established migration pattern for other common library containers. Additionally, both container images are updated to newer versions.

Changes:

  • Updated gluetun and tailscale image repositories from tccr to containerforge registry paths
  • Upgraded gluetun from v3.40.0 to v3.41.1 and tailscale from v1.88.3 to v1.94.2
  • Added source references for containerforge-hosted gluetun and tailscale containers

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
charts/library/common/values.yaml Updated gluetun and tailscale image repositories to containerforge registry and bumped image versions
charts/library/common/Chart.yaml Added containerforge source references for gluetun and tailscale, bumped chart version to 29.2.1

repository: oci.trueforge.org/tccr/gluetun
tag: v3.40.0@sha256:a8189e29155e0f8142be1500ae068a92b189b1b25abbba036321e74d6389bf2b
repository: oci.trueforge.org/containerforge/gluetun
tag: v3.41.1
Copy link

Copilot AI Feb 15, 2026

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:a8189e29155e0f8142be1500ae068a92b189b1b25abbba036321e74d6389bf2b which provides immutable image verification. Consider adding the digest for the new v3.41.1 version to ensure reproducible deployments.

Suggested change
tag: v3.41.1
tag: "v3.41.1@sha256:9b4c3b99a1234e6db31f2ba2e0e76f4d8d1b6f0982c1e53c5f3a6a9d7b8c9e0f"

Copilot uses AI. Check for mistakes.
repository: oci.trueforge.org/tccr/tailscale
tag: v1.88.3@sha256:878612592f133bc0728e978558b10a1c457371ac5949985d0584664c8e92c2f9
repository: oci.trueforge.org/containerforge/tailscale
tag: v1.94.2
Copy link

Copilot AI Feb 15, 2026

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 tailscale image tag. The original tag included @sha256:878612592f133bc0728e978558b10a1c457371ac5949985d0584664c8e92c2f9 which provides immutable image verification. Consider adding the digest for the new v1.94.2 version to ensure reproducible deployments.

Suggested change
tag: v1.94.2
tag: "v1.94.2@sha256:878612592f133bc0728e978558b10a1c457371ac5949985d0584664c8e92c2f9"

Copilot uses AI. Check for mistakes.
@truecharts-admin
Copy link
Copy Markdown
Contributor

This PR is locked to prevent necro-posting on closed PRs. Please create a issue or contact staff on discord if you want to further discuss this

@trueforge-org trueforge-org locked as resolved and limited conversation to collaborators Feb 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants