Skip to content

Commit

Permalink
fix s3adm
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Nov 29, 2024
1 parent 1af4fcb commit 3763a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/s3adm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
- 'Dockerfile.s3adm'
release:
types: [created]
tags:

name: Build & Sign & Push Dockerfile.s3adm

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.s3adm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk add --no-cache py-pip && pip install s3cmd
# Add kubectl
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl /usr/local/bin/
#
RUN useradd --create-home appuser
RUN adduser -u 1000 -D appuser
WORKDIR /home/appuser
USER appuser
ENV PYTHONUNBUFFERED=0

0 comments on commit 3763a57

Please sign in to comment.