9.5.0-debian-10-r2 release

This commit is contained in:
Bitnami Bot
2021-01-19 22:01:53 +00:00
parent 69810bf8af
commit de970270d0
4 changed files with 7 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ 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.9-1-0" --checksum ef5f22567fba8403553735c9fa26825e3aeb913ce7207b44bcbc336d6ada6b67
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "9.5.0-0" --checksum 6fc3b69ecbd426abc59efb76197f235282f91880e35a54874eb6c02d0cf7c6e0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wavefront-proxy" "9.5.0-1" --checksum 9b601fac99cb6606f57fee3768459d56ce6b445388b6e4e53a9724885aa039b5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -19,7 +19,7 @@ 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="9.5.0-debian-10-r1" \
BITNAMI_IMAGE_VERSION="9.5.0-debian-10-r2" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 2878

View File

@@ -15,9 +15,9 @@
},
"wavefront-proxy": {
"arch": "amd64",
"digest": "6fc3b69ecbd426abc59efb76197f235282f91880e35a54874eb6c02d0cf7c6e0",
"digest": "9b601fac99cb6606f57fee3768459d56ce6b445388b6e4e53a9724885aa039b5",
"distro": "debian-10",
"type": "NAMI",
"version": "9.5.0-0"
"version": "9.5.0-1"
}
}

View File

@@ -6,6 +6,7 @@
# Load Generic Libraries
. /opt/bitnami/scripts/liblog.sh
. /opt/bitnami/scripts/libfs.sh
# Functions
@@ -118,7 +119,7 @@ ensure_user_exists() {
local -a group_args=("$group")
$is_system_user && group_args+=("--system")
ensure_group_exists "${group_args[@]}"
usermod -a -G "$group" "$user" >/dev/null 2>&1
usermod -g "$group" "$user" >/dev/null 2>&1
fi
if [[ -n "$home" ]]; then

View File

@@ -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/).
* [`9`, `9-debian-10`, `9.5.0`, `9.5.0-debian-10-r1`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/9.5.0-debian-10-r1/9/debian-10/Dockerfile)
* [`9`, `9-debian-10`, `9.5.0`, `9.5.0-debian-10-r2`, `latest` (9/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wavefront-proxy/blob/9.5.0-debian-10-r2/9/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/wavefront-proxy GitHub repo](https://github.com/bitnami/bitnami-docker-wavefront-proxy).