2.1.1-debian-10-r71 release

This commit is contained in:
Bitnami Bot 2022-02-16 13:48:42 +00:00
parent 94646b8479
commit b919fd9a04
3 changed files with 11 additions and 11 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 libgcc1 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-7" --checksum 0ef01592ac0331fb1b486122aac3434cd103c3488652a871951a533037d277f8
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "influxdb" "2.1.1-4" --checksum 88c2cefa5d2463f6f64899031924f24e840931b47f3bdcf1ada637022ae0565b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-8" --checksum 4b509978f6d0a4c3b958deeb3490241cda60e4412c138da665192631d60f70de
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "influxdb" "2.1.1-5" --checksum ab7b64532ba836bf12c1615894e21e5477fd2e32710613854f4da2c52c8c073a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
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="2.1.1-debian-10-r70" \
BITNAMI_IMAGE_VERSION="2.1.1-debian-10-r71" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/influxdb/bin:$PATH"
VOLUME [ "/bitnami/influxdb" ]

View File

@ -1,23 +1,23 @@
{
"gosu": {
"arch": "amd64",
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-4"
"version": "1.14.0-5"
},
"influxdb": {
"arch": "amd64",
"digest": "88c2cefa5d2463f6f64899031924f24e840931b47f3bdcf1ada637022ae0565b",
"digest": "ab7b64532ba836bf12c1615894e21e5477fd2e32710613854f4da2c52c8c073a",
"distro": "debian-10",
"type": "NAMI",
"version": "2.1.1-4"
"version": "2.1.1-5"
},
"wait-for-port": {
"arch": "amd64",
"digest": "0ef01592ac0331fb1b486122aac3434cd103c3488652a871951a533037d277f8",
"digest": "4b509978f6d0a4c3b958deeb3490241cda60e4412c138da665192631d60f70de",
"distro": "debian-10",
"type": "NAMI",
"version": "1.0.1-7"
"version": "1.0.1-8"
}
}

View File

@ -43,7 +43,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) 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-10`, `2.1.1`, `2.1.1-debian-10-r70`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/2.1.1-debian-10-r70/2/debian-10/Dockerfile)
* [`2`, `2-debian-10`, `2.1.1`, `2.1.1-debian-10-r71`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/2.1.1-debian-10-r71/2/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.8.5`, `1.8.5-debian-10-r254` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-influxdb/blob/1.8.5-debian-10-r254/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/influxdb GitHub repo](https://github.com/bitnami/bitnami-docker-influxdb).