We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8eba0 commit d8d3715Copy full SHA for d8d3715
next-image-tag-number/Dockerfile
@@ -1,4 +1,6 @@
1
FROM alpine:latest
2
RUN apk add --update --no-cache --no-progress curl jq
3
+RUN adduser -u 1001 -D action
4
+USER action
5
COPY action.sh /action.sh
6
ENTRYPOINT ["/action.sh"]
set-vendir-channels-path-to-imgpkg-bundle/Dockerfile
@@ -6,5 +6,8 @@ RUN apk add --update --no-cache --no-progress bash perl-utils \
&& wget -O- https://carvel.dev/install.sh | bash \
7
&& apk del bash perl-utils
8
9
10
11
+
12
13
0 commit comments