2.3.3-debian-10-r32 release

This commit is contained in:
Bitnami Bot
2021-08-13 10:48:59 +00:00
parent 6db9c1e8c5
commit 07eab66faa
3 changed files with 18 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ RUN rm -rf /app && \
RUN chmod -R g+rwX /opt/bitnami/nginx/conf RUN chmod -R g+rwX /opt/bitnami/nginx/conf
RUN /opt/bitnami/scripts/nginx/postunpack.sh RUN /opt/bitnami/scripts/nginx/postunpack.sh
ENV BITNAMI_APP_NAME="kubeapps-dashboard" \ ENV BITNAMI_APP_NAME="kubeapps-dashboard" \
BITNAMI_IMAGE_VERSION="2.3.3-debian-10-r31" \ BITNAMI_IMAGE_VERSION="2.3.3-debian-10-r32" \
NGINX_ENABLE_CUSTOM_PORTS="no" \ NGINX_ENABLE_CUSTOM_PORTS="no" \
NGINX_HTTPS_PORT_NUMBER="" \ NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \ NGINX_HTTP_PORT_NUMBER="" \

View File

@@ -91,6 +91,22 @@ is_true_false_value() {
fi fi
} }
########################
# Check if the provided argument is a boolean 1/0 value
# Arguments:
# $1 - Value to check
# Returns:
# Boolean
#########################
is_1_0_value() {
local -r bool="${1:-}"
if [[ "$bool" =~ ^[10]$ ]]; then
true
else
false
fi
}
######################## ########################
# Check if the provided argument is an empty string or not defined # Check if the provided argument is an empty string or not defined
# Arguments: # Arguments:

View File

@@ -38,7 +38,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/). 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.3.3`, `2.3.3-debian-10-r31`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/blob/2.3.3-debian-10-r31/2/debian-10/Dockerfile) * [`2`, `2-debian-10`, `2.3.3`, `2.3.3-debian-10-r32`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubeapps-dashboard/blob/2.3.3-debian-10-r32/2/debian-10/Dockerfile)
# Configuration # Configuration