[release-1.37] tests/conformance/testdata/Dockerfile.add:...

update some URLs

The origin repository renamed its "master" branch to "main", so we need
to update our references to items in that branch.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
Nalin Dahyabhai 2025-02-27 14:09:15 -05:00 committed by tomsweeneyredhat
parent fd39521492
commit 2727cf7d2c
1 changed files with 7 additions and 7 deletions

View File

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