[bitnami/schema-registry] Release 6.1.9-debian-11-r11 (#21465)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-01-22 01:49:37 +01:00 committed by GitHub
parent 1898b75071
commit cd57f5b030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View File

@ -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="6.1.9-debian-11-r10" \
org.opencontainers.image.ref.name="6.1.9-debian-11-r11" \
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-6.1.9-1-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
) && \

View File

@ -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",

View File

@ -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

View File

@ -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