From 95a22056b552abe956fd01a8fac62811a1ad8d6a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 22 Jan 2023 00:37:29 +0100 Subject: [PATCH] [bitnami/schema-registry] Release 7.3.1-debian-11-r13 (#21454) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/schema-registry/7.3/debian-11/Dockerfile | 4 ++-- .../debian-11/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- .../debian-11/rootfs/opt/bitnami/scripts/libschemaregistry.sh | 2 +- .../rootfs/opt/bitnami/scripts/schema-registry-env.sh | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bitnami/schema-registry/7.3/debian-11/Dockerfile b/bitnami/schema-registry/7.3/debian-11/Dockerfile index e40a5a9e7e14..47c71b3a7227 100644 --- a/bitnami/schema-registry/7.3/debian-11/Dockerfile +++ b/bitnami/schema-registry/7.3/debian-11/Dockerfile @@ -6,7 +6,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="7.3.1-debian-11-r12" \ + org.opencontainers.image.ref.name="7.3.1-debian-11-r13" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/schema-registry" \ org.opencontainers.image.title="schema-registry" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -23,7 +23,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl netcat procps zlib1g RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "java-11.0.17-7-3-linux-${OS_ARCH}-debian-11" \ + "java-11.0.18-10-0-linux-${OS_ARCH}-debian-11" \ "schema-registry-7.3.1-1-linux-${OS_ARCH}-debian-11" \ "gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \ ) && \ diff --git a/bitnami/schema-registry/7.3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/schema-registry/7.3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index b11459e07576..513e90e3e23b 100644 --- a/bitnami/schema-registry/7.3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/schema-registry/7.3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,10 +8,10 @@ }, "java": { "arch": "amd64", - "digest": "1cc60ee01228bd4598f390da7e1729c084deeb8a2922a619c13c166a61657748", + "digest": "f8c3013925073f94edc495584b76f0b08c867ba35c524e2b262e47e815a443b9", "distro": "debian-11", "type": "NAMI", - "version": "11.0.17-7-3" + "version": "11.0.18-10-0" }, "schema-registry": { "arch": "amd64", diff --git a/bitnami/schema-registry/7.3/debian-11/rootfs/opt/bitnami/scripts/libschemaregistry.sh b/bitnami/schema-registry/7.3/debian-11/rootfs/opt/bitnami/scripts/libschemaregistry.sh index d05245c431f7..15ad8b4efa83 100644 --- a/bitnami/schema-registry/7.3/debian-11/rootfs/opt/bitnami/scripts/libschemaregistry.sh +++ b/bitnami/schema-registry/7.3/debian-11/rootfs/opt/bitnami/scripts/libschemaregistry.sh @@ -303,8 +303,8 @@ schema_registry_initialize() { if [[ "$brokers_auth_protocol" =~ SSL ]]; then schema_registry_conf_set "kafkastore.ssl.keystore.location" "${SCHEMA_REGISTRY_CERTS_DIR}/schema-registry.keystore.jks" [[ -n "$SCHEMA_REGISTRY_KAFKA_KEYSTORE_PASSWORD" ]] && schema_registry_conf_set "kafkastore.ssl.keystore.password" "$SCHEMA_REGISTRY_KAFKA_KEYSTORE_PASSWORD" - [[ -n "$SCHEMA_REGISTRY_KAFKA_KEY_PASSWORD" ]] && schema_registry_conf_set "kafkastore.ssl.key.password" "$SCHEMA_REGISTRY_KAFKA_KEY_PASSWORD" schema_registry_conf_set "kafkastore.ssl.truststore.location" "${SCHEMA_REGISTRY_CERTS_DIR}/schema-registry.truststore.jks" + [[ -n "$SCHEMA_REGISTRY_KAFKA_KEY_PASSWORD" ]] && schema_registry_conf_set "kafkastore.ssl.key.password" "$SCHEMA_REGISTRY_KAFKA_KEY_PASSWORD" [[ -n "$SCHEMA_REGISTRY_KAFKA_TRUSTSTORE_PASSWORD" ]] && schema_registry_conf_set "kafkastore.ssl.truststore.password" "$SCHEMA_REGISTRY_KAFKA_TRUSTSTORE_PASSWORD" [[ -n "$SCHEMA_REGISTRY_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM" ]] && schema_registry_conf_set "kafkastore.ssl.endpoint.identification.algorithm" "$SCHEMA_REGISTRY_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM" fi diff --git a/bitnami/schema-registry/7.3/debian-11/rootfs/opt/bitnami/scripts/schema-registry-env.sh b/bitnami/schema-registry/7.3/debian-11/rootfs/opt/bitnami/scripts/schema-registry-env.sh index e1e9dfdb9d12..6df00ca0dee9 100644 --- a/bitnami/schema-registry/7.3/debian-11/rootfs/opt/bitnami/scripts/schema-registry-env.sh +++ b/bitnami/schema-registry/7.3/debian-11/rootfs/opt/bitnami/scripts/schema-registry-env.sh @@ -26,6 +26,7 @@ schema_registry_env_vars=( SCHEMA_REGISTRY_KAFKA_BROKERS SCHEMA_REGISTRY_ADVERTISED_HOSTNAME SCHEMA_REGISTRY_KAFKA_KEYSTORE_PASSWORD + SCHEMA_REGISTRY_KAFKA_KEY_PASSWORD SCHEMA_REGISTRY_KAFKA_TRUSTSTORE_PASSWORD SCHEMA_REGISTRY_KAFKA_SASL_USER SCHEMA_REGISTRY_KAFKA_SASL_PASSWORD