docker

cosign (2.6)

Published 2025-10-01 05:02:22 +02:00 by gitbot

Installation

docker pull gitco.re/docker/cosign:2.6
sha256:367f127dc387027e3c1a296c40c917a26698ac3bb0abfbe5eae0bdaf0c06e2b4

Images

Digest OS / Arch Size
e85c992171 linux/amd64 64 MiB
fcb4533430 linux/arm64 60 MiB
fe5a8ea301 linux/arm/v7 60 MiB

Image Layers ( linux/arm/v7)

ADD alpine-minirootfs-3.20.7-armv7.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG TOOL_VERSION=v2.6.0
ARG TARGETARCH=arm
RUN |2 TOOL_VERSION=v2.6.0 TARGETARCH=arm /bin/sh -c apk add --no-cache ca-certificates curl # buildkit
RUN |2 TOOL_VERSION=v2.6.0 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-10-01 05:02:22 +02: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