14.0.20201110-debian-10-r7 release
This commit is contained in:
parent
43af6a742a
commit
082cd5df72
|
|
@ -10,7 +10,7 @@ RUN /build/bitnami-user.sh
|
|||
RUN /build/install-nami.sh
|
||||
RUN bitnami-pkg install python-3.6.12-7 --checksum 8258e3f5fa39fc824002219c11c1f2d701956409f1e826285b7b7908ea9cb2c6
|
||||
RUN bitnami-pkg install postgresql-client-11.10.0-0 --checksum ad9f4e750583d0f7b02afc119c3b505fc780c0c13407983a96f2923dc7e33c3e
|
||||
RUN bitnami-pkg install node-12.19.0-0 --checksum e4337681badb137e807b330a56f3c8a73cf779149a072a4166126e5be9686993
|
||||
RUN bitnami-pkg install node-12.19.1-0 --checksum 382923a94803f340c4672ba1b9dd04c82718917e9cd131ef61219fbe541efc3f
|
||||
RUN bitnami-pkg install tini-0.19.0-1 --checksum 9b1f1c095944bac88a62c1b63f3bff1bb123aa7ccd371c908c0e5b41cec2528d
|
||||
RUN bitnami-pkg unpack odoo-14.0.20201110-0 --checksum f92138c6811c5c9273a14c2531008f54717664997b59353b92ebe64c66d02ef3
|
||||
RUN bitnami-pkg install gosu-1.12.0-2 --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
|
|
@ -23,7 +23,7 @@ RUN curl -sLO https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="odoo" \
|
||||
BITNAMI_IMAGE_VERSION="14.0.20201110-debian-10-r6" \
|
||||
BITNAMI_IMAGE_VERSION="14.0.20201110-debian-10-r7" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/odoo/venv/lib/python3.6/site-packages/reportlab/.libs:$LD_LIBRARY_PATH" \
|
||||
ODOO_EMAIL="user@example.com" \
|
||||
ODOO_PASSWORD="bitnami" \
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "e4337681badb137e807b330a56f3c8a73cf779149a072a4166126e5be9686993",
|
||||
"digest": "382923a94803f340c4672ba1b9dd04c82718917e9cd131ef61219fbe541efc3f",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "12.19.0-0"
|
||||
"version": "12.19.1-0"
|
||||
},
|
||||
"odoo": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -38,7 +38,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/).
|
||||
|
||||
|
||||
* [`14`, `14-debian-10`, `14.0.20201110`, `14.0.20201110-debian-10-r6` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20201110-debian-10-r6/14/debian-10/Dockerfile)
|
||||
* [`14`, `14-debian-10`, `14.0.20201110`, `14.0.20201110-debian-10-r7` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20201110-debian-10-r7/14/debian-10/Dockerfile)
|
||||
* [`13`, `13-debian-10`, `13.0.20201110`, `13.0.20201110-debian-10-r7`, `latest` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20201110-debian-10-r7/13/debian-10/Dockerfile)
|
||||
* [`12`, `12-debian-10`, `12.0.20201115`, `12.0.20201115-debian-10-r2` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/12.0.20201115-debian-10-r2/12/debian-10/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue