1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Fix skopeo image reference

The previous tag, quay.io/skopeo/stable:v1.9.0, no longer exists. This
commit updates the image reference to use the `v1` floating tag.

Signed-off-by: Luiz Carvalho <lucarval@redhat.com>
This commit is contained in:
Luiz Carvalho 2023-08-29 16:32:52 -04:00 committed by tekton-robot
parent cc481a5f26
commit 4754df9c26
3 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ spec:
default: "true"
steps:
- name: skopeo-copy
image: quay.io/skopeo/stable:v1.3.0
image: quay.io/skopeo/stable:v1
script: |
# Function to copy multiple images.
#

View File

@ -44,7 +44,7 @@ spec:
env:
- name: HOME
value: /tekton/home
image: quay.io/skopeo/stable:v1.9.0
image: quay.io/skopeo/stable:v1
script: |
# Function to copy multiple images.
#

View File

@ -44,7 +44,7 @@ spec:
env:
- name: HOME
value: /tekton/home
image: quay.io/skopeo/stable:v1.9.0
image: quay.io/skopeo/stable:v1
script: |
# Function to copy multiple images.
#