We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d3b5a commit d7f4753Copy full SHA for d7f4753
build/Dockerfiles/SIMP_EL7_Beaker.dockerfile
@@ -1,6 +1,6 @@
1
# This Dockerfile targets running acceptance tests using Beaker
2
3
-FROM centos:7
+FROM centos:8
4
ENV container docker
5
6
RUN mkdir /root/build_scripts
build/Dockerfiles/SIMP_EL7_Build.dockerfile
@@ -29,7 +29,7 @@
29
# * docker commit <running container ID> el7_build
30
# * docker run -it el7_build
31
32
-FROM centos:7.0.1406
+FROM centos:8.4.2105
33
34
ARG ruby_version=2.7
35
0 commit comments