2.4.5-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-04-28 04:06:49 +00:00
committed by Bitnami Containers
parent 2bcffbb93e
commit 03ce49fe04
3 changed files with 8 additions and 8 deletions

View File

@@ -9,16 +9,16 @@ 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/kubeapps-apis-2.4.4-2-linux-amd64-debian-10.tar.gz && \
echo "ac438985bf2d630074df336cdac1f7aa2462f91621e6ce448abf9c2272270c09 /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.4-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.4-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.4-2-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubeapps-apis-2.4.5-0-linux-amd64-debian-10.tar.gz && \
echo "096a1c7da1198f7e30c473ac6d56696093b469f162657d233dd66721b8175f88 /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.5-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.5-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/kubeapps-apis-2.4.5-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
RUN ln -s /opt/bitnami/kubeapps-apis/plugins /plugins && ln -s /opt/bitnami/kubeapps-apis/bin/kubeapps-apis /kubeapps-apis
ENV APP_VERSION="2.4.4" \
ENV APP_VERSION="2.4.5" \
BITNAMI_APP_NAME="kubeapps-apis" \
PATH="/opt/bitnami/kubeapps-apis/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"kubeapps-apis": {
"arch": "amd64",
"digest": "ac438985bf2d630074df336cdac1f7aa2462f91621e6ce448abf9c2272270c09",
"digest": "096a1c7da1198f7e30c473ac6d56696093b469f162657d233dd66721b8175f88",
"distro": "debian-10",
"type": "NAMI",
"version": "2.4.4-2"
"version": "2.4.5-0"
}
}

View File

@@ -33,7 +33,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/tutorials/understand-rolling-tags-containers/).
* [`2`, `2-debian-10`, `2.4.4`, `2.4.4-debian-10-r27`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-apis/blob/2.4.4-debian-10-r27/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.4.5`, `2.4.5-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-apis/blob/2.4.5-debian-10-r0/2/debian-10/Dockerfile)
## Configuration