-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move remaining use of Tekton-produced images from gcr.io to ghcr.io
Most images produced by Tekton projects, including tooling built from tektoncd/plumbing, are now consumed from ghcr.io. The Dashboard E2E base image is now also published to ghcr.io. Update the Dockerfile to include the expected OCI labels.
- Loading branch information
1 parent
4455f3d
commit b785b96
Showing
7 changed files
with
19 additions
and
8 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
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 |
---|---|---|
|
@@ -18,6 +18,11 @@ ARG NODE_VERSION='20.18.0' | |
|
||
FROM cypress/factory@sha256:18e552026e3b2a33041a99417823d1ff2a016ff5ab3866cd9743d91410981797 | ||
|
||
LABEL maintainer "Tekton Authors <[email protected]>" | ||
LABEL org.opencontainers.image.source=https://github.com/tektoncd/dashboard | ||
LABEL org.opencontainers.image.description="Base image for Tekton Dashboard E2E tests" | ||
LABEL org.opencontainers.image.licenses=Apache-2.0 | ||
|
||
RUN apt-get update && apt-get install -y apt-transport-https ca-certificates curl gpg &&\ | ||
mkdir -p /etc/apt/keyrings &&\ | ||
curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.29/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg &&\ | ||
|
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