4.2.0-debian-11-r15 release

This commit is contained in:
Bitnami Bot
2022-07-14 17:37:05 +00:00
committed by Bitnami Containers
parent bc1cfd7401
commit 3d5b23e99b
3 changed files with 7 additions and 7 deletions

View File

@@ -8,10 +8,10 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip iptables procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kiam-4.2.0-150-linux-amd64-debian-11.tar.gz && \
echo "71d5543cc5be70fd4de32ce3038489b125158ddb8916cff63338ee1a009bb65e /tmp/bitnami/pkg/cache/kiam-4.2.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/kiam-4.2.0-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/kiam-4.2.0-150-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kiam-4.2.0-151-linux-amd64-debian-11.tar.gz && \
echo "cf5fa0a6a649a8f993cec6dce6c3768c854a7781a034a7f9ca0a5345b015da5f /tmp/bitnami/pkg/cache/kiam-4.2.0-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/kiam-4.2.0-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/kiam-4.2.0-151-linux-amd64-debian-11.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

View File

@@ -1,9 +1,9 @@
{
"kiam": {
"arch": "amd64",
"digest": "71d5543cc5be70fd4de32ce3038489b125158ddb8916cff63338ee1a009bb65e",
"digest": "cf5fa0a6a649a8f993cec6dce6c3768c854a7781a034a7f9ca0a5345b015da5f",
"distro": "debian-11",
"type": "NAMI",
"version": "4.2.0-150"
"version": "4.2.0-151"
}
}

View File

@@ -31,7 +31,7 @@ $ docker run --name Kiam bitnami/kiam:latest
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/).
* [`4`, `4-debian-11`, `4.2.0`, `4.2.0-debian-11-r14`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kiam/blob/4.2.0-debian-11-r14/4/debian-11/Dockerfile)
* [`4`, `4-debian-11`, `4.2.0`, `4.2.0-debian-11-r15`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kiam/blob/4.2.0-debian-11-r15/4/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/kiam GitHub repo](https://github.com/bitnami/bitnami-docker-kiam).