mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
3.4.10-r7 release
Update image to version 3.4.10-r7
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
FROM bitnami/minideb-extras:jessie-r22
|
||||
FROM bitnami/minideb-extras:jessie-r23
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
HOME="/"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN bitnami-pkg install java-1.8.151-0 --checksum fbbea572d89988035aee16eefe53c852e8abfda84f6c7cf5c9a4772a72863143
|
||||
RUN bitnami-pkg install java-1.8.161-0 --checksum eb289afc43eda33d5920294460dc256f6543318506ca5a540bba9073412cfd06
|
||||
RUN bitnami-pkg unpack zookeeper-3.4.10-5 --checksum f45b0fdee5e215c9d42dd1d6cc0776ae1fe28b0d6000e71d6b7ab4c9651d5856
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
ENV ALLOW_ANONYMOUS_LOGIN="no" \
|
||||
BITNAMI_APP_NAME="zookeeper" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.10-r6" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.10-r7" \
|
||||
JVMFLAGS="" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/zookeeper/bin:$PATH" \
|
||||
ZOO_CLIENT_PASSWORD="" \
|
||||
|
||||
@@ -26,16 +26,6 @@ services:
|
||||
- '2181:2181'
|
||||
```
|
||||
|
||||
## Kubernetes
|
||||
|
||||
> **WARNING:** This is a beta configuration, currently unsupported.
|
||||
|
||||
Get the raw URL pointing to the kubernetes.yml manifest and use kubectl to create the resources on your Kubernetes cluster like so:
|
||||
|
||||
```bash
|
||||
$ kubectl create -f https://raw.githubusercontent.com/bitnami/bitnami-docker-zookeeper/master/kubernetes.yml
|
||||
```
|
||||
|
||||
# Why use Bitnami Images?
|
||||
|
||||
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
|
||||
@@ -539,7 +529,7 @@ Discussions are archived at [bitnami-oss.slackarchive.io](https://bitnami-oss.sl
|
||||
|
||||
# License
|
||||
|
||||
Copyright (c) 2015-2017 Bitnami
|
||||
Copyright (c) 2015-2018 Bitnami
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
Reference in New Issue
Block a user