14.0.20220110-debian-10-r14 release

This commit is contained in:
Bitnami Bot
2022-01-25 05:06:01 +00:00
parent 216ddd09e4
commit 5b838a475d
3 changed files with 8 additions and 8 deletions

View File

@@ -13,8 +13,8 @@ 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-5" --checksum 9e312b4a7e16a55d08e67c4fd69c91000e4dcc4af149d59915c49375b83852af
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "13.5.0-1" --checksum f0b3010943243515cfa8249978f690cb6c9e79b91f1aeafe9a3abc59321d43af
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.18.3-5" --checksum 70338565b39f0c8be869cb05107365dac31a26caf1fe5ba24de171a6dd334375
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "odoo" "14.0.20220110-2" --checksum d7e62f6391cda649f8f56f0c4b2894f230c21955ff7e396e10c56d7b2c2ba435
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "odoo" "14.0.20220110-3" --checksum 6103e6db23f610e3f750cd9565f5a789582ebddb57fe8da247b7460cb212e5b6
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
@@ -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="14.0.20220110-debian-10-r13" \
BITNAMI_IMAGE_VERSION="14.0.20220110-debian-10-r14" \
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

@@ -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"
},
"node": {
"arch": "amd64",
@@ -15,10 +15,10 @@
},
"odoo": {
"arch": "amd64",
"digest": "d7e62f6391cda649f8f56f0c4b2894f230c21955ff7e396e10c56d7b2c2ba435",
"digest": "6103e6db23f610e3f750cd9565f5a789582ebddb57fe8da247b7460cb212e5b6",
"distro": "debian-10",
"type": "NAMI",
"version": "14.0.20220110-2"
"version": "14.0.20220110-3"
},
"postgresql-client": {
"arch": "amd64",

View File

@@ -41,7 +41,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
- [`15`, `15-debian-10`, `15.0.20220110`, `15.0.20220110-debian-10-r13`, `latest` (15/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/15.0.20220110-debian-10-r13/15/debian-10/Dockerfile)
- [`14`, `14-debian-10`, `14.0.20220110`, `14.0.20220110-debian-10-r13` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20220110-debian-10-r13/14/debian-10/Dockerfile)
- [`14`, `14-debian-10`, `14.0.20220110`, `14.0.20220110-debian-10-r14` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20220110-debian-10-r14/14/debian-10/Dockerfile)
- [`13`, `13-debian-10`, `13.0.20220110`, `13.0.20220110-debian-10-r13` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20220110-debian-10-r13/13/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/odoo GitHub repo](https://github.com/bitnami/bitnami-docker-odoo).