2023-05-08 15:31:59 UTC
75.3 MB
/root
LSIO_FIRST_PARTYtrue
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
S6_STAGE2_HOOK/docker-mods
S6_VERBOSITY1
TERMxterm
[#000] sha256:e59fa38dd8db973925a29e779112c328ea792eee1a144c3481c6e37cd0816355 - 7.37% (5.55 MB)
[#001] sha256:d2e3055e06573ab92f13c5e10afa9c4160d94a4808ce1b670b090b9a0d4522fa - 0.0% (3.56 KB)
[#002] sha256:c54a81165564a76771a07a1870b8bc76075252679cbb9115437ea81c4bd04862 - 7.24% (5.45 MB)
[#003] sha256:dae72e29b900ef081f67fd2efe09d94da556a9cda4030283b56199a87428e4d1 - 0.0% (3.64 KB)
[#004] sha256:236f9bb417ba750f9379e9d6b7fdfb87422b069732cf51aeff1aadf269170bd4 - 12.32% (9.27 MB)
[#005] sha256:994b893a1dc95b97ebb2d7274a4c0eaece8744a98b79fac5ed7ae05d6428f1d3 - 0.01% (8.04 KB)
[#006] sha256:67779e49cbb0bded6394e96faa2c1d3840fd8199f566424c2f470fc8655ce662 - 73.05% (55 MB)
[#007] sha256:e81077a3e831421352dabad52a78d6c8b013de26be758ac61ba8c53754072987 - 0.0% (3.62 KB)
COPY /root-out/ / # buildkit
2023-04-22 13:31:53 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-04-22 13:31:53 UTC (buildkit.dockerfile.v0)ARG VERSION
2023-04-22 13:31:53 UTC (buildkit.dockerfile.v0)ARG MODS_VERSION=v3
2023-04-22 13:31:53 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- 45334c30-ls18 Build-date:- 2023-04-22T08:30:21-05:00
2023-04-22 13:31:53 UTC (buildkit.dockerfile.v0)LABEL maintainer=TheLamer
2023-04-22 13:31:53 UTC (buildkit.dockerfile.v0)ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit
2023-04-22 13:31:53 UTC (buildkit.dockerfile.v0)ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods
2023-04-22 13:31:55 UTC (buildkit.dockerfile.v0)RUN |3 BUILD_DATE=2023-04-22T08:30:21-05:00 VERSION=45334c30-ls18 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd 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
2023-04-22 13:31:55 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-04-22 13:31:55 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/init"]
2023-04-27 19:56:47 +0100 (buildkit.dockerfile.v0)RUN /bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git logrotate nano nginx openssl php81 php81-fileinfo php81-fpm php81-json php81-mbstring php81-openssl php81-session php81-simplexml php81-xml php81-xmlwriter php81-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/conf.d/stream.conf && rm -f /etc/nginx/http.d/default.conf && echo "**** configure php ****" && sed -i "s#;error_log = log/php81/error.log.*#error_log = /config/log/php/error.log#g" /etc/php81/php-fpm.conf && sed -i "s#user = nobody.*#user = abc#g" /etc/php81/php-fpm.d/www.conf && sed -i "s#group = nobody.*#group = abc#g" /etc/php81/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
2023-04-27 19:56:47 +0100 (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-04-27 19:56:47 +0100 (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-05-08 15:31:59 UTC (buildkit.dockerfile.v0)ENV LSIO_FIRST_PARTY=true
2023-05-08 15:31:59 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE
2023-05-08 15:31:59 UTC (buildkit.dockerfile.v0)ARG VERSION
2023-05-08 15:31:59 UTC (buildkit.dockerfile.v0)ARG BOOKSTACK_RELEASE
2023-05-08 15:31:59 UTC (buildkit.dockerfile.v0)LABEL build_version=Linuxserver.io version:- v23.05.1-ls78 Build-date:- 2023-05-08T15:29:48+00:00
2023-05-08 15:31:59 UTC (buildkit.dockerfile.v0)LABEL maintainer=homerr
2023-05-08 15:31:59 UTC (buildkit.dockerfile.v0)ARG BOOKSTACK_RELEASE
2023-05-08 15:31:59 UTC (buildkit.dockerfile.v0)RUN |4 BUILD_DATE=2023-05-08T15:29:48+00:00 VERSION=v23.05.1-ls78 BOOKSTACK_RELEASE=v23.05.1 BOOKSTACK_RELEASE=v23.05.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 php81-ctype php81-curl php81-dom php81-gd php81-iconv php81-ldap php81-mysqlnd php81-pdo_mysql php81-pecl-memcached php81-phar php81-tokenizer qt5-qtbase ttf-freefont && echo "**** configure php-fpm to pass env vars ****" && sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php81/php-fpm.d/www.conf && grep -qxF 'clear_env = no' /etc/php81/php-fpm.d/www.conf || echo 'clear_env = no' >> /etc/php81/php-fpm.d/www.conf && echo "env[PATH] = /usr/local/bin:/usr/bin:/bin" >> /etc/php81/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 "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /root/.composer /tmp/* # buildkit
2023-05-08 15:31:59 UTC (buildkit.dockerfile.v0)COPY root/ / # buildkit
2023-05-08 15:31:59 UTC (buildkit.dockerfile.v0)EXPOSE map[443/tcp:{} 80/tcp:{}]
2023-05-08 15:31:59 UTC (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.