Skip to content

Commit

Permalink
Merge pull request #29466 from ricardomaraschini/use-image-directly-f…
Browse files Browse the repository at this point in the history
…rom-quay

NO-JIRA: use quay.io/openshift/origin-cli:latest directly
  • Loading branch information
openshift-merge-bot[bot] authored Jan 23, 2025
2 parents 4ca8255 + 737ba8e commit a30e8f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions test/extended/testdata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions test/extended/testdata/signer-buildconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ items:
dockerfile: |
FROM quay.io/openshift/origin-cli:latest
WORKDIR /var/lib/origin
RUN source /etc/os-release \
&& rhel_major=${VERSION_ID%.*} \
&& yum config-manager \
--add-repo "https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi${rhel_major}/${rhel_major}/\$basearch/baseos/os/" \
--add-repo "https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi${rhel_major}/${rhel_major}/\$basearch/appstream/os/"
RUN yum install -y skopeo && \
yum clean all && mkdir -p gnupg && chmod -R 0777 /var/lib/origin
RUN echo $'%echo Generating openpgp key ...\n\
Expand All @@ -43,9 +38,6 @@ items:
env:
- name: "BUILD_LOGLEVEL"
value: "2"
from:
kind: DockerImage
name: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest
output:
to:
kind: ImageStreamTag
Expand Down

0 comments on commit a30e8f6

Please sign in to comment.