Skip to content

Commit cb0353f

Browse files
committed
Revert to alpine/k8s image
1 parent a16171f commit cb0353f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Diff for: Dockerfile

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
FROM dtzar/helm-kubectl:3.10.2
2-
1+
FROM alpine/k8s:1.26.1
2+
33
COPY deploy.sh /usr/local/bin/deploy
44

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

98
CMD deploy

0 commit comments

Comments
 (0)