Skip to content

Commit 91c570e

Browse files
author
Simon Emms
committed
[installer]: add gpctl to installer image
1 parent 984acc7 commit 91c570e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/installer/BUILD.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ packages:
6060
- "scripts/*.sh"
6161
deps:
6262
- :app
63+
- dev/gpctl:app
6364
argdeps:
6465
- imageRepoBase
6566
config:

install/installer/leeway.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apk add --no-cache bash curl jq openssh-keygen yq \
88
&& 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 \
99
&& chmod +x /usr/local/bin/kubectl
1010
COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/
11+
COPY dev-gpctl--app/gpctl /app/
1112
COPY scripts/*.sh /app/scripts/
1213
ENTRYPOINT [ "/app/installer" ]
1314
CMD [ "help" ]

0 commit comments

Comments
 (0)