Skip to content

Commit cacbd30

Browse files
committed
ci: change rockylinux base image
see: https://hub.docker.com/_/rockylinux
1 parent 17f3b14 commit cacbd30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/docker/rockylinux/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Create a virtual environment with all tools installed
22
# ref: https://hub.docker.com/_/rockylinux
3-
FROM rockylinux:9 AS env
3+
# FROM rockylinux:9 AS env
4+
# ref: https://hub.docker.com/rockylinux/rockylinux
5+
FROM rockylinux/rockylinux:9 AS env
46

57
# Install system build dependencies
68
ENV PATH=/usr/local/bin:$PATH

0 commit comments

Comments
 (0)