Skip to content

Commit fadacbb

Browse files
diehard2claude
andcommitted
Fix Dockerfile for Rocky Linux 10 multi-arch builds
- Pin base image to rockylinux:10 (latest tag is a stale 2022 amd64-only image) - Switch powertools -> crb repo name (Rocky Linux 9+ uses CodeReady Builder) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent dfea37b commit fadacbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rockylinux/rockylinux:latest
1+
FROM rockylinux/rockylinux:10
22

33
# Update the system and install basic utilities
44
RUN dnf -y update && \
@@ -11,7 +11,7 @@ RUN dnf -y update && \
1111
&& dnf clean all
1212

1313
# Enable PowerTools/CRB repo and install dev toolchain
14-
RUN dnf config-manager --set-enabled powertools && \
14+
RUN dnf config-manager --set-enabled crb && \
1515
dnf -y install \
1616
gcc-toolset-14 \
1717
gcc-toolset-14-binutils \

0 commit comments

Comments
 (0)