Skip to content

Commit 2eecb05

Browse files
author
Sean Sundberg
authored
Removes the VOLUME instruction to fix permission issue (#8)
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent cb4d4e9 commit 2eecb05

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Dockerfile-alpine

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,4 @@ RUN curl -sL -o ./helm.tar.gz https://get.helm.sh/helm-v3.8.2-linux-$(if [[ "$TA
4545
rmdir ./linux-$(if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then echo "arm64"; else echo "amd64"; fi) && \
4646
rm ./helm.tar.gz
4747

48-
VOLUME /workspaces
49-
5048
ENTRYPOINT ["/bin/bash"]

Dockerfile-fedora

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,4 @@ RUN curl -sL -o ./helm.tar.gz https://get.helm.sh/helm-v3.8.2-linux-$(if [[ "$TA
4545
rmdir ./linux-$(if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then echo "arm64"; else echo "amd64"; fi) && \
4646
rm ./helm.tar.gz
4747

48-
VOLUME /workspaces
49-
5048
ENTRYPOINT ["/bin/bash"]

0 commit comments

Comments
 (0)