Namespace
library
Image / Tag
odoo:14
Content Digest
sha256:8cd04322a27bdd1f42ad400550d5f4e2f00e45fff8bfd78a7a1397aff83ba6a7
Details
Created

2023-11-08 00:44:45 UTC

Size

509 MB

Content Digest
Environment
LANG

C.UTF-8

ODOO_RC

/etc/odoo/odoo.conf

ODOO_VERSION

14.0

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:113c6ad4754853f4a2ae632cff7d90eba9145cca0bd6fa4d60aa432bd26be6c7 - 5.1% (25.9 MB)

[#001] sha256:ccd6f2282b1528e9d19460586cc68e865fa113c5ff1cee997d8372cb2b6b45ca - 39.95% (203 MB)

[#002] sha256:38d9cd6f7f6861851c66bd7a47e0676762a3c7c0ae1a878bbfdb3a170a606af3 - 2.54% (12.9 MB)

[#003] sha256:764a49934ac4fe6676c13cd02961d560d2e536a4a119b84c928597a50463e30f - 0.09% (451 KB)

[#004] sha256:f12df83d49f93abe31336435a48a0d4eddf694f351e6ae7271d78c793bb6df18 - 52.32% (266 MB)

[#005] sha256:0231af0305e0397673ffb05e4a5364e4c8fbaaba55a1eeb205df63d22fbe8506 - 0.0% (706 Bytes)

[#006] sha256:4c37e86c802230550941fc373e803765421986dbe89a2d0a812061e3477f6e99 - 0.0% (556 Bytes)

[#007] sha256:ee9544b083e1f090628441df6dbbdb98ff5fa78a66eefe53ae48cc354590b81b - 0.0% (621 Bytes)

[#008] sha256:28e36d37944f6f2abd76ad16934bcef5da277bc63adbda46e6bc10d1b0e8a446 - 0.0% (583 Bytes)


History
2023-11-01 00:21:33 UTC

/bin/sh -c #(nop) ADD file:29d3eb64d192a97184f2aa169407b58e969b06268c6372b49eefb72bcadb6e99 in /

2023-11-01 00:21:34 UTC

/bin/sh -c #(nop) CMD ["bash"]

2023-11-01 12:05:29 UTC

/bin/sh -c #(nop) MAINTAINER Odoo S.A. <info@odoo.com>

2023-11-01 12:05:29 UTC

/bin/bash -xo pipefail -c #(nop) SHELL [/bin/bash -xo pipefail -c]

2023-11-01 12:05:29 UTC

/bin/bash -xo pipefail -c #(nop) ENV LANG=C.UTF-8

2023-11-01 12:06:45 UTC

/bin/bash -xo pipefail -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl dirmngr fonts-noto-cjk gnupg libssl-dev node-less npm python3-num2words python3-pdfminer python3-pip python3-phonenumbers python3-pyldap python3-qrcode python3-renderpm python3-setuptools python3-slugify python3-vobject python3-watchdog python3-xlrd python3-xlwt xz-utils && curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.buster_amd64.deb && echo 'ea8277df4297afc507c61122f3c349af142f31e5 wkhtmltox.deb' | sha1sum -c - && apt-get install -y --no-install-recommends ./wkhtmltox.deb && rm -rf /var/lib/apt/lists/* wkhtmltox.deb

2023-11-01 12:06:57 UTC

/bin/bash -xo pipefail -c echo 'deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main' > /etc/apt/sources.list.d/pgdg.list && GNUPGHOME="$(mktemp -d)" && export GNUPGHOME && repokey='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' && gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "${repokey}" && gpg --batch --armor --export "${repokey}" > /etc/apt/trusted.gpg.d/pgdg.gpg.asc && gpgconf --kill all && rm -rf "$GNUPGHOME" && apt-get update && apt-get install --no-install-recommends -y postgresql-client && rm -f /etc/apt/sources.list.d/pgdg.list && rm -rf /var/lib/apt/lists/*

2023-11-01 12:06:59 UTC

/bin/bash -xo pipefail -c npm install -g rtlcss

2023-11-01 12:07:00 UTC

/bin/bash -xo pipefail -c #(nop) ENV ODOO_VERSION=14.0

2023-11-08 00:43:26 UTC

/bin/bash -xo pipefail -c #(nop) ARG ODOO_RELEASE=20231106

2023-11-08 00:43:26 UTC

/bin/bash -xo pipefail -c #(nop) ARG ODOO_SHA=a50db3bf2d55c64bd51b6b56a2e3d0dbafc44894

2023-11-08 00:44:41 UTC

|2 ODOO_RELEASE=20231106 ODOO_SHA=a50db3bf2d55c64bd51b6b56a2e3d0dbafc44894 /bin/bash -xo pipefail -c curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb && echo "${ODOO_SHA} odoo.deb" | sha1sum -c - && apt-get update && apt-get -y install --no-install-recommends ./odoo.deb && rm -rf /var/lib/apt/lists/* odoo.deb

2023-11-08 00:44:44 UTC

/bin/bash -xo pipefail -c #(nop) COPY file:cbe34bc5236465e4ed439e0c8f6504d2d221f79f7c70b37fe62b56662bd0ab6d in /

2023-11-08 00:44:44 UTC

/bin/bash -xo pipefail -c #(nop) COPY file:1e7209cce5525d270c422815db614f496d4d0da4820de1ab0000e9e592223235 in /etc/odoo/

2023-11-08 00:44:45 UTC

|2 ODOO_RELEASE=20231106 ODOO_SHA=a50db3bf2d55c64bd51b6b56a2e3d0dbafc44894 /bin/bash -xo pipefail -c chown odoo /etc/odoo/odoo.conf && mkdir -p /mnt/extra-addons && chown -R odoo /mnt/extra-addons

2023-11-08 00:44:45 UTC

/bin/bash -xo pipefail -c #(nop) VOLUME [/var/lib/odoo /mnt/extra-addons]

2023-11-08 00:44:45 UTC

/bin/bash -xo pipefail -c #(nop) EXPOSE 8069 8071 8072

2023-11-08 00:44:45 UTC

/bin/bash -xo pipefail -c #(nop) ENV ODOO_RC=/etc/odoo/odoo.conf

2023-11-08 00:44:45 UTC

/bin/bash -xo pipefail -c #(nop) COPY file:0bc771c66dfeb517d19d13ea2699a0d3cbbbba684c8851640e6b87fe85b40619 in /usr/local/bin/wait-for-psql.py

2023-11-08 00:44:45 UTC

/bin/bash -xo pipefail -c #(nop) USER odoo

2023-11-08 00:44:45 UTC

/bin/bash -xo pipefail -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2023-11-08 00:44:45 UTC

/bin/bash -xo pipefail -c #(nop) CMD ["odoo"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete