1.8.0-debian-10-r32 release

This commit is contained in:
Bitnami Bot
2022-05-31 11:26:56 +00:00
committed by Bitnami Containers
parent dae6edebef
commit 85884d07d2
2 changed files with 2 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
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.8.0" \
BITNAMI_APP_NAME="cosign" \

View File

@@ -35,7 +35,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-10`, `1.8.0`, `1.8.0-debian-10-r31`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cosign/blob/1.8.0-debian-10-r31/1/debian-10/ Dockerfile)
* [`1`, `1-debian-10`, `1.8.0`, `1.8.0-debian-10-r32`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cosign/blob/1.8.0-debian-10-r32/1/debian-10/ Dockerfile)
Subscribe to project updates by watching the [bitnami/cosign GitHub repo](https://github.com/bitnami/bitnami-docker-cosign).