2017-10-24 17:25:44 UTC
319 MB
/usr/lib/unifi
BIND_PRIVtrue
CERTDIR/unifi/cert
DATADIR/unifi/data
GOSU_VERSION1.10
LOGDIR/unifi/log
ODATADIR/var/lib/unifi
OLOGDIR/var/log/unifi
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKGURLhttps://dl.ubnt.com/unifi/5.4.19/unifi_sysvinit_all.deb
RUNAS_UID0true
RUNDIR/var/run/unifi
UNIFI_GID999
UNIFI_UID999
[#000] sha256:bc95e04b23c06ba1b9bf092d07d1493177b218e0340bd2ed49dac351c1e34313 - 6.72% (21.5 MB)
[#001] sha256:da89ad88cd593e57d027ff678c0d294a9d809b3982fe8a1ee8b26dbdd0dcdbe2 - 0.92% (2.93 MB)
[#002] sha256:e0f4d53dd818e7915c0f3525005548da8b7dfcc05a551f68a464b8705be7caf1 - 92.36% (295 MB)
[#003] sha256:ff0bcdbf10ce817c1f1f86226621a2df8c06b875ad8027d9093bad0370b4b6d9 - 0.0% (348 Bytes)
[#004] sha256:1735307cad347f8771205f55f5285153b112b63d31478ee63346790c67362779 - 0.0% (203 Bytes)
[#005] sha256:25983763d5a583885f7487d417dda4799c6280f9e4a593604a287014ab3c7a33 - 0.0% (2.4 KB)
[#006] sha256:7a59e32bb8214245ae86e34ae80445eee18f98acbb1fe916bf1ea7a29af38735 - 0.0% (373 Bytes)
[#007] sha256:2955ad55a97c20eeedd5d728282c840368e515c779dbcf9adcf2dd66e9ac8442 - 0.0% (586 Bytes)
[#008] sha256:7aa07c04554feb521417c9b9512be6db833242ce61256e52c817aa7707cbaf02 - 0.0% (2.06 KB)
[#009] sha256:2d81f09afa86506b64f7f818a8329f962c71ac11fa47395345cc377b655bf399 - 0.0% (4.41 KB)
/bin/sh -c #(nop) ADD file:45233d6b5c9b91e9437065d3e7c332d1c4eb4bce8e1079a4c1af342c450abe67 in /
2017-10-09 21:33:43 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-10-24 17:22:01 UTC/bin/sh -c #(nop) MAINTAINER Jacob Alberty <jacob.alberty@foundigital.com>
2017-10-24 17:22:02 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2017-10-24 17:22:02 UTC/bin/sh -c #(nop) ENV PKGURL=https://dl.ubnt.com/unifi/5.4.19/unifi_sysvinit_all.deb
2017-10-24 17:22:02 UTC/bin/sh -c #(nop) ENV BASEDIR=/usr/lib/unifi DATADIR=/unifi/data LOGDIR=/unifi/log CERTDIR=/unifi/cert RUNDIR=/var/run/unifi ODATADIR=/var/lib/unifi OLOGDIR=/var/log/unifi GOSU_VERSION=1.10 BIND_PRIV=true RUNAS_UID0=true UNIFI_GID=999 UNIFI_UID=999
2017-10-24 17:22:48 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c set -ex && fetchDeps=' ca-certificates dirmngr gpg wget ' && apt-get update && apt-get install -y --no-install-recommends $fetchDeps && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc" && export GNUPGHOME="$(mktemp -d)" && for server in $(shuf -e ha.pool.sks-keyservers.net hkp://p80.pool.sks-keyservers.net:80 keyserver.ubuntu.com hkp://keyserver.ubuntu.com:80 pgp.mit.edu) ; do gpg --keyserver "$server" --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && break || : ; done && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true && apt-get purge -y --auto-remove $fetchDeps && rm -rf /var/lib/apt/lists/*
2017-10-24 17:25:38 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p /usr/share/man/man1/ && groupadd -r unifi -g $UNIFI_GID && useradd --no-log-init -r -u $UNIFI_UID -g $UNIFI_GID unifi && apt-get update && apt-get install -qy --no-install-recommends curl dirmngr gnupg openjdk-8-jre-headless procps libcap2-bin && echo "deb http://www.ubnt.com/downloads/unifi/debian unifi5 ubiquiti" > /etc/apt/sources.list.d/20ubiquiti.list && apt-key adv --keyserver keyserver.ubuntu.com --recv C0A52C50 && curl -L -o ./unifi.deb "${PKGURL}" && apt -qy install ./unifi.deb && apt-get -qy purge --auto-remove dirmngr gnupg && rm -f ./unifi.deb && chown -R unifi:unifi /usr/lib/unifi && rm -rf /var/lib/apt/lists/*
2017-10-24 17:25:39 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c rm -rf ${ODATADIR} ${OLOGDIR} && mkdir -p ${DATADIR} ${LOGDIR} && ln -s ${DATADIR} ${BASEDIR}/data && ln -s ${RUNDIR} ${BASEDIR}/run && ln -s ${LOGDIR} ${BASEDIR}/logs && rm -rf {$ODATADIR} ${OLOGDIR} && ln -s ${DATADIR} ${ODATADIR} && ln -s ${LOGDIR} ${OLOGDIR} && mkdir -p /var/cert ${CERTDIR} && ln -s ${CERTDIR} /var/cert/unifi
2017-10-24 17:25:39 UTC/bin/sh -c #(nop) VOLUME [/unifi /var/run/unifi]
2017-10-24 17:25:40 UTC/bin/sh -c #(nop) EXPOSE 3478/udp 6789/tcp 8080/tcp 8443/tcp 8843/tcp 8880/tcp
2017-10-24 17:25:40 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p /usr/unifi /usr/local/unifi/init.d /usr/unifi/init.d
2017-10-24 17:25:41 UTC/bin/sh -c #(nop) COPY file:638de54ef805acd8a945ffe937e6205c40692596406a362026fa98b8beb7797f in /usr/local/bin/
2017-10-24 17:25:41 UTC/bin/sh -c #(nop) COPY file:f8c856e821fd7d84afbce28309c39a90b69619fa013d4398765919512255546d in /usr/local/bin/
2017-10-24 17:25:41 UTC/bin/sh -c #(nop) COPY file:fcff5de719a945b410b61ac77566398e7da18432ea81be2bffb219cf93dc9818 in /usr/unifi/functions
2017-10-24 17:25:42 UTC/bin/sh -c #(nop) COPY file:d52c435eea470dc58a612c36e558926a862526caa651c6728f2ff4dd67944eda in /usr/unifi/init.d/
2017-10-24 17:25:43 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh && chmod +x /usr/unifi/init.d/import_cert && chmod +x /usr/local/bin/docker-healthcheck.sh
2017-10-24 17:25:43 UTC/bin/sh -c #(nop) WORKDIR /unifi
2017-10-24 17:25:43 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "/usr/local/bin/docker-healthcheck.sh || exit 1"] "0s" "0s" "0s" '\x00'}
2017-10-24 17:25:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
2017-10-24 17:25:44 UTC/bin/sh -c #(nop) CMD ["unifi"]
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.