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 749d699 commit b3362b9Copy full SHA for b3362b9
Dockerfile
@@ -6,7 +6,6 @@ ENV SSH_KNOWN_HOSTS="/etc/ssh/ssh_known_hosts"
6
7
RUN apk add --no-cache openssh-client && ssh-keyscan -H github.com >> /etc/ssh/ssh_known_hosts
8
9
-COPY entrypoint.sh .
10
-
11
-ENTRYPOINT ["/entrypoint.sh"]
+#COPY entrypoint.sh .
+#ENTRYPOINT ["/entrypoint.sh"]
12
COPY gitops-commit /
0 commit comments