Skip to content

Commit

Permalink
fix: permissions set in dockerfile (PSKD-903)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Illiano committed Nov 18, 2024
1 parent 5aa3e66 commit 4e8bbed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ RUN apk update \
&& curl -sLO https://storage.googleapis.com/kubernetes-release/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl \
&& chmod 755 ./kubectl /viya4-iac-gcp/docker-entrypoint.sh \
&& mv ./kubectl /usr/local/bin/kubectl \
&& chmod g=u -R /etc/passwd /etc/group /viya4-iac-gcp \
&& git config --system --add safe.directory /viya4-iac-gcp \
&& terraform init \
&& gcloud components install gke-gcloud-auth-plugin alpha beta cloud-sql-proxy $INSTALL_COMPONENTS \
&& rm -rf /google-cloud-sdk/.install/.backup
&& rm -rf /google-cloud-sdk/.install/.backup \
&& chmod g=u -R /etc/passwd /etc/group /viya4-iac-gcp

ENV TF_VAR_iac_tooling=docker
ENV USE_GKE_GCLOUD_AUTH_PLUGIN=$ENABLE_GKE_GCLOUD_AUTH_PLUGIN
Expand Down

0 comments on commit 4e8bbed

Please sign in to comment.