Skip to content

Commit

Permalink
[bitnami/zookeeper] Release 3.8.1-debian-11-r147 (#41395)
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
  • Loading branch information
bitnami-bot authored Jul 18, 2023
1 parent 4798c28 commit 60a343c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions bitnami/zookeeper/3.8/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ FROM docker.io/bitnami/minideb:bullseye

ARG TARGETARCH

LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-07-14T09:55:19Z" \
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-07-18T10:56:25Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.8.1-debian-11-r55" \
org.opencontainers.image.ref.name="3.8.1-debian-11-r147" \
org.opencontainers.image.title="zookeeper" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.8.1"
Expand Down
2 changes: 1 addition & 1 deletion bitnami/zookeeper/3.8/debian-11/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '2'

services:
zookeeper:
image: docker.io/bitnami/zookeeper:3.8
image: zookeeper
ports:
- '2181:2181'
volumes:
Expand Down
2 changes: 1 addition & 1 deletion bitnami/zookeeper/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '2'

services:
zookeeper:
image: docker.io/bitnami/zookeeper:3.8
image: zookeeper
ports:
- '2181:2181'
volumes:
Expand Down

0 comments on commit 60a343c

Please sign in to comment.