changed rocklylinux:latest to rockylinux:8 in the docker file

This commit is contained in:
hyung-hwan 2022-09-03 06:40:26 +00:00
parent c6415b5081
commit c4c2646107

View File

@ -2,7 +2,7 @@ ARG VROOT=/tmp/codepot-root
### ------------------------------------------------------------------------------- ### -------------------------------------------------------------------------------
FROM rockylinux/rockylinux:latest as installer FROM rockylinux/rockylinux:8 as installer
ARG VROOT ARG VROOT
@ -35,7 +35,7 @@ RUN tar -C ${VROOT} -zcvf /tmp/codepot-root.tar.gz .
### ------------------------------------------------------------------------------- ### -------------------------------------------------------------------------------
FROM rockylinux/rockylinux:latest FROM rockylinux/rockylinux:8
ARG VROOT ARG VROOT