Compare commits

..

1 commit

Author SHA1 Message Date
5becdb9379
Init
Some checks failed
Build talosctl+talhelper+sops image (push on main only) / build (push) Failing after 2m19s
2025-11-24 15:52:52 +11:00

View file

@ -24,8 +24,7 @@ ARG TALHELPER_VERSION
ARG SOPS_VERSION ARG SOPS_VERSION
RUN set -eux; \ RUN set -eux; \
apk add --no-cache curl ca-certificates-bundle; \ apk add --no-cache curl ca-certificates-bundle
update-ca-certificates
# Map Docker TARGETARCH to upstream asset architecture naming where needed. # Map Docker TARGETARCH to upstream asset architecture naming where needed.
ARG TARGETARCH ARG TARGETARCH
@ -112,7 +111,6 @@ LABEL org.opencontainers.image.url.sops="https://github.com/getsops/sops"
RUN set -eux; \ 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; \
update-ca-certificates; \
mkdir -p /usr/local/share/checksums mkdir -p /usr/local/share/checksums
COPY --from=downloader /tmp/talosctl /usr/local/bin/talosctl COPY --from=downloader /tmp/talosctl /usr/local/bin/talosctl