-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch all CI/CD jobs from the plumbing images gcr.io/tekton-releases/dogfooding to the plumbing images ghcr.io/tektoncd/plumbing. Images have been copied over with crane, until the publish template are updated. This PR has been generated with regex search and replace. Part of #2157 Signed-off-by: Andrea Frittoli <[email protected]>
- Loading branch information
1 parent
6eebd35
commit 890270b
Showing
45 changed files
with
111 additions
and
111 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
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
Large diffs are not rendered by default.
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
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
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
2 changes: 1 addition & 1 deletion
2
tekton/cronjobs/dogfooding/images/alpine-git-nonroot-nightly/README.md
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,3 +1,3 @@ | ||
Cron Job to build an alpine container image with `git` installed and a | ||
non-root user set up. | ||
The image is published daily to [gcr.io/tekton-releases/dogfooding/alpine-git-nonroot:latest](gcr.io/tekton-releases/dogfooding/alpine-git-nonroot:latest). | ||
The image is published daily to [ghcr.io/tektoncd/plumbing/alpine-git-nonroot:latest](ghcr.io/tektoncd/plumbing/alpine-git-nonroot:latest). |
2 changes: 1 addition & 1 deletion
2
tekton/cronjobs/dogfooding/images/buildx-gcloud-nightly/README.md
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,2 +1,2 @@ | ||
Cron Job to build a container image with `docker buildx` and `gcloud` installed. | ||
The image is published daily to [gcr.io/tekton-releases/dogfooding/buildx-gcloud:latest](gcr.io/tekton-releases/dogfooding/buildx-gcloud:latest). | ||
The image is published daily to [ghcr.io/tektoncd/plumbing/buildx-gcloud:latest](ghcr.io/tektoncd/plumbing/buildx-gcloud: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Cron Job to build a container image with `catlin` installed. The image is published daily to `gcr.io/tekton-releases/dogfooding/catlin:latest`. | ||
Cron Job to build a container image with `catlin` installed. The image is published daily to `ghcr.io/tektoncd/plumbing/catlin:latest`. |
2 changes: 1 addition & 1 deletion
2
tekton/cronjobs/dogfooding/images/coverage-image-nightly/README.md
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,2 +1,2 @@ | ||
Cron Job to build a container image with `coverage` installed. | ||
The image is published daily to [gcr.io/tekton-releases/dogfooding/coverage:latest](gcr.io/tekton-releases/dogfooding/coverage:latest). | ||
The image is published daily to [ghcr.io/tektoncd/plumbing/coverage:latest](ghcr.io/tektoncd/plumbing/coverage:latest). |
2 changes: 1 addition & 1 deletion
2
tekton/cronjobs/dogfooding/images/go-rest-api-test-nightly/README.md
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,2 +1,2 @@ | ||
Cron Job to build a container image with `go-rest-api-test` installed. | ||
The image is published daily to [gcr.io/tekton-releases/dogfooding/go-rest-api-test:latest](gcr.io/tekton-releases/dogfooding/go-rest-api-test:latest). | ||
The image is published daily to [ghcr.io/tektoncd/plumbing/go-rest-api-test:latest](ghcr.io/tektoncd/plumbing/go-rest-api-test: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Cron Job to build a container image with `hub` installed. | ||
The image is published daily to [gcr.io/tekton-releases/dogfooding/hub:latest](gcr.io/tekton-releases/dogfooding/hub:latest). | ||
The image is published daily to [ghcr.io/tektoncd/plumbing/hub:latest](ghcr.io/tektoncd/plumbing/hub: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Cron Job to build a container image with `ko` and `gcloud` installed. | ||
The image is published daily to [gcr.io/tekton-releases/dogfooding/ko:gcloud-latest](gcr.io/tekton-releases/dogfooding/ko-gcloud:latest). | ||
The image is published daily to [ghcr.io/tektoncd/plumbing/ko:gcloud-latest](ghcr.io/tektoncd/plumbing/ko-gcloud: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Cron Job to build a container image with `ko` installed. | ||
The image is published daily to [gcr.io/tekton-releases/dogfooding/ko:latest](gcr.io/tekton-releases/dogfooding/ko:latest). | ||
The image is published daily to [ghcr.io/tektoncd/plumbing/ko:latest](ghcr.io/tektoncd/plumbing/ko: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Cron Job to build a container image with `koparse` installed. | ||
The image is published daily to [gcr.io/tekton-releases/dogfooding/tkn:latest](gcr.io/tekton-releases/dogfooding/koparse:latest). | ||
The image is published daily to [ghcr.io/tektoncd/plumbing/tkn:latest](ghcr.io/tektoncd/plumbing/koparse: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Cron Job to build a container image with `kubectl` installed. | ||
The image is published daily to [gcr.io/tekton-releases/dogfooding/kubectl:latest](gcr.io/tekton-releases/dogfooding/kubectl:latest). | ||
The image is published daily to [ghcr.io/tektoncd/plumbing/kubectl:latest](ghcr.io/tektoncd/plumbing/kubectl:latest). |
2 changes: 1 addition & 1 deletion
2
tekton/cronjobs/dogfooding/images/pipeline-test-runner-nightly/README.md
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,2 +1,2 @@ | ||
Cron Job to build the `test-runner` container image used for CI/CD. | ||
The image is published daily to [gcr.io/tekton-releases/dogfooding/test-runner:latest](gcr.io/tekton-releases/dogfooding/test-runner:latest). | ||
The image is published daily to [ghcr.io/tektoncd/plumbing/test-runner:latest](ghcr.io/tektoncd/plumbing/test-runner:latest). |
2 changes: 1 addition & 1 deletion
2
tekton/cronjobs/dogfooding/images/teps-community-nightly/README.md
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,4 +1,4 @@ | ||
# Teps image | ||
|
||
Cron Job to build a container with the "teps.py" tool from the tektoncd/community repo. | ||
The image is published daily to [gcr.io/tekton-releases/dogfooding/teps:latest](gcr.io/tekton-releases/dogfooding/teps:latest). | ||
The image is published daily to [ghcr.io/tektoncd/plumbing/teps:latest](ghcr.io/tektoncd/plumbing/teps: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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Cron Job to build a container image with `tkn` installed. | ||
The image is published daily to [gcr.io/tekton-releases/dogfooding/tkn:latest](gcr.io/tekton-releases/dogfooding/tkn:latest). | ||
The image is published daily to [ghcr.io/tektoncd/plumbing/tkn:latest](ghcr.io/tektoncd/plumbing/tkn: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
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
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
Oops, something went wrong.