Skip to content

Commit

Permalink
Replace EOL CentOS base images in Dockefiles with CentOS Stream 9 (#1708
Browse files Browse the repository at this point in the history
)

Signed-off-by: João Vilaça <jvilaca@redhat.com>
  • Loading branch information
machadovilaca committed Jan 17, 2022
1 parent ba4db0d commit 8b51575
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile.okd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7
FROM quay.io/centos/centos:stream9

ENV KUBEVIRT_CLIENT_GO_SCHEME_REGISTRATION_VERSION=v1

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.wh.okd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7
FROM quay.io/centos/centos:stream9

ENV KUBEVIRT_CLIENT_GO_SCHEME_REGISTRATION_VERSION=v1

Expand Down
2 changes: 1 addition & 1 deletion deploy/nightly-bundle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:centos8.1.1911
FROM quay.io/centos/centos:stream9

COPY deploy/nightly-bundle/deploy.sh /deploy.sh
COPY deploy/nightly-bundle/create_docker_config.sh /create_docker_config.sh
Expand Down
2 changes: 1 addition & 1 deletion tests/travis-tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos:7.6.1810
FROM quay.io/centos/centos:stream9

COPY tests/travis-tests/kubernetes.repo /etc/yum.repos.d/kubernetes.repo

Expand Down

0 comments on commit 8b51575

Please sign in to comment.