1.1.1-debian-9-r13 release

This commit is contained in:
Bitnami Bot 2018-08-22 06:09:02 +00:00
parent 69b0f17ccf
commit 3cdad565ae
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:stretch-r112
FROM bitnami/minideb-extras:stretch-r114
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@ -12,7 +12,7 @@ RUN bitnami-pkg unpack kafka-1.1.1-2 --checksum ae47e8966921daeca21483106bb7044b
COPY rootfs /
ENV ALLOW_PLAINTEXT_LISTENER="no" \
BITNAMI_APP_NAME="kafka" \
BITNAMI_IMAGE_VERSION="1.1.1-debian-9-r12" \
BITNAMI_IMAGE_VERSION="1.1.1-debian-9-r13" \
KAFKA_ADVERTISED_LISTENERS="PLAINTEXT://:9092" \
KAFKA_BROKER_ID="-1" \
KAFKA_BROKER_PASSWORD="bitnami" \
@ -49,5 +49,5 @@ ENV ALLOW_PLAINTEXT_LISTENER="no" \
EXPOSE 9092
USER 1001
ENTRYPOINT ["/app-entrypoint.sh"]
CMD ["/run.sh"]
ENTRYPOINT [ "/app-entrypoint.sh" ]
CMD [ "/run.sh" ]

View File

@ -52,7 +52,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`2-ol-7`, `2.0.0-ol-7-r8` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka/blob/2.0.0-ol-7-r8/2/ol-7/Dockerfile)
* [`2-debian-9`, `2.0.0-debian-9-r3`, `2`, `2.0.0`, `2.0.0-r3`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka/blob/2.0.0-debian-9-r3/2/Dockerfile)
* [`1-ol-7`, `1.1.1-ol-7-r22` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka/blob/1.1.1-ol-7-r22/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.1.1-debian-9-r12`, `1`, `1.1.1`, `1.1.1-r12` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka/blob/1.1.1-debian-9-r12/1/Dockerfile)
* [`1-debian-9`, `1.1.1-debian-9-r13`, `1`, `1.1.1`, `1.1.1-r13` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-kafka/blob/1.1.1-debian-9-r13/1/Dockerfile)
Subscribe to project updates by watching the [bitnami/kafka GitHub repo](https://github.com/bitnami/bitnami-docker-kafka).