Skip to content

Commit

Permalink
update log-exporter image
Browse files Browse the repository at this point in the history
Signed-off-by: neo <[email protected]>
  • Loading branch information
neowu committed Nov 1, 2024
1 parent 88114d1 commit 4530f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/log-exporter/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL app=log-exporter
RUN apk add --no-cache python3 curl
# gcloud iam requires user home, so must not put --no-create-home
RUN addgroup --gid 1000 --system app && adduser --system --ingroup app --uid 1000 app
RUN curl -SL https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-459.0.0-linux-x86_64.tar.gz | tar xzf - -C /opt \
RUN curl -SL https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-linux-x86_64.tar.gz | tar xzf - -C /opt \
&& ln -s /opt/google-cloud-sdk/bin/gsutil /usr/local/bin/gsutil \
&& mkdir -p /var/log/app && chown -R app.app /var/log/app
VOLUME /var/log/app
Expand Down

0 comments on commit 4530f97

Please sign in to comment.