Skip to content

Commit 7ff3986

Browse files
nalindTomSweeneyRedHat
authored andcommitted
[release-1.39] 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> Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
1 parent b347de6 commit 7ff3986

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM mirror.gcr.io/busybox
2-
ADD https://github.com/openshift/origin/raw/master/README.md README.md
2+
ADD https://github.com/openshift/origin/raw/main/README.md README.md
33
USER 1001
4-
ADD https://github.com/openshift/origin/raw/master/LICENSE .
5-
ADD https://github.com/openshift/origin/raw/master/LICENSE A
6-
ADD https://github.com/openshift/origin/raw/master/LICENSE ./a
4+
ADD https://github.com/openshift/origin/raw/main/LICENSE .
5+
ADD https://github.com/openshift/origin/raw/main/LICENSE A
6+
ADD https://github.com/openshift/origin/raw/main/LICENSE ./a
77
USER root
88
RUN mkdir ./b
9-
ADD https://github.com/openshift/origin/raw/master/LICENSE ./b/a
10-
ADD https://github.com/openshift/origin/raw/master/LICENSE ./b/.
9+
ADD https://github.com/openshift/origin/raw/main/LICENSE ./b/a
10+
ADD https://github.com/openshift/origin/raw/main/LICENSE ./b/.
1111
ADD https://github.com/openshift/ruby-hello-world/archive/master.zip /tmp/

0 commit comments

Comments
 (0)