3.0.0-debian-10-r46 release

This commit is contained in:
Bitnami Bot 2021-12-02 13:09:56 +00:00
parent 8b7ac3b12c
commit 43b44ae379
3 changed files with 8 additions and 8 deletions

View File

@ -13,8 +13,8 @@ COPY prebuildfs /
RUN install_packages acl ca-certificates curl gzip libc6 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.13-0" --checksum 9552e53ccd3b0ec85a82c31c26a1462260e28b7c58770a5c53560afb02ec66d9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-1" --checksum 28dc75dff64df07e67b711d20859c24ebc996db0eaac06138553341d0f769299
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-2" --checksum 3fccec52b33af46e65093016202786ee719b25f19a8c73552335798d30b477a1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-3" --checksum 9e18c6c3411e702eb16aa60dc77baf3fd9af8d5beb2623936ef3af343d5ffd5b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-3" --checksum cddf51b3cb59d65d5d30e3fe37e99d8d53375ad88f0cc474019a52e6d8b4fc58
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kafka" "3.0.0-0" --checksum c7ef91edd2ea70644158ded9b8104cce168dd916e6efbfb6a29b347ca0702942
RUN chmod g+rwX /opt/bitnami
RUN ln -s /opt/bitnami/scripts/kafka/entrypoint.sh /entrypoint.sh
@ -24,7 +24,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/java/postunpack.sh
RUN /opt/bitnami/scripts/kafka/postunpack.sh
ENV BITNAMI_APP_NAME="kafka" \
BITNAMI_IMAGE_VERSION="3.0.0-debian-10-r45" \
BITNAMI_IMAGE_VERSION="3.0.0-debian-10-r46" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/kafka/bin:$PATH"

View File

@ -22,16 +22,16 @@
},
"render-template": {
"arch": "amd64",
"digest": "3fccec52b33af46e65093016202786ee719b25f19a8c73552335798d30b477a1",
"digest": "cddf51b3cb59d65d5d30e3fe37e99d8d53375ad88f0cc474019a52e6d8b4fc58",
"distro": "debian-10",
"type": "NAMI",
"version": "1.0.1-2"
"version": "1.0.1-3"
},
"wait-for-port": {
"arch": "amd64",
"digest": "28dc75dff64df07e67b711d20859c24ebc996db0eaac06138553341d0f769299",
"digest": "9e18c6c3411e702eb16aa60dc77baf3fd9af8d5beb2623936ef3af343d5ffd5b",
"distro": "debian-10",
"type": "NAMI",
"version": "1.0.1-1"
"version": "1.0.1-3"
}
}

View File

@ -43,7 +43,7 @@ Non-root container images add an extra layer of security and are generally recom
## Supported tags and respective `Dockerfile` links
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/).
* [`3`, `3-debian-10`, `3.0.0`, `3.0.0-debian-10-r45`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka/blob/3.0.0-debian-10-r45/3/debian-10/Dockerfile)
* [`3`, `3-debian-10`, `3.0.0`, `3.0.0-debian-10-r46`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka/blob/3.0.0-debian-10-r46/3/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.8.1`, `2.8.1-debian-10-r61` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka/blob/2.8.1-debian-10-r61/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/kafka GitHub repo](https://github.com/bitnami/bitnami-docker-kafka).