1.8.5-debian-10-r239 release

This commit is contained in:
Bitnami Bot
2022-01-26 03:45:31 +00:00
parent 2aa479d076
commit 8855b5aaee
3 changed files with 8 additions and 8 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 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-5" --checksum 1e34030c18f0ec2467fa5f1b1fbad24add217f671c3a61628f7b8671391f9676
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-6" --checksum 845ff207415b5730cadd45aa3c757ca45a5c9e73bc54c24aa481ddca24eec35d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "influxdb" "1.8.5-0" --checksum 96b808a48dbebfc6d3e2ca56e9077b4735993f3b61309e50df5990b0c3fa123d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/influxdb/postunpack.sh
ENV BITNAMI_APP_NAME="influxdb" \
BITNAMI_IMAGE_VERSION="1.8.5-debian-10-r238" \
BITNAMI_IMAGE_VERSION="1.8.5-debian-10-r239" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/influxdb/bin:$PATH"
VOLUME [ "/bitnami/influxdb" ]

View File

@@ -1,10 +1,10 @@
{
"gosu": {
"arch": "amd64",
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-2"
"version": "1.14.0-3"
},
"influxdb": {
"arch": "amd64",
@@ -15,9 +15,9 @@
},
"wait-for-port": {
"arch": "amd64",
"digest": "1e34030c18f0ec2467fa5f1b1fbad24add217f671c3a61628f7b8671391f9676",
"digest": "845ff207415b5730cadd45aa3c757ca45a5c9e73bc54c24aa481ddca24eec35d",
"distro": "debian-10",
"type": "NAMI",
"version": "1.0.1-5"
"version": "1.0.1-6"
}
}

View File

@@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`2`, `2-debian-10`, `2.1.1`, `2.1.1-debian-10-r56`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/2.1.1-debian-10-r56/2/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.8.5`, `1.8.5-debian-10-r238` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/1.8.5-debian-10-r238/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.8.5`, `1.8.5-debian-10-r239` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/1.8.5-debian-10-r239/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/influxdb GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb).