4.2.0-debian-11-r8 release
This commit is contained in:
parent
2818257dd6
commit
70642713ef
|
|
@ -5,6 +5,7 @@ ENV HOME="/" \
|
|||
OS_NAME="linux"
|
||||
|
||||
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 && \
|
||||
|
|
|
|||
|
|
@ -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-r7`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kiam/blob/4.2.0-debian-11-r7/4/debian-11/Dockerfile)
|
||||
* [`4`, `4-debian-11`, `4.2.0`, `4.2.0-debian-11-r8`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kiam/blob/4.2.0-debian-11-r8/4/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/kiam GitHub repo](https://github.com/bitnami/bitnami-docker-kiam).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue