Skip to content

Commit

Permalink
Merge pull request #63 from anderbubble/container-ro-workaround
Browse files Browse the repository at this point in the history
Workaround for openhpc/ohpc#2061
  • Loading branch information
anderbubble authored Dec 20, 2024
2 parents 98e6f95 + 724e376 commit 9ed1301
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rockylinux-8/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ RUN systemctl unmask \
systemd-logind.service \
systemd-remount-fs.service

RUN chmod u+w / # https://github.com/openhpc/ohpc/issues/2061

COPY excludes /etc/warewulf/
COPY container_exit.sh /etc/warewulf/

Expand Down
2 changes: 2 additions & 0 deletions rockylinux-8/Containerfile-fixed
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ RUN systemctl unmask \
systemd-logind.service \
systemd-remount-fs.service

RUN chmod u+w / # https://github.com/openhpc/ohpc/issues/2061

COPY excludes /etc/warewulf/
COPY container_exit.sh /etc/warewulf/

Expand Down
2 changes: 2 additions & 0 deletions rockylinux-8/Containerfile-vault
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ RUN systemctl unmask \
systemd-logind.service \
systemd-remount-fs.service

RUN chmod u+w / # https://github.com/openhpc/ohpc/issues/2061

COPY excludes /etc/warewulf/
COPY container_exit.sh /etc/warewulf/

Expand Down
2 changes: 2 additions & 0 deletions rockylinux-9/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ RUN dnf update -y \
&& dnf remove -y selinux-policy \
&& dnf clean all

RUN chmod u+w / # https://github.com/openhpc/ohpc/issues/2061

COPY excludes /etc/warewulf/
COPY container_exit.sh /etc/warewulf/

Expand Down
2 changes: 2 additions & 0 deletions rockylinux-9/Containerfile-fixed
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ RUN dnf update -y \
&& dnf remove -y selinux-policy \
&& dnf clean all

RUN chmod u+w / # https://github.com/openhpc/ohpc/issues/2061

COPY excludes /etc/warewulf/
COPY container_exit.sh /etc/warewulf/

Expand Down
2 changes: 2 additions & 0 deletions rockylinux-9/Containerfile-vault
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ RUN dnf update -y \
&& dnf remove -y selinux-policy \
&& dnf clean all

RUN chmod u+w / # https://github.com/openhpc/ohpc/issues/2061

COPY excludes /etc/warewulf/
COPY container_exit.sh /etc/warewulf/

Expand Down

0 comments on commit 9ed1301

Please sign in to comment.