mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 20:47:22 +08:00
11.1.0-debian-11-r4 release
This commit is contained in:
committed by
Bitnami Containers
parent
16068f3f63
commit
0cb924cb90
@@ -11,9 +11,9 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-0" --checksum fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "11.1.0-0" --checksum 4271f07f658fab6a50461e5ecf24e4f0b4ebd5c2ab817fe251983403679c00eb
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-150" --checksum fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "11.1.0-150" --checksum 4271f07f658fab6a50461e5ecf24e4f0b4ebd5c2ab817fe251983403679c00eb
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
@@ -4,20 +4,20 @@
|
||||
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-0"
|
||||
"version": "1.14.0-150"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "11.0.15-0"
|
||||
"version": "11.0.15-150"
|
||||
},
|
||||
"wavefront-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "4271f07f658fab6a50461e5ecf24e4f0b4ebd5c2ab817fe251983403679c00eb",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "11.1.0-0"
|
||||
"version": "11.1.0-150"
|
||||
}
|
||||
}
|
||||
@@ -28,7 +28,7 @@ $ docker run --name wavefront-proxy bitnami/wavefront-proxy:latest
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`11`, `11-debian-11`, `11.1.0`, `11.1.0-debian-11-r3`, `latest` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/11.1.0-debian-11-r3/11/debian-11/Dockerfile)
|
||||
* [`11`, `11-debian-11`, `11.1.0`, `11.1.0-debian-11-r4`, `latest` (11/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/11.1.0-debian-11-r4/11/debian-11/Dockerfile)
|
||||
* [`10`, `10-debian-11`, `10.14.0`, `10.14.0-debian-11-r4` (10/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.14.0-debian-11-r4/10/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).
|
||||
|
||||
Reference in New Issue
Block a user