docker

cosign (v3.0.2)

Published 2025-12-01 04:02:08 +01:00 by gitbot

Installation

docker pull gitco.re/docker/cosign:v3.0.2
sha256:45c1c25c2373421cab93aa6b169cee91fa022ffdd5fead0fa567de24d99c3d52

Images

Digest OS / Arch Size
de230631ec linux/amd64 65 MiB
aa6d5a0b6b linux/arm64 61 MiB
71e2bc6ae6 linux/arm/v7 60 MiB

Image Layers ( linux/arm/v7)

ADD alpine-minirootfs-3.20.8-armv7.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG TOOL_VERSION=v3.0.2
ARG TARGETARCH=arm
RUN |2 TOOL_VERSION=v3.0.2 TARGETARCH=arm /bin/sh -c apk add --no-cache ca-certificates curl # buildkit
RUN |2 TOOL_VERSION=v3.0.2 TARGETARCH=arm /bin/sh -c set -eux; case "${TARGETARCH}" in "amd64") A="amd64" ;; "arm64") A="arm64" ;; "arm") A="arm" ;; *) echo "Unsupported TARGETARCH: ${TARGETARCH}"; exit 1 ;; esac; URL="https://github.com/sigstore/cosign/releases/download/${TOOL_VERSION}/cosign-linux-${A}"; curl -fsSL "$URL" -o /usr/local/bin/cosign; chmod +x /usr/local/bin/cosign # buildkit
ENTRYPOINT ["cosign"]
Details
Container
2025-12-01 04:02:08 +01:00
0
OCI / Docker
Versions (5) View all
3.0 2025-12-01
latest 2025-12-01
v3.0.2 2025-12-01
2.6 2025-10-01
v2.6.0 2025-10-01