generated from knative-extensions/sample-controller
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using my forks of various images. (#475)
The main reason for these was estargz optimization, but also multi-arch. multi-arch has landed upstream, so this mostly drops the estargz bits, which we dropped CI of in the previous change.
- Loading branch information
Showing
8 changed files
with
9 additions
and
163 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,11 +1,10 @@ | ||
# Use :nonroot base image for all containers | ||
defaultBaseImage: ghcr.io/mattmoor/distroless/static:nonroot | ||
defaultBaseImage: gcr.io/distroless/static:nonroot | ||
baseImageOverrides: | ||
# These are multi-arch builds of: gcr.io/tekton-nightly/github.com/tektoncd/pipeline/build-base:latest | ||
github.com/tektoncd/pipeline/cmd/git-init: ghcr.io/mattmoor/tekton-base:latest | ||
github.com/tektoncd/pipeline/cmd/git-init: gcr.io/tekton-nightly/github.com/tektoncd/pipeline/git-init-build-base:latest | ||
|
||
# May need root to run files. | ||
github.com/mattmoor/mink/cmd/kontext-expander: ghcr.io/mattmoor/distroless/static:latest | ||
github.com/mattmoor/mink/cmd/kontext-expander: gcr.io/distroless/static:latest | ||
|
||
# Needs go to build stuff! | ||
github.com/google/ko/cmd/ko: golang:latest |
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
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