mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 18:17:20 +08:00
3.4.12-r26 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/minideb-extras:jessie-r75
|
||||
FROM bitnami/minideb-extras:jessie-r76
|
||||
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-r25" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.12-r26" \
|
||||
JVMFLAGS="" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/zookeeper/bin:$PATH" \
|
||||
ZOO_CLIENT_PASSWORD="" \
|
||||
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`3`, `3.4.12-r25`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-r25/3/Dockerfile)
|
||||
* [`3`, `3.4.12-r26`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-r26/3/Dockerfile)
|
||||
* [`3-ol-7`, `3.4.12-ol-7-r1` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-ol-7-r1/3/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/zookeeper GitHub repo](https://github.com/bitnami/bitnami-docker-zookeeper).
|
||||
@@ -498,12 +498,12 @@ docker run --name zookeeper bitnami/zookeeper:latest
|
||||
or using Docker Compose:
|
||||
|
||||
```bash
|
||||
docker-compose start zookeeper
|
||||
docker-compose up zookeeper
|
||||
```
|
||||
|
||||
# Notable Changes
|
||||
|
||||
## 3.4.12-r24
|
||||
## 3.4.12-r25
|
||||
|
||||
- Configuration is not persisted, it is regenerated each time the container is created or it is used as volume.
|
||||
|
||||
|
||||
@@ -9,6 +9,8 @@ jobs:
|
||||
LATEST_STABLE: "3"
|
||||
DISTRIBUTIONS_LIST: "debian-8,ol-7"
|
||||
IMAGE_NAME: zookeeper
|
||||
CHART_NAME: zookeeper
|
||||
CHART_REPO: https://github.com/bitnami/charts
|
||||
DOCKER_PROJECT: bitnami
|
||||
QUAY_PROJECT: bitnami
|
||||
GCLOUD_PROJECT: bitnami-containers
|
||||
|
||||
Reference in New Issue
Block a user