Skip to content

Commit

Permalink
feat(docker-volume): remove volume from dockerfile, no compliant with…
Browse files Browse the repository at this point in the history
… CIS benchmark

Signed-off-by: lenglet-k <lenglet-k@mgdis.fr>
  • Loading branch information
lenglet-k authored and innobead committed Jun 24, 2024
1 parent 0326a55 commit 97548a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ COPY package/bin/longhorn-instance-manager /usr/local/bin/

COPY package/launch-simple-longhorn package/engine-manager package/launch-simple-file /usr/local/bin/

VOLUME /usr/local/bin

# Add Tini
ENV TINI_VERSION v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${ARCH} /tini
Expand Down

0 comments on commit 97548a2

Please sign in to comment.