Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update quay.io/redhat-appstudio/build-trusted-artifacts:latest docker digest #1285

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion task/build-vm-image/0.1/build-vm-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
name: varlibcontainers
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:ad38a34d39906a5298583de2dfffe965ccd252da52cb4e6ed0f9d6405d10afe9
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:9b2b2982b2ebb17a7b6d56de0c169c944c7e27c062a7fd3813ac75c0afbbb56c
args:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
Expand Down
2 changes: 1 addition & 1 deletion task/buildah-oci-ta/0.1/buildah-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ spec:
name: workdir
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:af3f1562ea5533337ad39e3841434705e0c271091074a285d48debce7b63d1c6
args:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
Expand Down
2 changes: 1 addition & 1 deletion task/buildah-oci-ta/0.2/buildah-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ spec:
name: workdir
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:af3f1562ea5533337ad39e3841434705e0c271091074a285d48debce7b63d1c6
args:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ spec:
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
computeResources: {}
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:af3f1562ea5533337ad39e3841434705e0c271091074a285d48debce7b63d1c6
name: use-trusted-artifact
- args:
- $(params.BUILD_ARGS[*])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ spec:
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- $(params.CACHI2_ARTIFACT)=/var/workdir/cachi2
computeResources: {}
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:af3f1562ea5533337ad39e3841434705e0c271091074a285d48debce7b63d1c6
name: use-trusted-artifact
- args:
- $(params.BUILD_ARGS[*])
Expand Down
2 changes: 1 addition & 1 deletion task/git-clone-oci-ta/0.1/git-clone-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ spec:
check_symlinks
fi
- name: create-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:af3f1562ea5533337ad39e3841434705e0c271091074a285d48debce7b63d1c6
args:
- create
- --store
Expand Down
2 changes: 1 addition & 1 deletion task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
name: workdir
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:af3f1562ea5533337ad39e3841434705e0c271091074a285d48debce7b63d1c6
args:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
echo -n "" >$(results.CACHI2_ARTIFACT.path)
fi
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:af3f1562ea5533337ad39e3841434705e0c271091074a285d48debce7b63d1c6
args:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
Expand Down Expand Up @@ -226,7 +226,7 @@ spec:
cachi2 --log-level="$LOG_LEVEL" inject-files /var/workdir/cachi2/output \
--for-output-dir=/cachi2/output
- name: create-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:af3f1562ea5533337ad39e3841434705e0c271091074a285d48debce7b63d1c6
args:
- create
- --store
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
name: workdir
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:af3f1562ea5533337ad39e3841434705e0c271091074a285d48debce7b63d1c6
args:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
name: workdir
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:af3f1562ea5533337ad39e3841434705e0c271091074a285d48debce7b63d1c6
args:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
name: workdir
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:af3f1562ea5533337ad39e3841434705e0c271091074a285d48debce7b63d1c6
args:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
Expand Down
2 changes: 1 addition & 1 deletion task/source-build-oci-ta/0.1/source-build-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
name: workdir
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:af3f1562ea5533337ad39e3841434705e0c271091074a285d48debce7b63d1c6
args:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
Expand Down
Loading