Namespace
library
Image / Tag
odoo:13
Content Digest
sha256:487514270bff6f4a37cfb7532a2f513cfca7ea4ce996f628c6d9edd4502be2a6
Details
Created

2022-10-06 09:10:11 UTC

Size

515 MB

Content Digest
Environment
LANG

C.UTF-8

ODOO_RC

/etc/odoo/odoo.conf

ODOO_VERSION

13.0

PATH

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


Layers

[#000] sha256:f6e04ba6531065d60cd73d6509ec153307f5cc6f95e72ca47745d37aef6380a7 - 5.02% (25.9 MB)

[#001] sha256:c48e0856975f76bb58e407130d28eea0df88e55a11bc6a9d7bc162d04dd88e60 - 38.33% (198 MB)

[#002] sha256:4c1abf53b046e1d759a453376e0b7546577865ef1e31341fe1b27d7619589da5 - 2.49% (12.8 MB)

[#003] sha256:77ec5fffb811e900b540def18663ab415a936770b612d0d52999ebd0ceeee9c3 - 0.08% (443 KB)

[#004] sha256:94dd8a4cacf271b03869f36804f81411994051b9fe969df9a2f32feafc9c79e2 - 54.07% (279 MB)

[#005] sha256:049a1caaa08bf845648e64044fde7ab263617ba058c971e865c831598b12225d - 0.0% (706 Bytes)

[#006] sha256:78120c93f6b7943f4231ef6633e8aa5dddd3fe6111ef6d913c7af287d4291bee - 0.0% (555 Bytes)

[#007] sha256:c6b1dfee18d3f33d717d94aaa712e236596ce1018fdb0b0e5f47eacf8c897b4f - 0.0% (623 Bytes)

[#008] sha256:a7e05601aeb83e7612edaf9e8a7946efb8e2d5c5650e23da08200d9449fd8ec1 - 0.0% (584 Bytes)


History
2022-10-04 23:27:01 UTC

/bin/sh -c #(nop) ADD file:706105a4a2ea63ba10911afb5998d321ff745f9bcedd2e2e8efcf33f5dad584b in /

2022-10-04 23:27:01 UTC

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

2022-10-05 12:50:50 UTC

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

2022-10-05 12:50:50 UTC

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

2022-10-05 12:50:50 UTC

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

2022-10-05 12:56:08 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-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

2022-10-05 12:56:17 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/*

2022-10-05 12:56:19 UTC

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

2022-10-05 12:56:19 UTC

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

2022-10-06 09:08:53 UTC

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

2022-10-06 09:08:53 UTC

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

2022-10-06 09:10:06 UTC

|2 ODOO_RELEASE=20221005 ODOO_SHA=2971414babd77550e662238e94d12142bcf07abf /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

2022-10-06 09:10:09 UTC

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

2022-10-06 09:10:09 UTC

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

2022-10-06 09:10:10 UTC

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

2022-10-06 09:10:10 UTC

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

2022-10-06 09:10:10 UTC

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

2022-10-06 09:10:10 UTC

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

2022-10-06 09:10:10 UTC

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

2022-10-06 09:10:10 UTC

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

2022-10-06 09:10:11 UTC

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

2022-10-06 09:10:11 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