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.
1 parent e9f19c4 commit 41f07c5Copy full SHA for 41f07c5
elements/rocky-container-stackhpc/containerfiles/9-stackhpc
@@ -5,7 +5,14 @@ FROM docker.io/rockylinux/rockylinux:9
5
RUN dnf group install -y 'Minimal Install' --allowerasing && \
6
dnf install -y findutils util-linux cloud-init
7
8
-RUN sed -i "s/renderers:.*/renderers: ['network-manager']\n activators: ['network-manager']/" /etc/cloud/cloud.cfg
+COPY <<EOF /etc/cloud/cloud.cfg.d/10-NetworkManager.cfg
9
+---
10
+system_info:
11
+ activators:
12
+ - "network-manager"
13
+
14
+merge_type: 'dict(recurse_array)'
15
+EOF
16
17
RUN systemctl unmask console-getty.service dev-hugepages.mount \
18
getty.target sys-fs-fuse-connections.mount systemd-logind.service \
0 commit comments