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 88e6bb4 commit 919253bCopy full SHA for 919253b
Dockerfile
@@ -2,6 +2,9 @@ FROM alpine:3
2
3
ENV SLACK_SIGNING_SECRET=""
4
ENV PORT=8080
5
+ENV SSH_KNOWN_HOSTS="/etc/ssh/ssh_known_hosts"
6
+
7
+RUN ssh-keyscan -H github.com >> /etc/ssh/ssh_known_hosts
8
9
ENTRYPOINT ["/gitops-commit"]
10
COPY gitops-commit /
0 commit comments