15.0.20211210-debian-10-r0 release
This commit is contained in:
parent
c347e43d69
commit
d8292ab0b8
|
|
@ -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-3" --checksum cddf51b3cb59d65d5d30e3fe37e99d8d53375ad88f0cc474019a52e6d8b4fc58
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "13.5.0-0" --checksum eb9051af5a9077ff41349b271ffd1029af7088bcf3d1f5ac81c2c6707801fbec
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.18.2-0" --checksum 5753bbbe5052000888c24ef8c918cfc45577878b03cc4dcfe7d53ea562a48e5a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "odoo" "15.0.20211110-0" --checksum 394cc9f2db24727008d88aba29f784ecc9e06e02247b6e8bf332a402fa50cd87
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "odoo" "15.0.20211210-0" --checksum ba1329ca5f8addfa9c9e11775221450b71dc7d1547d0fd7de2688d4f71c70f5b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
RUN curl -sLO https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.buster_amd64.deb && \
|
||||
|
|
@ -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 BITNAMI_APP_NAME="odoo" \
|
||||
BITNAMI_IMAGE_VERSION="15.0.20211110-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="15.0.20211210-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" \
|
||||
POSTGRESQL_CLIENT_CREATE_DATABASE_NAME="" \
|
||||
POSTGRESQL_CLIENT_CREATE_DATABASE_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"odoo": {
|
||||
"arch": "amd64",
|
||||
"digest": "394cc9f2db24727008d88aba29f784ecc9e06e02247b6e8bf332a402fa50cd87",
|
||||
"digest": "ba1329ca5f8addfa9c9e11775221450b71dc7d1547d0fd7de2688d4f71c70f5b",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "15.0.20211110-0"
|
||||
"version": "15.0.20211210-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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.20211110`, `15.0.20211110-debian-10-r13`, `latest` (15/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/15.0.20211110-debian-10-r13/15/debian-10/Dockerfile)
|
||||
- [`15`, `15-debian-10`, `15.0.20211210`, `15.0.20211210-debian-10-r0`, `latest` (15/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/15.0.20211210-debian-10-r0/15/debian-10/Dockerfile)
|
||||
- [`14`, `14-debian-10`, `14.0.20211210`, `14.0.20211210-debian-10-r0` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20211210-debian-10-r0/14/debian-10/Dockerfile)
|
||||
- [`13`, `13-debian-10`, `13.0.20211210`, `13.0.20211210-debian-10-r0` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20211210-debian-10-r0/13/debian-10/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue