3.6.0-debian-10-r40 release

This commit is contained in:
Bitnami Bot
2020-11-23 16:21:11 +00:00
parent 78a0f9ce28
commit 74ee99ac98
2 changed files with 4 additions and 2 deletions

View File

@@ -16,9 +16,11 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
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 update-alternatives --set iptables /usr/sbin/iptables-legacy && \
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
ENV BITNAMI_APP_NAME="kiam" \
BITNAMI_IMAGE_VERSION="3.6.0-debian-10-r39" \
BITNAMI_IMAGE_VERSION="3.6.0-debian-10-r40" \
PATH="/opt/bitnami/kiam/bin:$PATH"
USER 1001

View File

@@ -28,7 +28,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/).
* [`3`, `3-debian-10`, `3.6.0`, `3.6.0-debian-10-r39`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kiam/blob/3.6.0-debian-10-r39/3/debian-10/Dockerfile)
* [`3`, `3-debian-10`, `3.6.0`, `3.6.0-debian-10-r40`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kiam/blob/3.6.0-debian-10-r40/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/kiam GitHub repo](https://github.com/bitnami/bitnami-docker-kiam).