2022-12-29 11:02:50 -0500
74.8 MB
/root
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
[#000] sha256:0fd044716f34e4d17d97e61bc9721c4b2953c92fdf8b58a0c8eb42b8f87db0ce - 6.84% (5.12 MB)
[#001] sha256:7b3ee6576fc27c357e8a7e1bcdb4c56f95660ae17488669cd154db5fedc623f3 - 6.48% (4.85 MB)
[#002] sha256:e07f77e2073f3ee37df4cfae745f1e4330d38d8a7b9ccbb4239e8f22f7f3d649 - 0.01% (5.93 KB)
[#003] sha256:7c0fe83fe33f82bacd116d36b85c7bd67f8336418c852357b42f539469ac2191 - 15.03% (11.2 MB)
[#004] sha256:8c0ea046c14dee4510f6f5c4c656ae8d14c29549c34f780c035655f8a5113bbc - 0.01% (6.47 KB)
[#005] sha256:553355811039cbcdb2913972097a640664b6c746d2975b983050a70a93cf8f1b - 71.63% (53.6 MB)
[#006] sha256:0ecfbacc816df8ee39d1b731cd1e0628566ee0bede1f9378942ed564c9786405 - 0.0% (3.36 KB)
COPY /root-out/ / # buildkit
2022-12-27 01:29:55 -0500 (buildkit.dockerfile.v0)ARG BUILD_DATE
2022-12-27 01:29:55 -0500 (buildkit.dockerfile.v0)ARG VERSION
2022-12-27 01:29:55 -0500 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 3a58d774-ls36 Build-date:- 2022-12-27T07:28:07+01:00
2022-12-27 01:29:55 -0500 (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2022-12-27 01:29:55 -0500 (buildkit.dockerfile.v0)ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-12-27 01:29:55 -0500 (buildkit.dockerfile.v0)RUN |2 BUILD_DATE=2022-12-27T07:28:07+01:00 VERSION=3a58d774-ls36 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl procps shadow tzdata && 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 "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit
2022-12-27 01:29:55 -0500 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2022-12-27 01:29:55 -0500 (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2022-12-29 05:56:22 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php8 php8-fileinfo php8-fpm php8-json php8-mbstring php8-openssl php8-session php8-simplexml php8-xml php8-xmlwriter php8-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SERVER_NAME $host; # Send HTTP_HOST as SERVER_NAME. If HTTP_HOST is blank, send the value of server_name from nginx (default is `_`)' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.d/default.conf && echo "**** configure php ****" && ln -s /usr/bin/php8 /usr/bin/php && sed -i "s#;error_log = log/php8/error.log.*#error_log = /config/log/php/error.log#g" /etc/php8/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php8/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php8/php-fpm.d/www.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate # buildkit
2022-12-29 05:56:22 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2022-12-29 05:56:22 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2022-12-29 11:02:50 -0500 (buildkit.dockerfile.v0)ARG BUILD_DATE
2022-12-29 11:02:50 -0500 (buildkit.dockerfile.v0)ARG VERSION
2022-12-29 11:02:50 -0500 (buildkit.dockerfile.v0)ARG BOOKSTACK_RELEASE
2022-12-29 11:02:50 -0500 (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- v22.11.1-ls56 Build-date:- 2022-12-29T10:00:38-06:00
2022-12-29 11:02:50 -0500 (buildkit.dockerfile.v0)LABEL maintainer=homerr
2022-12-29 11:02:50 -0500 (buildkit.dockerfile.v0)ARG BOOKSTACK_RELEASE
2022-12-29 11:02:50 -0500 (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2022-12-29T10:00:38-06:00 VERSION=v22.11.1-ls56 BOOKSTACK_RELEASE=v22.11.1 BOOKSTACK_RELEASE=v22.11.1 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies composer && echo "**** install runtime packages ****" && apk add --no-cache fontconfig memcached php8-ctype php8-curl php8-dom php8-gd php8-ldap php8-mbstring php8-mysqlnd php8-openssl php8-pdo_mysql php8-pecl-memcached php8-phar php8-simplexml php8-tokenizer qt5-qtbase tar ttf-freefont && apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/v3.14/community wkhtmltopdf && echo "**** configure php-fpm to pass env vars ****" && sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php8/php-fpm.d/www.conf && grep -qxF 'clear_env = no' /etc/php8/php-fpm.d/www.conf || echo 'clear_env = no' >> /etc/php8/php-fpm.d/www.conf && echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /etc/php8/php-fpm.conf && echo "**** fetch bookstack ****" && mkdir -p /app/www && 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 /app/www/ --strip-components=1 && echo "**** install composer dependencies ****" && composer install -d /app/www/ && echo "**** overlay-fs bug workaround ****" && mv /app/www /app/www-tmp && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.composer /tmp/* # buildkit
2022-12-29 11:02:50 -0500 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2022-12-29 11:02:50 -0500 (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2022-12-29 11:02:50 -0500 (buildkit.dockerfile.v0)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.