Skip to content

Commit 2571d5e

Browse files
authored
Merge pull request #63 from stackhpc/unpin-cloud-init
Unpin cloud-init in StackHPC RL9 image
2 parents a90cf42 + fa7068b commit 2571d5e

File tree

1 file changed

+1
-2
lines changed
  • elements/rocky-container-stackhpc/containerfiles

1 file changed

+1
-2
lines changed

elements/rocky-container-stackhpc/containerfiles/9-stackhpc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
FROM docker.io/rockylinux/rockylinux:9
44

55
RUN dnf group install -y 'Minimal Install' --allowerasing && \
6-
dnf install -y findutils util-linux \
7-
https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/cloud-init-23.4-7.el9.noarch.rpm
6+
dnf install -y findutils util-linux cloud-init
87

98
RUN sed -i "s/renderers:.*/renderers: ['network-manager']\n activators: ['network-manager']/" /etc/cloud/cloud.cfg
109

0 commit comments

Comments
 (0)