Skip to content

Commit 3f4b0a8

Browse files
authored
Update Dockerfile to use CentOS 8 instead of latest (#597)
1 parent 11dda0f commit 3f4b0a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev-tools/test-packages/rpm/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
FROM centos:latest
2-
1+
FROM centos:8
32
RUN mkdir -p /tmp
4-
FROM centos
53
ARG PACKAGE
64
RUN cd /etc/yum.repos.d/
75
RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*

0 commit comments

Comments
 (0)