2.1.6-debian-10-r21 release

This commit is contained in:
Bitnami Bot 2020-04-21 13:41:35 +00:00
parent 5040af3013
commit edf5337a9a
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ RUN apt-get update && apt-get upgrade -y && \
COPY rootfs /
RUN chown -R 1001:root /opt/bitnami/nats && chmod g+rwX /opt/bitnami/nats
ENV BITNAMI_APP_NAME="nats" \
BITNAMI_IMAGE_VERSION="2.1.6-debian-10-r20" \
BITNAMI_IMAGE_VERSION="2.1.6-debian-10-r21" \
PATH="/opt/bitnami/nats/bin:$PATH"
EXPOSE 4222 6222 8222

View File

@ -38,14 +38,14 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
# Why use a non-root container?
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/containers/how-to/work-with-non-root-containers/).
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/tutorials/work-with-non-root-containers/).
# Supported tags and respective `Dockerfile` links
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/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/).
* [`2-debian-10`, `2.1.6-debian-10-r20`, `2`, `2.1.6`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.1.6-debian-10-r20/2/debian-10/Dockerfile)
* [`2-debian-10`, `2.1.6-debian-10-r21`, `2`, `2.1.6`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nats/blob/2.1.6-debian-10-r21/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/nats GitHub repo](https://github.com/bitnami/bitnami-docker-nats).