2025-02-28 03:09:15 +08:00
|
|
|
FROM mirror.gcr.io/busybox
|
|
|
|
ADD https://github.com/openshift/origin/raw/main/README.md README.md
|
2018-08-27 19:10:57 +08:00
|
|
|
USER 1001
|
2025-02-28 03:09:15 +08:00
|
|
|
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
|
2018-08-27 19:10:57 +08:00
|
|
|
USER root
|
|
|
|
RUN mkdir ./b
|
2025-02-28 03:09:15 +08:00
|
|
|
ADD https://github.com/openshift/origin/raw/main/LICENSE ./b/a
|
|
|
|
ADD https://github.com/openshift/origin/raw/main/LICENSE ./b/.
|
2018-08-27 19:10:57 +08:00
|
|
|
ADD https://github.com/openshift/ruby-hello-world/archive/master.zip /tmp/
|