2.4.3-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-02-17 10:54:59 +00:00
parent 917993abc0
commit 741d1a7a0d
3 changed files with 14 additions and 14 deletions

View File

@@ -8,10 +8,10 @@ ENV OS_ARCH="amd64" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libgeoip1 libpcre3 libssl1.1 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.21.6-1" --checksum 856199a51e9ba3144a8b97b2a587162b8c8aa11a7c04fde5592bda6a7a7ce5a0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-7" --checksum ed811d10882450d4755b893d5e034a0dd912cdb4f261dd332ddf6363411cc0ba
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubeapps" "2.4.2-3" --checksum 5738d1700158f8bf41acd53334a2e6b85e240fbf48d656d9c24a9c51b1c5cbe3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.21.6-2" --checksum 98f17555522a3756114507c278671d0e2cf13291c1616a2b446b62e66703902f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-8" --checksum 4694f01476c5a457a71f280562df45ea542bdf3f9b298ff87643a89ea365f5fb
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubeapps" "2.4.3-1" --checksum 47c00bae78766ea127b0e3d2c757713063047dd287c441b4e992f379542d114c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/access.log
@@ -24,7 +24,7 @@ RUN rm -rf /app && \
RUN chmod -R g+rwX /opt/bitnami/nginx/conf
RUN /opt/bitnami/scripts/nginx/postunpack.sh
ENV BITNAMI_APP_NAME="kubeapps-dashboard" \
BITNAMI_IMAGE_VERSION="2.4.2-debian-10-r69" \
BITNAMI_IMAGE_VERSION="2.4.3-debian-10-r0" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \
PATH="/opt/bitnami/nginx/sbin:/opt/bitnami/common/bin:$PATH"

View File

@@ -1,30 +1,30 @@
{
"gosu": {
"arch": "amd64",
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-4"
"version": "1.14.0-5"
},
"kubeapps": {
"arch": "amd64",
"digest": "5738d1700158f8bf41acd53334a2e6b85e240fbf48d656d9c24a9c51b1c5cbe3",
"digest": "47c00bae78766ea127b0e3d2c757713063047dd287c441b4e992f379542d114c",
"distro": "debian-10",
"type": "NAMI",
"version": "2.4.2-3"
"version": "2.4.3-1"
},
"nginx": {
"arch": "amd64",
"digest": "856199a51e9ba3144a8b97b2a587162b8c8aa11a7c04fde5592bda6a7a7ce5a0",
"digest": "98f17555522a3756114507c278671d0e2cf13291c1616a2b446b62e66703902f",
"distro": "debian-10",
"type": "NAMI",
"version": "1.21.6-1"
"version": "1.21.6-2"
},
"render-template": {
"arch": "amd64",
"digest": "ed811d10882450d4755b893d5e034a0dd912cdb4f261dd332ddf6363411cc0ba",
"digest": "4694f01476c5a457a71f280562df45ea542bdf3f9b298ff87643a89ea365f5fb",
"distro": "debian-10",
"type": "NAMI",
"version": "1.0.1-7"
"version": "1.0.1-8"
}
}

View File

@@ -39,7 +39,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.2`, `2.4.2-debian-10-r69`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/blob/2.4.2-debian-10-r69/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.4.3`, `2.4.3-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/blob/2.4.3-debian-10-r0/2/debian-10/Dockerfile)
## Configuration