13.0.20220510-debian-10-r0 release
This commit is contained in:
parent
b148cb2694
commit
f90e685c66
|
|
@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-10" --checksum 97c2ae4b001c5937e888b920bee7b1a40a076680caac53ded6d10f6207d54565
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "13.7.0-0" --checksum c47d8c57a5317ae17cff33145bc3205d06c3678a8674425c4eeb3b432eb90ebb
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.2-0" --checksum b3370c72fa6879fb21f6c2c250fa61fa7029befbb53da1535f9b895ead5d8acd
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "odoo" "13.0.20220410-0" --checksum fa22aa5fa4affd7ad7fed698fdc9d944ac129c99e98e4b9930104c4401ed3622
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "odoo" "13.0.20220510-0" --checksum aa36d3f050f9672d89f8390571c192245a2013b04b88d551b415fa784e245aa1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -25,7 +25,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="13.0.20220410" \
|
||||
ENV APP_VERSION="13.0.20220510" \
|
||||
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"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"odoo": {
|
||||
"arch": "amd64",
|
||||
"digest": "fa22aa5fa4affd7ad7fed698fdc9d944ac129c99e98e4b9930104c4401ed3622",
|
||||
"digest": "aa36d3f050f9672d89f8390571c192245a2013b04b88d551b415fa784e245aa1",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "13.0.20220410-0"
|
||||
"version": "13.0.20220510-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
- [`15`, `15-debian-10`, `15.0.20220510`, `15.0.20220510-debian-10-r5`, `latest` (15/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/15.0.20220510-debian-10-r5/15/debian-10/Dockerfile)
|
||||
- [`14`, `14-debian-10`, `14.0.20220510`, `14.0.20220510-debian-10-r5` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20220510-debian-10-r5/14/debian-10/Dockerfile)
|
||||
- [`13`, `13-debian-10`, `13.0.20220410`, `13.0.20220410-debian-10-r34` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20220410-debian-10-r34/13/debian-10/Dockerfile)
|
||||
- [`13`, `13-debian-10`, `13.0.20220510`, `13.0.20220510-debian-10-r0` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20220510-debian-10-r0/13/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/odoo GitHub repo](https://github.com/bitnami/bitnami-docker-odoo).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue