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 86f1a7b commit 32c9202Copy full SHA for 32c9202
Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:1.23.1 AS build
2
# renovate: name=airship/kubernetes-entrypoint repo=https://opendev.org/airship/kubernetes-entrypoint.git branch=master
3
-ARG KUBERNETES_ENTRYPOINT_GIT_REF=cc2737be5285951ac08b32e76dfd375e1a0ab81f
+ARG KUBERNETES_ENTRYPOINT_GIT_REF=9ff5d2e488ad18187bccc48e9595f197d27110c4
4
ADD https://opendev.org/airship/kubernetes-entrypoint.git#${KUBERNETES_ENTRYPOINT_GIT_REF} /src
5
WORKDIR /src
6
RUN CGO_ENABLED=0 GOOS=linux go build -o /main
0 commit comments