Merge pull request #6050 from openshift-cherrypick-robot/cherry-pick-6028-to-release-1.22

[release-1.22] tests/conformance/testdata/Dockerfile.add:...
This commit is contained in:
openshift-merge-bot[bot] 2025-03-10 19:45:05 +00:00 committed by GitHub
commit cdfd5c4a83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
FROM busybox FROM mirror.gcr.io/busybox
ADD https://github.com/openshift/origin/raw/master/README.md README.md ADD https://github.com/openshift/origin/raw/main/README.md README.md
USER 1001 USER 1001
ADD https://github.com/openshift/origin/raw/master/LICENSE . ADD https://github.com/openshift/origin/raw/main/LICENSE .
ADD https://github.com/openshift/origin/raw/master/LICENSE A ADD https://github.com/openshift/origin/raw/main/LICENSE A
ADD https://github.com/openshift/origin/raw/master/LICENSE ./a ADD https://github.com/openshift/origin/raw/main/LICENSE ./a
USER root USER root
RUN mkdir ./b RUN mkdir ./b
ADD https://github.com/openshift/origin/raw/master/LICENSE ./b/a ADD https://github.com/openshift/origin/raw/main/LICENSE ./b/a
ADD https://github.com/openshift/origin/raw/master/LICENSE ./b/. ADD https://github.com/openshift/origin/raw/main/LICENSE ./b/.
ADD https://github.com/openshift/ruby-hello-world/archive/master.zip /tmp/ ADD https://github.com/openshift/ruby-hello-world/archive/master.zip /tmp/