1.6.1-debian-10-r8 release
This commit is contained in:
parent
797130f5e6
commit
09bdeaf750
|
|
@ -10,9 +10,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
rm -rf /tmp/bitnami/pkg/cache/contour-1.6.1-0-linux-amd64-debian-10.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
|
||||
|
||||
ENV BITNAMI_APP_NAME="contour" \
|
||||
BITNAMI_IMAGE_VERSION="1.6.1-debian-10-r7" \
|
||||
BITNAMI_IMAGE_VERSION="1.6.1-debian-10-r8" \
|
||||
HOME="/" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-10" \
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
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/).
|
||||
|
||||
|
||||
* [`1-debian-10`, `1.6.1-debian-10-r7`, `1`, `1.6.1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-contour/blob/1.6.1-debian-10-r7/1/debian-10/Dockerfile)
|
||||
* [`1-debian-10`, `1.6.1-debian-10-r8`, `1`, `1.6.1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-contour/blob/1.6.1-debian-10-r8/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/contour GitHub repo](https://github.com/bitnami/bitnami-docker-contour).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue