mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 06:57:21 +08:00
2.4.5-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
35c37dcbf2
commit
341876db52
@@ -10,7 +10,7 @@ COPY prebuildfs /
|
||||
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-6" --checksum 6e20a2ae0a878612ca23df22ae64afeb3c5a6a74cce13f20c550cb79bf7af79d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-10" --checksum 97c2ae4b001c5937e888b920bee7b1a40a076680caac53ded6d10f6207d54565
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubeapps" "2.4.4-1" --checksum 282894efbaa1ab110fcd87f0fc6da73bc25e871c51ee6b3db153cefdbb046990
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubeapps" "2.4.5-0" --checksum a5bab9359454083dade0af5066ac7a7aa2d0133ac5dba036ef483e447fbf31dc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -23,7 +23,7 @@ RUN rm -rf /app && \
|
||||
mv /opt/bitnami/kubeapps/build /app
|
||||
RUN chmod -R g+rwX /opt/bitnami/nginx/conf
|
||||
RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
||||
ENV APP_VERSION="2.4.4" \
|
||||
ENV APP_VERSION="2.4.5" \
|
||||
BITNAMI_APP_NAME="kubeapps-dashboard" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"kubeapps": {
|
||||
"arch": "amd64",
|
||||
"digest": "282894efbaa1ab110fcd87f0fc6da73bc25e871c51ee6b3db153cefdbb046990",
|
||||
"digest": "a5bab9359454083dade0af5066ac7a7aa2d0133ac5dba036ef483e447fbf31dc",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.4-1"
|
||||
"version": "2.4.5-0"
|
||||
},
|
||||
"nginx": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -36,7 +36,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-r20`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/blob/2.4.4-debian-10-r20/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-dashboard/blob/2.4.5-debian-10-r0/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user