2.3.0-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-06-21 15:03:11 +00:00
committed by Bitnami Containers
parent 0095cb9cbc
commit cf7c923357
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libgcc-s1 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-150" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "influxdb" "2.2.0-150" --checksum 40033bb4aab3d50b258ed40f0f62702fb8d2f0367c10a243f4f9b7214193b597
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "influxdb" "2.3.0-0" --checksum 9f2ab1cf903dcb34767e9bdb6bea394d35e0cc60f44dc8f4f5cdc0d9aae58aa4
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
@@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/influxdb/postunpack.sh
ENV APP_VERSION="2.2.0" \
ENV APP_VERSION="2.3.0" \
BITNAMI_APP_NAME="influxdb" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/influxdb/bin:$PATH"

View File

@@ -8,10 +8,10 @@
},
"influxdb": {
"arch": "amd64",
"digest": "40033bb4aab3d50b258ed40f0f62702fb8d2f0367c10a243f4f9b7214193b597",
"digest": "9f2ab1cf903dcb34767e9bdb6bea394d35e0cc60f44dc8f4f5cdc0d9aae58aa4",
"distro": "debian-11",
"type": "NAMI",
"version": "2.2.0-150"
"version": "2.3.0-0"
},
"wait-for-port": {
"arch": "amd64",

View File

@@ -41,7 +41,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deploy
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/).
* [`2`, `2-debian-11`, `2.2.0`, `2.2.0-debian-11-r6`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/2.2.0-debian-11-r6/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.3.0`, `2.3.0-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/2.3.0-debian-11-r0/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/influxdb GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb).