2019-04-15 19:13:07 UTC
43.3 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:92f4afaa09342d3113e36b59f8dd25045448f758f77579220f263254a28c96a1 - 4.87% (2.11 MB)
[#001] sha256:f4003753ca584150820d1a454dab16a9346aecf01fefd96164fd8e54de642eb7 - 3.62% (1.57 MB)
[#002] sha256:e440b839f2b9680de03047e50b2d19b384e0b12c4ea06c1d12894bed855d031d - 11.15% (4.83 MB)
[#003] sha256:14a3a32c2a746ce6f6a5b5f42243ef9f2e9ac352f5abe0f22743ea5b6488c914 - 0.0% (451 Bytes)
[#004] sha256:3f2ba4633b0bcf92607945a00fa92e761a1a8ffda071488429414d66d7bb35c4 - 31.73% (13.7 MB)
[#005] sha256:197fd0988e4a004a45ba5c6a061557908f4ea2aa87b2f0b9da18e36da2c7339e - 0.01% (2.92 KB)
[#006] sha256:6aaa1c213c52ce107215ee7de25a083c7f03b875ea1d411664d2bbce464fdff8 - 48.62% (21.1 MB)
[#007] sha256:9d65dc67534aeed2d5bf86cbfa97424e8fcdfed7d3082f2b1564404a6ab7963e - 0.01% (2.26 KB)
/bin/sh -c #(nop) COPY dir:5616bb493fa5c173623a5f4ee56b0b56376a464d047894e379eca760743decfe in /
2019-03-21 22:55:52 UTC/bin/sh -c #(nop) COPY file:a83a8be26b8186ff3bf9724d4aefa6ce41057b8fa687f9757331d2acfbd1ddc9 in /usr/bin
2019-03-21 22:55:52 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- Build-date:-
2019-03-21 22:55:53 UTC/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer
2019-03-21 22:55:53 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0
2019-03-21 22:55:54 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2019-03-21 22:55:55 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2019-03-21 22:56:06 UTC|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.0.0 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils shadow tzdata && echo "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2019-03-21 22:56:08 UTC/bin/sh -c #(nop) COPY dir:22123dbed7dc1935bfa9d9027a691284dd0faeb6de2c89ab7b9718b90d91bb18 in /
2019-03-21 22:56:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-04-04 08:48:18 UTC/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl2.7-libssl logrotate nano nginx openssl php7 php7-fileinfo php7-fpm php7-json php7-mbstring php7-openssl php7-session php7-simplexml php7-xml php7-xmlwriter php7-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/conf.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf
2019-04-04 08:48:20 UTC/bin/sh -c #(nop) COPY dir:02af734caf240a7d4fd2e93e28ec6c0f3efc9d85f64a824ac9434acae760d347 in /
2019-04-04 08:48:20 UTC/bin/sh -c #(nop) EXPOSE 443 80
2019-04-04 08:48:21 UTC/bin/sh -c #(nop) VOLUME [/config]
2019-04-15 19:11:33 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-04-15 19:11:33 UTC/bin/sh -c #(nop) ARG VERSION
2019-04-15 19:11:34 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.25.5-ls39 Build-date:- 2019-04-15T15:10:35-04:00
2019-04-15 19:11:34 UTC/bin/sh -c #(nop) LABEL maintainer=homerr
2019-04-15 19:11:35 UTC/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE
2019-04-15 19:13:02 UTC|3 BOOKSTACK_RELEASE=v0.25.5 BUILD_DATE=2019-04-15T15:10:35-04:00 VERSION=v0.25.5-ls39 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache curl tar memcached php7-ctype php7-curl php7-dom php7-gd php7-ldap php7-mbstring php7-memcached php7-mysqlnd php7-openssl php7-pdo_mysql php7-phar php7-simplexml php7-tidy php7-tokenizer && echo "**** configure php-fpm ****" && sed -i 's/;clear_env = no/clear_env = no/g' /etc/php7/php-fpm.d/www.conf && echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /etc/php7/php-fpm.conf && echo "**** fetch bookstack ****" && mkdir -p /var/www/html && if [ -z ${BOOKSTACK_RELEASE+x} ]; then BOOKSTACK_RELEASE=$(curl -sX GET "https://api.github.com/repos/bookstackapp/bookstack/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/bookstack.tar.gz -L "https://github.com/BookStackApp/BookStack/archive/${BOOKSTACK_RELEASE}.tar.gz" && tar xf /tmp/bookstack.tar.gz -C /var/www/html/ --strip-components=1 && echo "**** install composer ****" && cd /tmp && curl -sS https://getcomposer.org/installer | php && mv /tmp/composer.phar /usr/local/bin/composer && echo "**** install composer dependencies ****" && composer install -d /var/www/html/ && echo "**** cleanup ****" && rm -rf /root/.composer /tmp/*
2019-04-15 19:13:07 UTC/bin/sh -c #(nop) COPY dir:8a8a08a72e7bc86d977d3988e7953b8b9729fe120df51433181b049e57af519d in /
2019-04-15 19:13:07 UTC/bin/sh -c #(nop) VOLUME [/config]
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.