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 25, 2024
1 parent f3e2427 commit 26af04b
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 @@ -145,8 +145,6 @@ COPY package/instance-manager /usr/local/bin/
# Verify the dependencies for the binaries
RUN ldd /usr/local/bin/* /usr/local/sbin/* /usr/sbin/* | grep "not found" && exit 1 || true

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 26af04b

Please sign in to comment.