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 1
1
FROM registry.access.redhat.com/ubi8/ubi:latest
2
2
3
3
RUN 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
10
10
11
11
RUN 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
17
17
18
18
RUN yum clean all
19
19
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 && \
21
21
chmod +x ./preflight-linux-amd64 && \
22
22
mv ./preflight-linux-amd64 /usr/local/bin/preflight
23
23
You can’t perform that action at this time.
0 commit comments