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 12b1f8a commit e27e278Copy full SHA for e27e278
install/installer/leeway.Dockerfile
@@ -4,10 +4,10 @@
4
5
FROM alpine:3.16
6
COPY --from=alpine/helm:3.8.0 /usr/bin/helm /usr/bin/helm
7
+COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/
8
+COPY scripts/*.sh /app/scripts/
9
RUN apk add --no-cache curl jq openssh-keygen yq \
10
&& curl -L "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl \
11
&& chmod +x /usr/local/bin/kubectl
-COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/
-COPY scripts/*.sh /app/scripts/
12
ENTRYPOINT [ "/app/installer" ]
13
CMD [ "help" ]
0 commit comments