2.2.0-debian-11-r3 release

This commit is contained in:
Bitnami Bot
2022-06-10 13:11:27 +00:00
committed by Bitnami Containers
parent 6e2722e0cc
commit f82213d759
3 changed files with 7 additions and 7 deletions

View File

@@ -9,9 +9,9 @@ ENV HOME="/" \
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-0" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "influxdb" "2.2.0-0" --checksum 40033bb4aab3d50b258ed40f0f62702fb8d2f0367c10a243f4f9b7214193b597
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
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 "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

View File

@@ -4,20 +4,20 @@
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-0"
"version": "1.14.0-150"
},
"influxdb": {
"arch": "amd64",
"digest": "40033bb4aab3d50b258ed40f0f62702fb8d2f0367c10a243f4f9b7214193b597",
"distro": "debian-11",
"type": "NAMI",
"version": "2.2.0-0"
"version": "2.2.0-150"
},
"wait-for-port": {
"arch": "amd64",
"digest": "1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924",
"distro": "debian-11",
"type": "NAMI",
"version": "1.0.3-0"
"version": "1.0.3-150"
}
}

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-r2`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/2.2.0-debian-11-r2/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.2.0`, `2.2.0-debian-11-r3`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/2.2.0-debian-11-r3/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/influxdb GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb).