Sign inSign up
nuxeo logo

nuxeo:8

Also known as:
8.10
LTS-2016
Manifest digest

sha256:0102053d54de5dadd8a90183dd750d77ab5bb9c43bb6c810dff9291d40283ccc

OS/ARCH

linux/amd64

Compressed size

829.8 MB

Last pushed

about 5 years by doijanky

Type

Image

Vulnerabilities

55
135
100
8
9

Manifest digest

sha256:0102053d54de5dadd8a90183dd750d77ab5bb9c43bb6c810dff9291d40283ccc

Layers (31)

openjdk:8u302
0
0
1
0
0
nuxeo:8
55
135
99
8
9

12

MAINTAINER Nuxeo <[email protected]>

0 B


13

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends perl locales pwgen imagemagick ffmpeg2theora ufraw poppler-utils libwpd-tools exiftool ghostscript libreoffice ffmpeg x264 && rm -rf /var/lib/apt/lists/*

369.09 MB


14

/bin/sh -c find / -perm 6000 -type f -exec chmod a-s {} \; || true

0 B


15

ENV NUXEO_USER=nuxeo

0 B


16

ENV NUXEO_HOME=/opt/nuxeo/server

0 B


17

ENV HOME=/opt/nuxeo/server

0 B


18

ARG NUXEO_VERSION=8.10

0 B


19

ARG NUXEO_DIST_URL=http://community.nuxeo.com/static/releases/nuxeo-8.10/nuxeo-server-8.10-tomcat.zip

0 B


20

ARG NUXEO_MD5=29e67a19bba54099093b51d892926be1

0 B


21

|3 NUXEO_DIST_URL=http://community.nuxeo.com/static/releases/nuxeo-8.10/nuxeo-server-8.10-tomcat.zip NUXEO_MD5=29e67a19bba54099093b51d892926be1 NUXEO_VERSION=8.10 /bin/sh -c useradd -m -d /home/$NUXEO_USER -u 1000 -s /bin/bash $NUXEO_USER

4.4 KB


22

|3 NUXEO_DIST_URL=http://community.nuxeo.com/static/releases/nuxeo-8.10/nuxeo-server-8.10-tomcat.zip NUXEO_MD5=29e67a19bba54099093b51d892926be1 NUXEO_VERSION=8.10 /bin/sh -c curl -fsSL "${NUXEO_DIST_URL}" -o /tmp/nuxeo-distribution-tomcat.zip && echo "$NUXEO_MD5 /tmp/nuxeo-distribution-tomcat.zip" | md5sum -c - && mkdir -p /tmp/nuxeo-distribution $(dirname $NUXEO_HOME) && unzip -q -d /tmp/nuxeo-distribution /tmp/nuxeo-distribution-tomcat.zip && DISTDIR=$(/bin/ls /tmp/nuxeo-distribution | head -n 1) && mv /tmp/nuxeo-distribution/$DISTDIR $NUXEO_HOME && sed -i -e "s/^org.nuxeo.distribution.package.*/org.nuxeo.distribution.package=docker/" $NUXEO_HOME/templates/common/config/distribution.properties && rm -rf /tmp/nuxeo-distribution* && chmod +x $NUXEO_HOME/bin/*ctl $NUXEO_HOME/bin/*.sh && chmod g+rwX $NUXEO_HOME/bin/*ctl $NUXEO_HOME/bin/*.sh && chown -R 1000:0 $NUXEO_HOME && chmod -R g+rwX $NUXEO_HOME

269.62 MB


23

|3 NUXEO_DIST_URL=http://community.nuxeo.com/static/releases/nuxeo-8.10/nuxeo-server-8.10-tomcat.zip NUXEO_MD5=29e67a19bba54099093b51d892926be1 NUXEO_VERSION=8.10 /bin/sh -c mkdir -p /var/lib/nuxeo/data && chown -R 1000:0 /var/lib/nuxeo/data && chmod -R g+rwX /var/lib/nuxeo/data && mkdir -p /var/log/nuxeo && chown -R 1000:0 /var/log/nuxeo && chmod -R g+rwX /var/log/nuxeo && mkdir -p /var/run/nuxeo && chown -R 1000:0 /var/run/nuxeo && chmod -R g+rwX /var/run/nuxeo && mkdir -p /docker-entrypoint-initnuxeo.d && chown -R 1000:0 /docker-entrypoint-initnuxeo.d && chmod -R g+rwX /docker-entrypoint-initnuxeo.d && chmod g=u /etc/passwd

866 B


24

ENV PATH=/opt/nuxeo/server/bin:/usr/local/openjdk-8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 B


25

WORKDIR /opt/nuxeo/server

0 B


26

COPY file:bb9febfdc3a76dbd4a80d559b47951e49fca7137ad3b76ce7b7293512f63b257 in /

1.56 KB


27

ENTRYPOINT ["/docker-entrypoint.sh"]

0 B


28

EXPOSE 8080

0 B


29

CMD ["nuxeoctl" "console"]

0 B


30

USER 1000

0 B