9.7.0-debian-10-r6 release

This commit is contained in:
Bitnami Bot
2021-04-07 17:47:15 +00:00
parent 47979f5ffe
commit a11927895f
6 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,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.7.0-debian-10-r5" \
BITNAMI_IMAGE_VERSION="9.7.0-debian-10-r6" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 2878

View File

@@ -1,7 +1,7 @@
version: '2'
services:
wavefront-proxy:
image: docker.io/bitnami/wavefront-proxy:9-debian-10
image: docker.io/bitnami/wavefront-proxy:9
environment:
- WAVEFRONT_URL=https://you.wavefront.com/api
- WAVEFRONT_TOKEN=CHANGE-ME

View File

@@ -106,5 +106,5 @@ indent() {
for ((i = 0; i < num; i++)); do
indent_unit="${indent_unit}${char}"
done
echo "$string" | sed "s/^/${indent_unit}/"
echo "${string//^/${indent_unit}}"
}

View File

@@ -9,7 +9,7 @@
# Functions
########################
# Gets semantic version
# Gets semantic version
# Arguments:
# $1 - version: string to extract major.minor.patch
# $2 - section: 1 to extract major, 2 to extract minor, 3 to extract patch
@@ -38,7 +38,7 @@ get_sematic_version () {
done
local number_regex='^[0-9]+$'
if [[ "$section" =~ $number_regex ]] && (( $section > 0 )) && (( $section <= 3 )); then
if [[ "$section" =~ $number_regex ]] && (( section > 0 )) && (( section <= 3 )); then
echo "${version_sections[$section]}"
return
else

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

View File

@@ -1,7 +1,7 @@
version: '2'
services:
wavefront-proxy:
image: docker.io/bitnami/wavefront-proxy:9-debian-10
image: docker.io/bitnami/wavefront-proxy:9
environment:
- WAVEFRONT_URL=https://you.wavefront.com/api
- WAVEFRONT_TOKEN=CHANGE-ME