Add yq
All checks were successful
Checking yaml / Run yamllint (pull_request) Successful in 3s
Checking Renovate configuration / validate (pull_request) Successful in 26s
Build talosctl+talhelper+sops image (push on main only) / build (push) Successful in 3m46s

This commit is contained in:
Marc Plano-Lesay 2025-11-25 21:26:13 +11:00
parent 855b0cdaf0
commit 6980587994
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF

View file

@ -110,7 +110,7 @@ LABEL org.opencontainers.image.url.talhelper="https://github.com/budimanjojo/tal
LABEL org.opencontainers.image.url.sops="https://github.com/getsops/sops"
RUN set -eux; \
apk add --no-cache ca-certificates-bundle bash git openssh-client curl nodejs npm; \
apk add --no-cache ca-certificates-bundle bash git openssh-client curl nodejs npm yq; \
mkdir -p /usr/local/share/checksums
COPY --from=downloader /tmp/talosctl /usr/local/bin/talosctl