mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-24 06:15:46 +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:
parent
cc481a5f26
commit
4754df9c26
@ -41,7 +41,7 @@ spec:
|
|||||||
default: "true"
|
default: "true"
|
||||||
steps:
|
steps:
|
||||||
- name: skopeo-copy
|
- name: skopeo-copy
|
||||||
image: quay.io/skopeo/stable:v1.3.0
|
image: quay.io/skopeo/stable:v1
|
||||||
script: |
|
script: |
|
||||||
# Function to copy multiple images.
|
# Function to copy multiple images.
|
||||||
#
|
#
|
||||||
|
@ -44,7 +44,7 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: HOME
|
- name: HOME
|
||||||
value: /tekton/home
|
value: /tekton/home
|
||||||
image: quay.io/skopeo/stable:v1.9.0
|
image: quay.io/skopeo/stable:v1
|
||||||
script: |
|
script: |
|
||||||
# Function to copy multiple images.
|
# Function to copy multiple images.
|
||||||
#
|
#
|
||||||
|
@ -44,7 +44,7 @@ spec:
|
|||||||
env:
|
env:
|
||||||
- name: HOME
|
- name: HOME
|
||||||
value: /tekton/home
|
value: /tekton/home
|
||||||
image: quay.io/skopeo/stable:v1.9.0
|
image: quay.io/skopeo/stable:v1
|
||||||
script: |
|
script: |
|
||||||
# Function to copy multiple images.
|
# Function to copy multiple images.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user