1.6.0-debian-10-r0 release
This commit is contained in:
parent
c168af6dde
commit
c376dab189
|
|
@ -9,17 +9,17 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cosign-1.5.2-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "5b6cf3462df6a5ad74f92e21d6aaa892e30748dcdfee4b5b29878129d80a66b5 /tmp/bitnami/pkg/cache/cosign-1.5.2-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cosign-1.5.2-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cosign-1.5.2-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/cosign-1.6.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "3fc1b32d9749d4882fb50f5fe5d91c9a8fb912d8409c829ed65987ab9fcf61fc /tmp/bitnami/pkg/cache/cosign-1.6.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/cosign-1.6.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/cosign-1.6.0-0-linux-amd64-debian-10.tar.gz
|
||||
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"
|
||||
|
||||
ENV BITNAMI_APP_NAME="cosign" \
|
||||
BITNAMI_IMAGE_VERSION="1.5.2-debian-10-r18" \
|
||||
BITNAMI_IMAGE_VERSION="1.6.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/cosign/bin:$PATH"
|
||||
|
||||
WORKDIR /cosign-keys
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"cosign": {
|
||||
"arch": "amd64",
|
||||
"digest": "5b6cf3462df6a5ad74f92e21d6aaa892e30748dcdfee4b5b29878129d80a66b5",
|
||||
"digest": "3fc1b32d9749d4882fb50f5fe5d91c9a8fb912d8409c829ed65987ab9fcf61fc",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.5.2-1"
|
||||
"version": "1.6.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -38,7 +38,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.5.2`, `1.5.2-debian-10-r18`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cosign/blob/1.5.2-debian-10-r18/1/debian-10/ Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.6.0`, `1.6.0-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cosign/blob/1.6.0-debian-10-r0/1/debian-10/ Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/cosign GitHub repo](https://github.com/bitnami/bitnami-docker-cosign).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue