Skip to content

Commit

Permalink
Revert to alpine/k8s image
Browse files Browse the repository at this point in the history
  • Loading branch information
macmiranda committed Feb 27, 2023
1 parent a16171f commit cb0353f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM dtzar/helm-kubectl:3.10.2

FROM alpine/k8s:1.26.1
COPY deploy.sh /usr/local/bin/deploy

RUN chmod +x /usr/local/bin/deploy; \
chown 555 /usr/local/bin/deploy; \
apk add --no-cache aws-cli
RUN chmod +x /usr/local/bin/deploy ;\
chown 555 /usr/local/bin/deploy

CMD deploy

0 comments on commit cb0353f

Please sign in to comment.