Skip to content

Commit

Permalink
Fix a bug in bootstrapper node
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Sep 18, 2022
1 parent 179b1c7 commit 44d8309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/bootstrap/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ FROM quay.io/rockylinux/rockylinux:${ROCKYLINUX_VERSION} as server

# SystemD Configuration
ENV container docker
ENV PATH=$PATH:/opt/bin
STOPSIGNAL SIGRTMIN+3
VOLUME [ "/sys/fs/cgroup" ]
VOLUME [ "/var/lib/containerd" ]
Expand Down

0 comments on commit 44d8309

Please sign in to comment.