We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984acc7 commit 91c570eCopy full SHA for 91c570e
install/installer/BUILD.yaml
@@ -60,6 +60,7 @@ packages:
60
- "scripts/*.sh"
61
deps:
62
- :app
63
+ - dev/gpctl:app
64
argdeps:
65
- imageRepoBase
66
config:
install/installer/leeway.Dockerfile
@@ -8,6 +8,7 @@ RUN apk add --no-cache bash curl jq openssh-keygen yq \
8
&& 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 \
9
&& chmod +x /usr/local/bin/kubectl
10
COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/
11
+COPY dev-gpctl--app/gpctl /app/
12
COPY scripts/*.sh /app/scripts/
13
ENTRYPOINT [ "/app/installer" ]
14
CMD [ "help" ]
0 commit comments