Skip to content

Commit 403b4f4

Browse files
committed
update
1 parent dcbaea4 commit 403b4f4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

k8s-tools.alpine.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN \
2929
#kubectl \
3030
#helm \
3131
#jq \
32-
##yq \
32+
#yq-go \
3333
make \
3434
; \
3535
echo ""

toolbox.multiarch.alpine.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUN \
5555
tar \
5656
kubectl \
5757
nmap \
58+
yq-go \
5859
; \
5960
echo ">> Tools installed!"
6061

0 commit comments

Comments
 (0)