mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 08:04:33 +08:00
10.9.0-debian-10-r0 release
This commit is contained in:
@@ -10,14 +10,14 @@ 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.12-0" --checksum 14c1274e93b1135d4d1b82ad7985fc2fa7f5d0689b6da18e0c94da37407cd4ea
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "10.8.0-0" --checksum 190da1a600daeacd9a57181287e980beda3fa7b629a412450edccca2b75b4f49
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "10.9.0-0" --checksum 32abb324463dd2fc999e4f29d84409bd702036ca0fec3a7e99ad0322fdca4c94
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/wavefront-proxy/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="wavefront-proxy" \
|
||||
BITNAMI_IMAGE_VERSION="10.8.0-debian-10-r29" \
|
||||
BITNAMI_IMAGE_VERSION="10.9.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 2878
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"wavefront-proxy": {
|
||||
"arch": "amd64",
|
||||
"digest": "190da1a600daeacd9a57181287e980beda3fa7b629a412450edccca2b75b4f49",
|
||||
"digest": "32abb324463dd2fc999e4f29d84409bd702036ca0fec3a7e99ad0322fdca4c94",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "10.8.0-0"
|
||||
"version": "10.9.0-0"
|
||||
}
|
||||
}
|
||||
@@ -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/).
|
||||
|
||||
|
||||
* [`10`, `10-debian-10`, `10.8.0`, `10.8.0-debian-10-r29`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.8.0-debian-10-r29/10/debian-10/Dockerfile)
|
||||
* [`10`, `10-debian-10`, `10.9.0`, `10.9.0-debian-10-r0`, `latest` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/10.9.0-debian-10-r0/10/debian-10/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