2.0.0-ol-7-r28 release
This commit is contained in:
parent
404457b719
commit
4683a7387c
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r102
|
||||
FROM bitnami/oraclelinux-extras:7-r104
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -12,7 +12,7 @@ RUN bitnami-pkg unpack kafka-2.0.0-1 --checksum 3f8503f01953effb56bacacc969355ce
|
|||
COPY rootfs /
|
||||
ENV ALLOW_PLAINTEXT_LISTENER="no" \
|
||||
BITNAMI_APP_NAME="kafka" \
|
||||
BITNAMI_IMAGE_VERSION="2.0.0-ol-7-r27" \
|
||||
BITNAMI_IMAGE_VERSION="2.0.0-ol-7-r28" \
|
||||
KAFKA_ADVERTISED_LISTENERS="PLAINTEXT://:9092" \
|
||||
KAFKA_BROKER_ID="-1" \
|
||||
KAFKA_BROKER_PASSWORD="bitnami" \
|
||||
|
|
|
|||
|
|
@ -49,7 +49,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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2-ol-7`, `2.0.0-ol-7-r27` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka/blob/2.0.0-ol-7-r27/2/ol-7/Dockerfile)
|
||||
* [`2-ol-7`, `2.0.0-ol-7-r28` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka/blob/2.0.0-ol-7-r28/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.0.0-debian-9-r9`, `2`, `2.0.0`, `2.0.0-r9`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka/blob/2.0.0-debian-9-r9/2/debian-9/Dockerfile)
|
||||
* [`1-ol-7`, `1.1.1-ol-7-r37` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka/blob/1.1.1-ol-7-r37/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.1.1-debian-9-r18`, `1`, `1.1.1`, `1.1.1-r18` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka/blob/1.1.1-debian-9-r18/1/debian-9/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue