15.0.20220210-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-02-10 08:02:52 +00:00
parent afb28ab4a9
commit 6bb8f88791
3 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-6" --checksum 81b0642a6d8e9d952a0f6540f2d7481a99b9a12dd42bcb5906ba8014ca80f326
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "13.5.0-30" --checksum 3b975e0d023f1e849e1dc4846eaf43e3fb35d365ed306e37f64d7b5f0fcbc744
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.0-0" --checksum 556a98f936b3c23e05bd6c23cd0cec135238b239b329161580544697bc332053
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "odoo" "15.0.20220110-30" --checksum 1c716cf86cd001dc1b2169545c59c49b2932cefd0546e304c13d47eaa8b1ef34
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "odoo" "15.0.20220210-0" --checksum 532aaf60f7e03929d82956c7d80eaae22bdf1c3c38bb5dde60be73835da0aa0b
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
@@ -26,7 +26,7 @@ RUN curl -sLO https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.
COPY rootfs /
RUN /opt/bitnami/scripts/odoo/postunpack.sh
ENV BITNAMI_APP_NAME="odoo" \
BITNAMI_IMAGE_VERSION="15.0.20220110-debian-10-r28" \
BITNAMI_IMAGE_VERSION="15.0.20220210-debian-10-r0" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/node/bin:/opt/bitnami/odoo/bin:$PATH"
EXPOSE 3000 8069 8072

View File

@@ -15,10 +15,10 @@
},
"odoo": {
"arch": "amd64",
"digest": "1c716cf86cd001dc1b2169545c59c49b2932cefd0546e304c13d47eaa8b1ef34",
"digest": "532aaf60f7e03929d82956c7d80eaae22bdf1c3c38bb5dde60be73835da0aa0b",
"distro": "debian-10",
"type": "NAMI",
"version": "15.0.20220110-30"
"version": "15.0.20220210-0"
},
"postgresql-client": {
"arch": "amd64",

View File

@@ -40,7 +40,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/).
- [`15`, `15-debian-10`, `15.0.20220110`, `15.0.20220110-debian-10-r28`, `latest` (15/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/15.0.20220110-debian-10-r28/15/debian-10/Dockerfile)
- [`15`, `15-debian-10`, `15.0.20220210`, `15.0.20220210-debian-10-r0`, `latest` (15/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/15.0.20220210-debian-10-r0/15/debian-10/Dockerfile)
- [`14`, `14-debian-10`, `14.0.20220210`, `14.0.20220210-debian-10-r0` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20220210-debian-10-r0/14/debian-10/Dockerfile)
- [`13`, `13-debian-10`, `13.0.20220210`, `13.0.20220210-debian-10-r0` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20220210-debian-10-r0/13/debian-10/Dockerfile)