1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-03-21 06:39:28 +00:00
ceph-csi/mirror/Containerfile

15 lines
240 B
Plaintext
Raw Normal View History

FROM quay.io/centos/centos:stream8
RUN true \
&& dnf -y install skopeo \
&& dnf -y clean all \
&& true
ADD images.txt /opt/mirror/
ADD mirror-images.sh /opt/mirror/
ENV HOME=/opt/mirror
WORKDIR /opt/mirror
CMD ["./mirror-images.sh"]