Compare commits

..

2 commits

Author SHA1 Message Date
200e27ca27 Update docker/dockerfile Docker tag to v1.20
All checks were successful
Checking Renovate configuration / validate (pull_request) Successful in 1m34s
Build talosctl+talhelper+sops image (push on main only) / build (push) Successful in 3m53s
Checking yaml / Run yamllint (pull_request) Successful in 4s
2025-11-25 09:47:37 +00:00
855b0cdaf0
Add missing deps
All checks were successful
Checking yaml / Run yamllint (pull_request) Successful in 4s
Checking Renovate configuration / validate (pull_request) Successful in 11s
Build talosctl+talhelper+sops image (push on main only) / build (push) Successful in 8m53s
2025-11-25 20:06:29 +11:00

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; \
apk add --no-cache ca-certificates-bundle bash git openssh-client curl nodejs npm; \
mkdir -p /usr/local/share/checksums
COPY --from=downloader /tmp/talosctl /usr/local/bin/talosctl