Skip to content

Commit c1b213e

Browse files
Bump up preflight tool version to 1.9.2 (#1569)
1 parent bac3076 commit c1b213e

File tree

1 file changed

+12
-12
lines changed
  • .github/actions/certify-openshift-images

1 file changed

+12
-12
lines changed

.github/actions/certify-openshift-images/Dockerfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
FROM registry.access.redhat.com/ubi8/ubi:latest
22

33
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
1010

1111
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
1717

1818
RUN 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

0 commit comments

Comments
 (0)