1.3.1-debian-10-r139 release

This commit is contained in:
Bitnami Bot 2021-11-02 23:40:32 +00:00
parent 686d934cef
commit f62968944e
3 changed files with 8 additions and 8 deletions

View File

@ -9,10 +9,10 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/wait-for-port-1.0.0-3-linux-amd64-debian-10.tar.gz && \
echo "7521d9a4f9e4e182bf32977e234026caa7b03759799868335bccb1edd8f8fd12 /tmp/bitnami/pkg/cache/wait-for-port-1.0.0-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/wait-for-port-1.0.0-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/wait-for-port-1.0.0-3-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/wait-for-port-1.0.1-0-linux-amd64-debian-10.tar.gz && \
echo "7c993f301a9183a82ab68f9aed26c97c0e17ea3e1f85202de600c08cbd1bf877 /tmp/bitnami/pkg/cache/wait-for-port-1.0.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/wait-for-port-1.0.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/wait-for-port-1.0.1-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kong-ingress-controller-1.3.1-1-linux-amd64-debian-10.tar.gz && \
echo "e0d86a6e6198d64edb03b54c407037f04387b78a4a18ee56f2cbff4d220237e5 /tmp/bitnami/pkg/cache/kong-ingress-controller-1.3.1-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/kong-ingress-controller-1.3.1-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
@ -20,7 +20,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="kong-ingress-controller" \
BITNAMI_IMAGE_VERSION="1.3.1-debian-10-r138" \
BITNAMI_IMAGE_VERSION="1.3.1-debian-10-r139" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/kong-ingress-controller/bin:$PATH"
USER 1001

View File

@ -8,9 +8,9 @@
},
"wait-for-port": {
"arch": "amd64",
"digest": "7521d9a4f9e4e182bf32977e234026caa7b03759799868335bccb1edd8f8fd12",
"digest": "7c993f301a9183a82ab68f9aed26c97c0e17ea3e1f85202de600c08cbd1bf877",
"distro": "debian-10",
"type": "NAMI",
"version": "1.0.0-3"
"version": "1.0.1-0"
}
}

View File

@ -28,7 +28,7 @@ $ docker run --name kong-ingress-controller bitnami/kong-ingress-controller:late
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/).
* [`1`, `1-debian-10`, `1.3.1`, `1.3.1-debian-10-r138`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong-ingress-controller/blob/1.3.1-debian-10-r138/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.3.1`, `1.3.1-debian-10-r139`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong-ingress-controller/blob/1.3.1-debian-10-r139/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/kong-ingress-controller GitHub repo](https://github.com/bitnami/bitnami-docker-kong-ingress-controller).