File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
.github/actions/certify-openshift-images Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi8/ubi:latest
22
33RUN yum install -y \
4- bzip2 \
5- gzip \
6- tar \
7- iptables \
8- yum-utils \
9- jq
4+ bzip2 \
5+ gzip \
6+ tar \
7+ iptables \
8+ yum-utils \
9+ jq
1010
1111RUN yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo && \
12- yum list docker-ce --showduplicates | sort -r && \
13- yum install -y \
14- docker-ce \
15- docker-ce-cli \
16- containerd.io
12+ yum list docker-ce --showduplicates | sort -r && \
13+ yum install -y \
14+ docker-ce \
15+ docker-ce-cli \
16+ containerd.io
1717
1818RUN yum clean all
1919
20- RUN curl -LO https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.1 /preflight-linux-amd64 && \
20+ RUN curl -LO https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.2 /preflight-linux-amd64 && \
2121 chmod +x ./preflight-linux-amd64 && \
2222 mv ./preflight-linux-amd64 /usr/local/bin/preflight
2323
You can’t perform that action at this time.
0 commit comments