[bitnami/cosign] Release 1.13.0-debian-11-r0 (#9457)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-10-07 21:11:50 +02:00 committed by GitHub
parent feb93ee66c
commit 0efa17ab9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 9 deletions

View File

@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="1.12.1-debian-11-r5" \
org.opencontainers.image.ref.name="1.13.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cosign" \
org.opencontainers.image.title="cosign" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.12.1"
org.opencontainers.image.version="1.13.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"cosign-1.12.1-1-linux-${OS_ARCH}-debian-11" \
"cosign-1.13.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -39,7 +39,7 @@ RUN chmod g+rwX /opt/bitnami
RUN mkdir -p "/cosign-keys" && chmod -R 777 "/cosign-keys"
RUN mkdir /.sigstore && chmod g+rwX /.sigstore
ENV APP_VERSION="1.12.1" \
ENV APP_VERSION="1.13.0" \
BITNAMI_APP_NAME="cosign" \
PATH="/opt/bitnami/cosign/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"cosign": {
"arch": "amd64",
"digest": "2bdc8111287bffa9f42d99db6d8796261ec7c4fee9ce982128587b6ffb3b3467",
"digest": "79767195d81be7ff9ead053c6e9e0db84facb2674329ccf28674a5b19c73924a",
"distro": "debian-11",
"type": "NAMI",
"version": "1.12.1-1"
"version": "1.13.0-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "1"
- "1-debian-11"
- "1.12.1"
- "1.13.0"
- "latest"

View File

@ -34,8 +34,7 @@ $ docker-compose up -d
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`1`, `1-debian-11`, `1.12.1`, `1.12.1-debian-11-r5`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/cosign/1/debian-11/ Dockerfile)
You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`.
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).