Namespace
linuxserver
Image / Tag
bookstack:v22.03.1-ls9
Content Digest
sha256:5277c563047366adfb2c8acacfdaa63ac6ca49d7d7c45ebd4924e20804fdee25
Details
Created

2022-03-31 16:02:36 UTC

Size

123 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v22.03.1-ls9 Build-date:- 2022-03-31T18:00:58+02:00
  • maintainer
    homerr
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-31T18:00:58+02:00
  • org.opencontainers.image.description
    [Bookstack](https://github.com/BookStackApp/BookStack) is a free and open source Wiki designed for creating beautiful documentation. Featuring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease. Powered by SQL and including a Markdown editor for those who prefer it, BookStack is geared towards making documentation more of a pleasure than a chore. For more information on BookStack visit their website and check it out: https://www.bookstackapp.com
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-bookstack
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    08e142650f1c9d182d853a6fc77c271b010bdc79
  • org.opencontainers.image.revision
    08e142650f1c9d182d853a6fc77c271b010bdc79
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-bookstack
  • org.opencontainers.image.title
    Bookstack
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-bookstack/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    v22.03.1-ls9

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:9056a4bc86c35a2c1b08b99dfb85ff6602281f15e0990457dc325871f4ab74c2 - 2.29% (2.8 MB)

[#001] sha256:3280965d866e9246b569ccebf805c48b4b06b9d2316d0ce1c45ab0afae7a9490 - 1.47% (1.8 MB)

[#002] sha256:086969704b4834ee1e74e6a89faaedf602771cc89b18c1fd9fe4669b883d1f99 - 1.42% (1.74 MB)

[#003] sha256:73002732a1bbe0bacd40b064c59be51a58849906f83680f170fd0c251f21b28f - 0.0% (440 Bytes)

[#004] sha256:9574b9046a80a854b4207ef4a04da75dc2faf2f7681f951ddc1abf1a72eb1938 - 2.47% (3.02 MB)

[#005] sha256:777e0af53411253df6e7679b46723d122f52aa8cd22e18349a937d042945877e - 0.0% (3.28 KB)

[#006] sha256:90eafd2aef81ca02a21be5dab97fb53e7c7392d0d2af80b58e8a426eaa39e8eb - 11.94% (14.6 MB)

[#007] sha256:1434270c118d6d1b22b2917dd290bdaf658402aefb838fe42688c087c9bf115a - 0.0% (2.85 KB)

[#008] sha256:d496230b43469aa0ae953226e55eb69815e6b33f57000c2afd6939f3039ab34b - 80.41% (98.6 MB)

[#009] sha256:914128a998fad66a1086ade9ec54177921134c7872b8cb01f0eb538240216d42 - 0.0% (3.14 KB)


History
2022-03-29 06:32:24 UTC

/bin/sh -c #(nop) COPY dir:bde99b7aac54e5bb14d0edfdc0592cb6e55a3c90560ce4b966f339001e361a32 in /

2022-03-29 06:32:25 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-03-29 06:32:25 UTC

/bin/sh -c #(nop) ARG VERSION

2022-03-29 06:32:25 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8930c198-ls17 Build-date:- 2022-03-29T08:31:11+02:00

2022-03-29 06:32:25 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2022-03-29 06:32:26 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2022-03-29 06:32:26 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2022-03-29 06:32:26 UTC

/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/

2022-03-29 06:32:27 UTC

|4 BUILD_DATE=2022-03-29T08:31:11+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=8930c198-ls17 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-03-29 06:32:28 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2022-03-29 06:32:28 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2022-03-29 06:32:31 UTC

|4 BUILD_DATE=2022-03-29T08:31:11+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=8930c198-ls17 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-03-29 06:32:31 UTC

/bin/sh -c #(nop) COPY dir:9408ba6f82bf5ab77056b7a9292d8ef0a6013045f33630f4d78b05a1047a9970 in /

2022-03-29 06:32:31 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2022-03-29 06:32:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-03-29 06:32:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-29T08:31:11+02:00

2022-03-29 06:32:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-03-29 06:32:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-03-29 06:32:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-03-29 06:32:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=821f283e70a6b2a7ccf41a606a99e7a5a5bd0ae7

2022-03-29 06:32:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=821f283e70a6b2a7ccf41a606a99e7a5a5bd0ae7

2022-03-29 06:32:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-03-29 06:32:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-03-29 06:32:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-03-29 06:32:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-03-29 06:32:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8930c198-ls17

2022-03-31 05:56:31 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.3-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 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 && rm -f /etc/nginx/http.d/default.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

2022-03-31 05:56:31 UTC

/bin/sh -c #(nop) COPY dir:61e78185d8582eeb9e637ea1797f330ff69a4c687a81e1dcc6f5438b46328394 in /

2022-03-31 05:56:31 UTC

/bin/sh -c #(nop) EXPOSE 443 80

2022-03-31 05:56:32 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-03-31 05:56:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-03-31 05:56:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-31T00:55:32-05:00

2022-03-31 05:56:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io

2022-03-31 05:56:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx

2022-03-31 05:56:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-03-31 05:56:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=970537d5b78c29ff90d7d575de46a4c685a271d5

2022-03-31 05:56:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=970537d5b78c29ff90d7d575de46a4c685a271d5

2022-03-31 05:56:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx

2022-03-31 05:56:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx

2022-03-31 05:56:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages

2022-03-31 05:56:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-03-31 05:56:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=ebace18c-ls17

2022-03-31 16:01:55 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-03-31 16:01:55 UTC

/bin/sh -c #(nop) ARG VERSION

2022-03-31 16:01:55 UTC

/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE

2022-03-31 16:01:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v22.03.1-ls9 Build-date:- 2022-03-31T18:00:58+02:00

2022-03-31 16:01:56 UTC

/bin/sh -c #(nop) LABEL maintainer=homerr

2022-03-31 16:01:56 UTC

/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE

2022-03-31 16:02:31 UTC

|3 BOOKSTACK_RELEASE=v22.03.1 BUILD_DATE=2022-03-31T18:00:58+02:00 VERSION=v22.03.1-ls9 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl composer fontconfig memcached netcat-openbsd 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-tokenizer qt5-qtbase tar ttf-freefont wkhtmltopdf && 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 dependencies ****" && composer install -d /var/www/html/ && echo "**** overlay-fs bug workaround ****" && mv /var/www /var/www-tmp && echo "**** cleanup ****" && rm -rf /root/.composer /tmp/*

2022-03-31 16:02:33 UTC

/bin/sh -c #(nop) COPY dir:1a03b5c2a029b156b244fa65f21a3fcc19ea5bd7b6f63ba295090e62f0def5d2 in /

2022-03-31 16:02:33 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-03-31 16:02:34 UTC

/bin/sh -c #(nop) EXPOSE 80

2022-03-31 16:02:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-03-31 16:02:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-31T18:00:58+02:00

2022-03-31 16:02:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Bookstack](https://github.com/BookStackApp/BookStack) is a free and open source Wiki designed for creating beautiful documentation. Featuring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease. Powered by SQL and including a Markdown editor for those who prefer it, BookStack is geared towards making documentation more of a pleasure than a chore. For more information on BookStack visit their website and check it out: https://www.bookstackapp.com

2022-03-31 16:02:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-bookstack

2022-03-31 16:02:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-03-31 16:02:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=08e142650f1c9d182d853a6fc77c271b010bdc79

2022-03-31 16:02:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=08e142650f1c9d182d853a6fc77c271b010bdc79

2022-03-31 16:02:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-bookstack

2022-03-31 16:02:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Bookstack

2022-03-31 16:02:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-bookstack/packages

2022-03-31 16:02:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-03-31 16:02:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v22.03.1-ls9

Details
Created

2022-03-31 16:03:19 UTC

Size

112 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v22.03.1-ls9 Build-date:- 2022-03-31T18:00:58+02:00
  • maintainer
    homerr
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-31T18:00:58+02:00
  • org.opencontainers.image.description
    [Bookstack](https://github.com/BookStackApp/BookStack) is a free and open source Wiki designed for creating beautiful documentation. Featuring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease. Powered by SQL and including a Markdown editor for those who prefer it, BookStack is geared towards making documentation more of a pleasure than a chore. For more information on BookStack visit their website and check it out: https://www.bookstackapp.com
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-bookstack
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    08e142650f1c9d182d853a6fc77c271b010bdc79
  • org.opencontainers.image.revision
    08e142650f1c9d182d853a6fc77c271b010bdc79
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-bookstack
  • org.opencontainers.image.title
    Bookstack
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-bookstack/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    v22.03.1-ls9

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:2b7ad91aca932e98e9bb9d296a46c4c5327a7e12177131553fbb74c3b4027117 - 2.15% (2.42 MB)

[#001] sha256:a4c5226927390df4343881f3e4e67c303b09b798f6e840b22d84a0f48df5e9da - 1.91% (2.15 MB)

[#002] sha256:3c25575c3da28e18ff0aabbee4bc19a077d663343639e106973381777c5cba2f - 1.85% (2.08 MB)

[#003] sha256:a7eeb8aca2bd298b5670ef77399fe49f6f55f15527b4ac0eedc869ad0b4c12fd - 0.0% (409 Bytes)

[#004] sha256:242e10ddd93b5f1cc54e24ec7621ab448094054d44fc51561b4e219783fece91 - 3.69% (4.15 MB)

[#005] sha256:b815153851b59b586f541967ebd38213e167fa2f7397cfeac74912e69683214e - 0.0% (3.28 KB)

[#006] sha256:c5d178beaff8276deb5e3f3335a492bb230502aefad60801b1b35b4bae669925 - 11.25% (12.6 MB)

[#007] sha256:35a641cd49b81dd9a750e5b019557c1a8224e08d8e603c2323c0068412557bbf - 0.0% (2.79 KB)

[#008] sha256:70a4eb02944fed3ee091df74baa6eda143f47483bd56e42230b85c986fa4e385 - 79.14% (89 MB)

[#009] sha256:9fc26b49c23aecf01d0f0de172725ca250dfd64af1d56d96f8ac298b070f9a36 - 0.0% (3.14 KB)


History
2022-03-29 06:32:26 UTC

/bin/sh -c #(nop) COPY dir:8d2e8a6b7524ed97584c3a6d8761f7d87fbba5e39ffec5968e3ce5e95861c651 in /

2022-03-29 06:32:27 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-03-29 06:32:27 UTC

/bin/sh -c #(nop) ARG VERSION

2022-03-29 06:32:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8930c198-ls17 Build-date:- 2022-03-29T08:31:11+02:00

2022-03-29 06:32:29 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2022-03-29 06:32:30 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2022-03-29 06:32:31 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm

2022-03-29 06:32:33 UTC

/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/

2022-03-29 06:32:33 UTC

|4 BUILD_DATE=2022-03-29T08:31:11+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=8930c198-ls17 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-03-29 06:32:35 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2022-03-29 06:32:35 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2022-03-29 06:32:40 UTC

|4 BUILD_DATE=2022-03-29T08:31:11+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=8930c198-ls17 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-03-29 06:32:41 UTC

/bin/sh -c #(nop) COPY dir:9408ba6f82bf5ab77056b7a9292d8ef0a6013045f33630f4d78b05a1047a9970 in /

2022-03-29 06:32:41 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2022-03-29 06:32:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-03-29 06:32:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-29T08:31:11+02:00

2022-03-29 06:32:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-03-29 06:32:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-03-29 06:32:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-03-29 06:32:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=821f283e70a6b2a7ccf41a606a99e7a5a5bd0ae7

2022-03-29 06:32:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=821f283e70a6b2a7ccf41a606a99e7a5a5bd0ae7

2022-03-29 06:32:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-03-29 06:32:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-03-29 06:32:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-03-29 06:32:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-03-29 06:32:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8930c198-ls17

2022-03-31 05:56:37 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.3-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 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 && rm -f /etc/nginx/http.d/default.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

2022-03-31 05:56:38 UTC

/bin/sh -c #(nop) COPY dir:61e78185d8582eeb9e637ea1797f330ff69a4c687a81e1dcc6f5438b46328394 in /

2022-03-31 05:56:38 UTC

/bin/sh -c #(nop) EXPOSE 443 80

2022-03-31 05:56:39 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-03-31 05:56:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-03-31 05:56:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-31T00:55:32-05:00

2022-03-31 05:56:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io

2022-03-31 05:56:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx

2022-03-31 05:56:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-03-31 05:56:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=970537d5b78c29ff90d7d575de46a4c685a271d5

2022-03-31 05:56:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=970537d5b78c29ff90d7d575de46a4c685a271d5

2022-03-31 05:56:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx

2022-03-31 05:56:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx

2022-03-31 05:56:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages

2022-03-31 05:56:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-03-31 05:56:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=ebace18c-ls17

2022-03-31 16:02:00 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-03-31 16:02:00 UTC

/bin/sh -c #(nop) ARG VERSION

2022-03-31 16:02:00 UTC

/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE

2022-03-31 16:02:01 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v22.03.1-ls9 Build-date:- 2022-03-31T18:00:58+02:00

2022-03-31 16:02:01 UTC

/bin/sh -c #(nop) LABEL maintainer=homerr

2022-03-31 16:02:01 UTC

/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE

2022-03-31 16:03:13 UTC

|3 BOOKSTACK_RELEASE=v22.03.1 BUILD_DATE=2022-03-31T18:00:58+02:00 VERSION=v22.03.1-ls9 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl composer fontconfig memcached netcat-openbsd 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-tokenizer qt5-qtbase tar ttf-freefont wkhtmltopdf && 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 dependencies ****" && composer install -d /var/www/html/ && echo "**** overlay-fs bug workaround ****" && mv /var/www /var/www-tmp && echo "**** cleanup ****" && rm -rf /root/.composer /tmp/*

2022-03-31 16:03:15 UTC

/bin/sh -c #(nop) COPY dir:a1ed9399037f521026d5c0b61cb77538ea2f88a1bcda8abcc1aeb0da5fb592c7 in /

2022-03-31 16:03:15 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-03-31 16:03:16 UTC

/bin/sh -c #(nop) EXPOSE 80

2022-03-31 16:03:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-03-31 16:03:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-31T18:00:58+02:00

2022-03-31 16:03:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Bookstack](https://github.com/BookStackApp/BookStack) is a free and open source Wiki designed for creating beautiful documentation. Featuring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease. Powered by SQL and including a Markdown editor for those who prefer it, BookStack is geared towards making documentation more of a pleasure than a chore. For more information on BookStack visit their website and check it out: https://www.bookstackapp.com

2022-03-31 16:03:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-bookstack

2022-03-31 16:03:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-03-31 16:03:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=08e142650f1c9d182d853a6fc77c271b010bdc79

2022-03-31 16:03:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=08e142650f1c9d182d853a6fc77c271b010bdc79

2022-03-31 16:03:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-bookstack

2022-03-31 16:03:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Bookstack

2022-03-31 16:03:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-bookstack/packages

2022-03-31 16:03:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-03-31 16:03:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v22.03.1-ls9

Details
Created

2022-03-31 16:03:10 UTC

Size

123 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v22.03.1-ls9 Build-date:- 2022-03-31T18:00:58+02:00
  • maintainer
    homerr
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-31T18:00:58+02:00
  • org.opencontainers.image.description
    [Bookstack](https://github.com/BookStackApp/BookStack) is a free and open source Wiki designed for creating beautiful documentation. Featuring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease. Powered by SQL and including a Markdown editor for those who prefer it, BookStack is geared towards making documentation more of a pleasure than a chore. For more information on BookStack visit their website and check it out: https://www.bookstackapp.com
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-bookstack
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    08e142650f1c9d182d853a6fc77c271b010bdc79
  • org.opencontainers.image.revision
    08e142650f1c9d182d853a6fc77c271b010bdc79
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-bookstack
  • org.opencontainers.image.title
    Bookstack
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-bookstack/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    v22.03.1-ls9

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:c4cd75e718dc0315e147751febbd4fa75de949ddaf408d3c77becffc0c085ed4 - 2.21% (2.71 MB)

[#001] sha256:541cdf713182a527173c494264805f0fe95a7c858d3c3f2cd9fcb79702006962 - 1.75% (2.15 MB)

[#002] sha256:157240af266fd7214142d97dcec7360096142f226eea11af9280767bcfc2644c - 1.71% (2.1 MB)

[#003] sha256:7fbb0b74b9c84f0f9c054ad7c750d39c589c3c4ed5449bc754ca6a5d826e9966 - 0.0% (410 Bytes)

[#004] sha256:a8781d5a54780474b55919d801f5bf525d4abc10d4adc693c2fe64d36db5cedc - 3.8% (4.67 MB)

[#005] sha256:b815153851b59b586f541967ebd38213e167fa2f7397cfeac74912e69683214e - 0.0% (3.28 KB)

[#006] sha256:d704fd212a2fe6db609147efec2dbee73796bef9e615802d2d7733ebe4f22f14 - 11.9% (14.6 MB)

[#007] sha256:0764730c95f85eca0218d19c03c102d880e48d73da2fbfe947f73771ab4c5b6b - 0.0% (2.79 KB)

[#008] sha256:11789a5e8e550acdb611afb2f45154c975e3c38696c938b5bafe9a6a5ee32f47 - 78.62% (96.5 MB)

[#009] sha256:d929686a567e64dd549f4e5c3954e65c5166d7ec433c320a6d4eeac3899cb4a2 - 0.0% (3.12 KB)


History
2022-03-29 06:32:28 UTC

/bin/sh -c #(nop) COPY dir:e810f1b10ea1fdacb5484c8462e2dbb6132af770d54005cd407cba44120af642 in /

2022-03-29 06:32:28 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-03-29 06:32:29 UTC

/bin/sh -c #(nop) ARG VERSION

2022-03-29 06:32:30 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8930c198-ls17 Build-date:- 2022-03-29T08:31:11+02:00

2022-03-29 06:32:31 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2022-03-29 06:32:32 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2022-03-29 06:32:33 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64

2022-03-29 06:32:35 UTC

/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/

2022-03-29 06:32:35 UTC

|4 BUILD_DATE=2022-03-29T08:31:11+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=8930c198-ls17 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-03-29 06:32:37 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2022-03-29 06:32:37 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2022-03-29 06:32:43 UTC

|4 BUILD_DATE=2022-03-29T08:31:11+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=8930c198-ls17 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-03-29 06:32:44 UTC

/bin/sh -c #(nop) COPY dir:9408ba6f82bf5ab77056b7a9292d8ef0a6013045f33630f4d78b05a1047a9970 in /

2022-03-29 06:32:44 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2022-03-29 06:32:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-03-29 06:32:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-29T08:31:11+02:00

2022-03-29 06:32:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-03-29 06:32:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-03-29 06:32:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-03-29 06:32:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=821f283e70a6b2a7ccf41a606a99e7a5a5bd0ae7

2022-03-29 06:32:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=821f283e70a6b2a7ccf41a606a99e7a5a5bd0ae7

2022-03-29 06:32:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-03-29 06:32:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-03-29 06:32:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-03-29 06:32:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-03-29 06:32:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8930c198-ls17

2022-03-31 05:56:40 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.3-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 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 && rm -f /etc/nginx/http.d/default.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

2022-03-31 05:56:41 UTC

/bin/sh -c #(nop) COPY dir:61e78185d8582eeb9e637ea1797f330ff69a4c687a81e1dcc6f5438b46328394 in /

2022-03-31 05:56:41 UTC

/bin/sh -c #(nop) EXPOSE 443 80

2022-03-31 05:56:42 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-03-31 05:56:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-03-31 05:56:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-31T00:55:32-05:00

2022-03-31 05:56:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io

2022-03-31 05:56:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx

2022-03-31 05:56:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-03-31 05:56:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=970537d5b78c29ff90d7d575de46a4c685a271d5

2022-03-31 05:56:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=970537d5b78c29ff90d7d575de46a4c685a271d5

2022-03-31 05:56:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx

2022-03-31 05:56:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx

2022-03-31 05:56:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages

2022-03-31 05:56:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-03-31 05:56:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=ebace18c-ls17

2022-03-31 16:02:01 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-03-31 16:02:02 UTC

/bin/sh -c #(nop) ARG VERSION

2022-03-31 16:02:03 UTC

/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE

2022-03-31 16:02:04 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v22.03.1-ls9 Build-date:- 2022-03-31T18:00:58+02:00

2022-03-31 16:02:05 UTC

/bin/sh -c #(nop) LABEL maintainer=homerr

2022-03-31 16:02:06 UTC

/bin/sh -c #(nop) ARG BOOKSTACK_RELEASE

2022-03-31 16:02:53 UTC

|3 BOOKSTACK_RELEASE=v22.03.1 BUILD_DATE=2022-03-31T18:00:58+02:00 VERSION=v22.03.1-ls9 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl composer fontconfig memcached netcat-openbsd 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-tokenizer qt5-qtbase tar ttf-freefont wkhtmltopdf && 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 dependencies ****" && composer install -d /var/www/html/ && echo "**** overlay-fs bug workaround ****" && mv /var/www /var/www-tmp && echo "**** cleanup ****" && rm -rf /root/.composer /tmp/*

2022-03-31 16:02:55 UTC

/bin/sh -c #(nop) COPY dir:1a03b5c2a029b156b244fa65f21a3fcc19ea5bd7b6f63ba295090e62f0def5d2 in /

2022-03-31 16:02:56 UTC

/bin/sh -c #(nop) VOLUME [/config]

2022-03-31 16:02:57 UTC

/bin/sh -c #(nop) EXPOSE 80

2022-03-31 16:02:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-03-31 16:02:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-31T18:00:58+02:00

2022-03-31 16:03:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Bookstack](https://github.com/BookStackApp/BookStack) is a free and open source Wiki designed for creating beautiful documentation. Featuring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease. Powered by SQL and including a Markdown editor for those who prefer it, BookStack is geared towards making documentation more of a pleasure than a chore. For more information on BookStack visit their website and check it out: https://www.bookstackapp.com

2022-03-31 16:03:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-bookstack

2022-03-31 16:03:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-03-31 16:03:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=08e142650f1c9d182d853a6fc77c271b010bdc79

2022-03-31 16:03:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=08e142650f1c9d182d853a6fc77c271b010bdc79

2022-03-31 16:03:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-bookstack

2022-03-31 16:03:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Bookstack

2022-03-31 16:03:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-bookstack/packages

2022-03-31 16:03:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-03-31 16:03:10 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v22.03.1-ls9

Danger Zone
Delete Tag

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.

Delete