15.0.20220710-debian-11-r0 release
This commit is contained in:
parent
1230a3891c
commit
0d04492f22
|
|
@ -11,8 +11,8 @@ RUN install_packages acl ca-certificates curl fontconfig gzip libbsd0 libbz2-1.0
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-152" --checksum a831df58c181297ce77597daf2364175cbb9f211f7755ca8d8c8b5918ad9ce24
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "13.7.0-150" --checksum ff80edd08ce09e9425b73764d44354641073f0cf1eb8a5aeab64222cbe68d8a8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.3-150" --checksum 97cffecfb637e5758197e4eb14d50b42048768eba242da4b534f1d8bacbd6958
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "odoo" "15.0.20220610-150" --checksum 341b6f4ed32b25b590d0be6a9564d0f7d339427724a3f1709c204c7996ee1f6e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.20.0-0" --checksum 4580c44a68dab8200beed1d6c1a2397c854722ada2b81d9564b20388336453f9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "odoo" "15.0.20220710-0" --checksum 66aecec78413a69202313c00b7d2ca1b9252f5767ddb76be0f1d1a4b892fe3a9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -24,7 +24,7 @@ RUN curl -sLO https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/odoo/postunpack.sh
|
||||
ENV APP_VERSION="15.0.20220610" \
|
||||
ENV APP_VERSION="15.0.20220710" \
|
||||
BITNAMI_APP_NAME="odoo" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/node/bin:/opt/bitnami/odoo/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,17 +8,17 @@
|
|||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "97cffecfb637e5758197e4eb14d50b42048768eba242da4b534f1d8bacbd6958",
|
||||
"digest": "4580c44a68dab8200beed1d6c1a2397c854722ada2b81d9564b20388336453f9",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "14.19.3-150"
|
||||
"version": "14.20.0-0"
|
||||
},
|
||||
"odoo": {
|
||||
"arch": "amd64",
|
||||
"digest": "341b6f4ed32b25b590d0be6a9564d0f7d339427724a3f1709c204c7996ee1f6e",
|
||||
"digest": "66aecec78413a69202313c00b7d2ca1b9252f5767ddb76be0f1d1a4b892fe3a9",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.0.20220610-150"
|
||||
"version": "15.0.20220710-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -38,7 +38,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/).
|
||||
|
||||
|
||||
- [`15`, `15-debian-11`, `15.0.20220610`, `15.0.20220610-debian-11-r9`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/15.0.20220610-debian-11-r9/15/debian-11/Dockerfile)
|
||||
- [`15`, `15-debian-11`, `15.0.20220710`, `15.0.20220710-debian-11-r0`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/15.0.20220710-debian-11-r0/15/debian-11/Dockerfile)
|
||||
- [`14`, `14-debian-11`, `14.0.20220710`, `14.0.20220710-debian-11-r0` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20220710-debian-11-r0/14/debian-11/Dockerfile)
|
||||
- [`13`, `13-debian-11`, `13.0.20220710`, `13.0.20220710-debian-11-r0` (13/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20220710-debian-11-r0/13/debian-11/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue