forked from tektoncd/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: change ghcr.io/distroless/* to distroless.dev/*
At this time, distroless.dev/static simply redirects to ghcr.io/distroless/static, so this is effectively no change. However, we are evaluating renaming the github.com/distroless org to avoid confusion, and in doing so, images at ghcr.io/distroless may be disrupted. Using the distroless.dev redirector gives us flexibility to change the underlying image registry transparently. The redirector code for distroless.dev is open source at https://github.com/chainguard-dev/registry-redirect and we've used it extensively internally for a month or two with no serious issues. Any credentials that are used are not logged or stored by the redirector, and since the image in question is public anyway, any credentials that pass through the redirector have no elevated permissions.
- Loading branch information
1 parent
58fd07c
commit 12681b6
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
defaultBaseImage: ghcr.io/distroless/static | ||
defaultBaseImage: distroless.dev/static | ||
baseImageOverrides: | ||
# git-init uses a base image that includes Git, and supports running either | ||
# as root or as user nonroot with UID 65532. | ||
github.com/tektoncd/pipeline/cmd/git-init: ghcr.io/distroless/git | ||
github.com/tektoncd/pipeline/cmd/git-init: distroless.dev/git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters