[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:
parent
feb93ee66c
commit
0efa17ab9c
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.12.1"
|
||||
- "1.13.0"
|
||||
- "latest"
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue