14.0.20220610-debian-11-r10 release
This commit is contained in:
parent
aaca03f8b4
commit
78b64bfaf0
|
|
@ -11,9 +11,9 @@ 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 "node" "14.20.0-0" --checksum 4580c44a68dab8200beed1d6c1a2397c854722ada2b81d9564b20388336453f9
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "odoo" "14.0.20220610-150" --checksum d1bda8b8670c72ad749f4148932b0d9d0d21b9e13f39e6812c37e80864611b89
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
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
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
|
||||
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-150"
|
||||
"version": "1.14.0-151"
|
||||
},
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ print_welcome_page() {
|
|||
# None
|
||||
#########################
|
||||
print_image_welcome_page() {
|
||||
local github_url="https://github.com/bitnami/bitnami-docker-${BITNAMI_APP_NAME}"
|
||||
local github_url="https://github.com/bitnami/containers"
|
||||
|
||||
log ""
|
||||
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
- [`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)
|
||||
- [`14`, `14-debian-11`, `14.0.20220610`, `14.0.20220610-debian-11-r9` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20220610-debian-11-r9/14/debian-11/Dockerfile)
|
||||
- [`14`, `14-debian-11`, `14.0.20220610`, `14.0.20220610-debian-11-r10` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20220610-debian-11-r10/14/debian-11/Dockerfile)
|
||||
- [`13`, `13-debian-11`, `13.0.20220610`, `13.0.20220610-debian-11-r9` (13/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20220610-debian-11-r9/13/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/odoo GitHub repo](https://github.com/bitnami/bitnami-docker-odoo).
|
||||
|
|
|
|||
Loading…
Reference in New Issue