2.4.1-debian-11-r0 release
This commit is contained in:
parent
0017417bc1
commit
02cbfb72c5
|
|
@ -5,21 +5,22 @@ 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 libc6 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/wait-for-port-1.0.3-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924 /tmp/bitnami/pkg/cache/wait-for-port-1.0.3-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/wait-for-port-1.0.3-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/wait-for-port-1.0.3-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kong-ingress-controller-2.4.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "b881f284fdbac4cf13f76b8d82e63e9b142553238b038b837c8728f9045da898 /tmp/bitnami/pkg/cache/kong-ingress-controller-2.4.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kong-ingress-controller-2.4.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kong-ingress-controller-2.4.0-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kong-ingress-controller-2.4.1-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "e21817b4fae5036fcf27cdfb90b7033f02bb6066a1151a6dd4e33533021ad65a /tmp/bitnami/pkg/cache/kong-ingress-controller-2.4.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/kong-ingress-controller-2.4.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/kong-ingress-controller-2.4.1-0-linux-amd64-debian-11.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 APP_VERSION="2.4.0" \
|
||||
ENV APP_VERSION="2.4.1" \
|
||||
BITNAMI_APP_NAME="kong-ingress-controller" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/kong-ingress-controller/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"kong-ingress-controller": {
|
||||
"arch": "amd64",
|
||||
"digest": "b881f284fdbac4cf13f76b8d82e63e9b142553238b038b837c8728f9045da898",
|
||||
"digest": "e21817b4fae5036fcf27cdfb90b7033f02bb6066a1151a6dd4e33533021ad65a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.0-0"
|
||||
"version": "2.4.1-0"
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-11`, `2.4.0`, `2.4.0-debian-11-r2`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong-ingress-controller/blob/2.4.0-debian-11-r2/2/debian-11/Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.4.1`, `2.4.1-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kong-ingress-controller/blob/2.4.1-debian-11-r0/2/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/kong-ingress-controller GitHub repo](https://github.com/bitnami/bitnami-docker-kong-ingress-controller).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue