changed rocklylinux:latest to rockylinux:8 in the docker file
This commit is contained in:
parent
c6415b5081
commit
c4c2646107
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user