We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6729b2a + d55ac85 commit a90cf42Copy full SHA for a90cf42
elements/rocky-container-stackhpc/containerfiles/9-stackhpc
@@ -4,7 +4,7 @@ FROM docker.io/rockylinux/rockylinux:9
4
5
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.1.1-12.el9.noarch.rpm
+ https://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/Packages/cloud-init-23.4-7.el9.noarch.rpm
8
9
RUN sed -i "s/renderers:.*/renderers: ['network-manager']\n activators: ['network-manager']/" /etc/cloud/cloud.cfg
10
0 commit comments