mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 06:48:14 +08:00
1.5.2-debian-10-r10 release
This commit is contained in:
@@ -9,17 +9,17 @@ ENV HOME="/" \
|
|||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
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-0-linux-amd64-debian-10.tar.gz && \
|
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 "20ee843a8dc4ea079751bf2783555925befb126d245df10f287e806aea2ecd28 /tmp/bitnami/pkg/cache/cosign-1.5.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
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-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
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-0-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/cosign-1.5.2-1-linux-amd64-debian-10.tar.gz
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
RUN mkdir -p "/cosign-keys" && chmod -R 777 "/cosign-keys"
|
RUN mkdir -p "/cosign-keys" && chmod -R 777 "/cosign-keys"
|
||||||
|
|
||||||
ENV BITNAMI_APP_NAME="cosign" \
|
ENV BITNAMI_APP_NAME="cosign" \
|
||||||
BITNAMI_IMAGE_VERSION="1.5.2-debian-10-r9" \
|
BITNAMI_IMAGE_VERSION="1.5.2-debian-10-r10" \
|
||||||
PATH="/opt/bitnami/cosign/bin:$PATH"
|
PATH="/opt/bitnami/cosign/bin:$PATH"
|
||||||
|
|
||||||
WORKDIR /cosign-keys
|
WORKDIR /cosign-keys
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"cosign": {
|
"cosign": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "20ee843a8dc4ea079751bf2783555925befb126d245df10f287e806aea2ecd28",
|
"digest": "5b6cf3462df6a5ad74f92e21d6aaa892e30748dcdfee4b5b29878129d80a66b5",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.5.2-0"
|
"version": "1.5.2-1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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/).
|
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-r9`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cosign/blob/1.5.2-debian-10-r9/1/debian-10/ Dockerfile)
|
* [`1`, `1-debian-10`, `1.5.2`, `1.5.2-debian-10-r10`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-cosign/blob/1.5.2-debian-10-r10/1/debian-10/ Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/cosign GitHub repo](https://github.com/bitnami/bitnami-docker-cosign).
|
Subscribe to project updates by watching the [bitnami/cosign GitHub repo](https://github.com/bitnami/bitnami-docker-cosign).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user