Skip to content

Commit c23326a

Browse files
committed
ci: migrate rockylinux base image
> The Docker team curates the Official Images program, and there are currently some technical constraints preventing Rocky Linux from publishing updates here. For the most up-to-date container images, please refer to the Rocky Linux Docker Hub repository for now. ref: https://hub.docker.com/_/rockylinux
1 parent 3bbe8c6 commit c23326a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/docker/rockylinux/Dockerfile

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

55
# Install system build dependencies
66
ENV PATH=/usr/local/bin:$PATH

0 commit comments

Comments
 (0)