Namespace
library
Image / Tag
odoo:10
Content Digest
sha256:a6dfb460c90af6fef59298ef86f04bc1a5dc41addaed447ca74bf9243156ed7d
Details
Created

2019-10-17 03:46:01 UTC

Size

272 MB

Content Digest
Labels
  • maintainer
    Odoo S.A. <info@odoo.com>

Environment
ODOO_RC

/etc/odoo/odoo.conf

ODOO_VERSION

10.0

PATH

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


Layers

[#000] sha256:779c3a25c03c763813093fa668e767f330e2166c294c1be36ab5f9a0edfce0ba - 19.1% (51.9 MB)

[#001] sha256:e2ed47846ab8c3451289228c1c84c9ba63bfff649f530237544cc7b8c0ba2cb8 - 31.25% (84.9 MB)

[#002] sha256:769dd630c76d9e88a6f9af3193c844944b25655cda42923e0d6c5cf52cdc7669 - 1.71% (4.65 MB)

[#003] sha256:0c1bb13b133706306e258579d8beb8f1e8cd89425e4e8f7ca9b7d71add3662a2 - 47.93% (130 MB)

[#004] sha256:341a2b86795d0360ae13f8d0984cec18ce338a2cbfa4b19304f46cce1d567d98 - 0.0% (601 Bytes)

[#005] sha256:d6c74d296aae0a1604806106525db45420bdd9c73418112d735a55949ba850e5 - 0.0% (583 Bytes)

[#006] sha256:bde18ac599064ba3d259babba89837d0cc31843146010ee7ffafb4a0048c1df8 - 0.0% (582 Bytes)

[#007] sha256:f939fb7f1b38e16216a4a92653b8274c9a1521247ec0a2d91561b6cdb893df41 - 0.0% (124 Bytes)


History
2019-10-16 23:26:31 UTC

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

2019-10-16 23:26:32 UTC

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

2019-10-17 03:35:05 UTC

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

2019-10-17 03:39:21 UTC

/bin/sh -c set -x; apt-get update && apt-get install -y --no-install-recommends ca-certificates curl dirmngr node-less python-gevent python-ldap python-pip python-qrcode python-renderpm python-support python-vobject python-watchdog && curl -o wkhtmltox.deb -sSL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.jessie_amd64.deb && echo '4d104ff338dc2d2083457b3b1e9baab8ddf14202 wkhtmltox.deb' | sha1sum -c - && dpkg --force-depends -i wkhtmltox.deb && apt-get -y install -f --no-install-recommends && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false npm && rm -rf /var/lib/apt/lists/* wkhtmltox.deb && pip install psycogreen==1.0

2019-10-17 03:42:41 UTC

/bin/sh -c set -x; echo 'deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main' > etc/apt/sources.list.d/pgdg.list && export GNUPGHOME="$(mktemp -d)" && repokey='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' && gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "${repokey}" && gpg --armor --export "${repokey}" | apt-key add - && rm -rf "$GNUPGHOME" && apt-get update && apt-get install -y postgresql-client && rm -rf /var/lib/apt/lists/*

2019-10-17 03:42:42 UTC

/bin/sh -c #(nop) ENV ODOO_VERSION=10.0

2019-10-17 03:42:42 UTC

/bin/sh -c #(nop) ARG ODOO_RELEASE=20190816

2019-10-17 03:42:42 UTC

/bin/sh -c #(nop) ARG ODOO_SHA=397cb4d458cb292edb0432dc8d39a466dce56b65

2019-10-17 03:45:57 UTC

|2 ODOO_RELEASE=20190816 ODOO_SHA=397cb4d458cb292edb0432dc8d39a466dce56b65 /bin/sh -c set -x; 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 - && dpkg --force-depends -i odoo.deb && apt-get update && apt-get -y install -f --no-install-recommends && rm -rf /var/lib/apt/lists/* odoo.deb

2019-10-17 03:45:58 UTC

/bin/sh -c #(nop) COPY file:4176eb0ea8f4dc2006706c8beb089877469b2c51fd91c795a2c6b91c1587dff1 in /

2019-10-17 03:45:58 UTC

/bin/sh -c #(nop) COPY file:cebd452fc0fa563b14ae533cd7f1e7ac30be22df2fe36f3535b708d58bd3601d in /etc/odoo/

2019-10-17 03:45:59 UTC

|2 ODOO_RELEASE=20190816 ODOO_SHA=397cb4d458cb292edb0432dc8d39a466dce56b65 /bin/sh -c chown odoo /etc/odoo/odoo.conf

2019-10-17 03:46:00 UTC

|2 ODOO_RELEASE=20190816 ODOO_SHA=397cb4d458cb292edb0432dc8d39a466dce56b65 /bin/sh -c mkdir -p /mnt/extra-addons && chown -R odoo /mnt/extra-addons

2019-10-17 03:46:00 UTC

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

2019-10-17 03:46:00 UTC

/bin/sh -c #(nop) EXPOSE 8069 8071

2019-10-17 03:46:01 UTC

/bin/sh -c #(nop) ENV ODOO_RC=/etc/odoo/odoo.conf

2019-10-17 03:46:01 UTC

/bin/sh -c #(nop) USER odoo

2019-10-17 03:46:01 UTC

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

2019-10-17 03:46:01 UTC

/bin/sh -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