mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
3.4.12-debian-8-r44 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/minideb-extras:jessie-r95
|
||||
FROM bitnami/minideb-extras:jessie-r96
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
@@ -11,7 +11,7 @@ RUN bitnami-pkg unpack zookeeper-3.4.12-3 --checksum 8ed0215ca7648518839392772bb
|
||||
COPY rootfs /
|
||||
ENV ALLOW_ANONYMOUS_LOGIN="no" \
|
||||
BITNAMI_APP_NAME="zookeeper" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.12-r43" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.12-debian-8-r44" \
|
||||
JVMFLAGS="" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/zookeeper/bin:$PATH" \
|
||||
ZOO_CLIENT_PASSWORD="" \
|
||||
|
||||
@@ -34,8 +34,9 @@ services:
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`3`, `3.4.12-r43`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-r43/3/Dockerfile)
|
||||
* [`3-ol-7`, `3.4.12-ol-7-r14` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-ol-7-r14/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.4.12-debian-9-r0` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-debian-9-r0/3/debian-9/Dockerfile)
|
||||
* [`3-debian-8`, `3.4.12-debian-8-r44`, `3`, `3.4.12`, `3.4.12-r44`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-debian-8-r44/3/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/zookeeper GitHub repo](https://github.com/bitnami/bitnami-docker-zookeeper).
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ jobs:
|
||||
environment:
|
||||
RELEASE_SERIES_LIST: "3"
|
||||
LATEST_STABLE: "3"
|
||||
DISTRIBUTIONS_LIST: "debian-8,ol-7"
|
||||
DISTRIBUTIONS_LIST: "debian-8,debian-9,ol-7"
|
||||
IMAGE_NAME: zookeeper
|
||||
CHART_NAME: zookeeper
|
||||
CHART_REPO: https://github.com/bitnami/charts
|
||||
|
||||
Reference in New Issue
Block a user