Compare commits

..

1 commit

Author SHA1 Message Date
f452f13a10
Init
Some checks failed
Build talosctl+talhelper+sops image (push on main only) / build (push) Failing after 1m32s
2025-11-24 15:48:55 +11:00

View file

@ -24,7 +24,7 @@ ARG TALHELPER_VERSION
ARG SOPS_VERSION ARG SOPS_VERSION
RUN set -eux; \ RUN set -eux; \
apk add --no-cache curl tar ca-certificates-bundle; \ apk add --no-cache curl ca-certificates-bundle; \
update-ca-certificates update-ca-certificates
# Map Docker TARGETARCH to upstream asset architecture naming where needed. # Map Docker TARGETARCH to upstream asset architecture naming where needed.