2019-03-07 01:49:04 UTC
213 MB
1000
APPLICATION_GROUPapplication
APPLICATION_PATH/app
APPLICATION_UID1000
APPLICATION_USERapplication
DOCKER_CONF_HOME/opt/docker/
LANGC.UTF-8
LC_ALLC.UTF-8
LOG_STDERR LOG_STDOUT PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
WEB_ALIAS_DOMAIN*.vm
WEB_DOCUMENT_INDEXindex.php
WEB_DOCUMENT_ROOT/app
WEB_PHP_SOCKET127.0.0.1:9000
WEB_PHP_TIMEOUT600
[#000] sha256:85199fa09ec1510ee053da666286c385d07b8fab9fa61ae73a5b8c454e1b3397 - 24.29% (51.9 MB)
[#001] sha256:14db41f2365ba24672ae63b3734a4f99c3f8043770c74459d2704318f6edee66 - 0.86% (1.83 MB)
[#002] sha256:afe1d435bc07ace3358ce8b8cd7789fcc2b20ed8de91927c9bf52dff2bff2eac - 13.3% (28.4 MB)
[#003] sha256:ba5988e00c7d7ca3bbaf5be7dda82714949be078a3d1abcbce70a8df48c5c6ba - 0.01% (11.8 KB)
[#004] sha256:c5e3421e3eb98a80400a3b92ceae9865b7291010532a2a724ebb170596fd61c9 - 11.15% (23.8 MB)
[#005] sha256:a01091f9642fbcc8cd9ff1639852cef59e1eabbf5c968fa31654ea8fe21932b0 - 0.0% (432 Bytes)
[#006] sha256:f354629ec98883a6659f3fe1c04d3fa46c8c459e0ccd58303365738eeb181572 - 26.33% (56.2 MB)
[#007] sha256:232296f081af53e5f0714e0599cecc646a731acf6acfe3f5b6b7bfabb11f59e5 - 0.0% (5.76 KB)
[#008] sha256:d3ac1d7f75cdb3d06f69e9d1ab3e8d852e94e3f44b57752b032baa48df095b80 - 23.41% (50 MB)
[#009] sha256:c9964ac04c6e572308b1bd88c840bcc52e61cd158309a982f5b0b564383cf305 - 0.0% (7.27 KB)
[#010] sha256:d120162270d804867a790b5badc2ed9592b8ac713bc7424355cee8898b233e77 - 0.65% (1.39 MB)
/bin/sh -c #(nop) ADD file:e044496893d9e2cbf5a4b69ccfbb7d2997209962a78a52b6fc091c5b004cc33f in /
2019-03-04 23:20:18 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-03-07 01:25:48 UTC/bin/sh -c #(nop) LABEL maintainer=info@webdevops.io vendor=WebDevOps.io io.webdevops.layout=8 io.webdevops.version=1.5.0
2019-03-07 01:25:49 UTC/bin/sh -c #(nop) ENV TERM=xterm LANG=C.UTF-8 LC_ALL=C.UTF-8
2019-03-07 01:25:50 UTC/bin/sh -c #(nop) COPY dir:eb4dd4d2bb9a40f5b043dc4d1abc131edc66ccab9da1a69d03912c512d16476c in /
2019-03-07 01:27:13 UTC/bin/sh -c set -x && apt-update && /usr/local/bin/generate-dockerimage-info && sed -ri "s/(deb.*\/debian $(docker-image-info dist-codename) main)/\1 contrib non-free /" -- /etc/apt/sources.list && apt-update && /usr/local/bin/apt-upgrade && apt-install apt-transport-https ca-certificates locales gnupg
2019-03-07 01:31:02 UTC/bin/sh -c #(nop) ENV DOCKER_CONF_HOME=/opt/docker/ LOG_STDOUT= LOG_STDERR=
2019-03-07 01:31:03 UTC/bin/sh -c #(nop) COPY dir:cf73df5b2bfac7b6ca4bb6a80015650de48eb664c53ec04ac35a391ccf8c37f2 in /opt/docker/
2019-03-07 01:31:59 UTC/bin/sh -c set -x && chmod +x /opt/docker/bin/* && apt-install supervisor wget curl vim net-tools tzdata && chmod +s /sbin/gosu && docker-run-bootstrap && docker-image-cleanup
2019-03-07 01:32:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint"]
2019-03-07 01:32:05 UTC/bin/sh -c #(nop) CMD ["supervisord"]
2019-03-07 01:38:34 UTC/bin/sh -c #(nop) ENV APPLICATION_USER=application APPLICATION_GROUP=application APPLICATION_PATH=/app APPLICATION_UID=1000 APPLICATION_GID=1000
2019-03-07 01:38:34 UTC/bin/sh -c #(nop) COPY dir:a0ae8b89e912225dfa672b9fc57dedaab99b9d39b6a4770dac8faf7cb181d4eb in /opt/docker/
2019-03-07 01:39:32 UTC/bin/sh -c set -x && apt-install zip unzip bzip2 moreutils dnsutils openssh-client rsync git patch && /usr/local/bin/generate-locales && docker-run-bootstrap && docker-image-cleanup
2019-03-07 01:41:35 UTC/bin/sh -c #(nop) ENV WEB_DOCUMENT_ROOT=/app WEB_DOCUMENT_INDEX=index.php WEB_ALIAS_DOMAIN=*.vm WEB_PHP_TIMEOUT=600 WEB_PHP_SOCKET=
2019-03-07 01:41:37 UTC/bin/sh -c #(nop) COPY dir:e4be48373dba3c8514fc97058a1c27a8b63fe2c9aa2940bc2a32e9c0f77cbba7 in /opt/docker/
2019-03-07 01:45:36 UTC/bin/sh -c set -x && apt-install apt-transport-https lsb-release && echo "deb https://packages.sury.org/php/ jessie main" >> /etc/apt/sources.list && echo "deb http://ftp2.de.debian.org/debian/ testing main" >> /etc/apt/sources.list && echo "deb-src http://ftp2.de.debian.org/debian/ testing main" >> /etc/apt/sources.list && wget -O- https://packages.sury.org/php/apt.gpg | apt-key add - && echo "Package: *" > /etc/apt/preferences.d/debian_testing.pref && echo "Pin: origin ftp2.de.debian.org" >> /etc/apt/preferences.d/debian_testing.pref && echo "Pin-Priority: -10" >> /etc/apt/preferences.d/debian_testing.pref && echo "Package: libpcre3" > /etc/apt/preferences.d/libpcre.pref && echo "Pin: release a=testing" >> /etc/apt/preferences.d/libpcre.pref && echo "Pin-Priority: 995" >> /etc/apt/preferences.d/libpcre.pref && apt-get update && apt-get -t testing install -y -f libpcre3 && apt-install imagemagick graphicsmagick ghostscript jpegoptim libjpeg-turbo-progs pngcrush optipng apngopt pngnq pngquant php7.0-cli php7.0-fpm php7.0-json php7.0-intl php7.0-curl php7.0-mysql php7.0-mcrypt php7.0-gd php7.0-imagick php7.0-imap php7.0-sqlite3 php7.0-pgsql php7.0-ldap php7.0-opcache php7.0-xmlrpc php7.0-xsl php7.0-bz2 php7.0-redis php7.0-memcached php7.0-zip php7.0-soap php7.0-bcmath php7.0-mbstring php-mongodb php-apcu && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer && docker-service enable syslog && docker-service enable cron && docker-run-bootstrap && docker-image-cleanup
2019-03-07 01:45:39 UTC/bin/sh -c #(nop) EXPOSE 9000
2019-03-07 01:48:26 UTC/bin/sh -c #(nop) ENV WEB_DOCUMENT_ROOT=/app WEB_DOCUMENT_INDEX=index.php WEB_ALIAS_DOMAIN=*.vm WEB_PHP_TIMEOUT=600 WEB_PHP_SOCKET=
2019-03-07 01:48:26 UTC/bin/sh -c #(nop) ENV WEB_PHP_SOCKET=127.0.0.1:9000
2019-03-07 01:48:36 UTC/bin/sh -c #(nop) COPY dir:a5ac3d1244474312a4ac322843cadde56850b36ab68f1f4d366d808fa49c1bf4 in /opt/docker/
2019-03-07 01:49:04 UTC/bin/sh -c set -x && apt-install nginx && docker-run-bootstrap && docker-image-cleanup
2019-03-07 01:49:04 UTC/bin/sh -c #(nop) EXPOSE 443 80
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.