Namespace
linuxserver
Image / Tag
bookstack:arm64v8-version-v21.11.1
Content Digest
sha256:52810daad7eaebd16f845292cd81a524fd982c2971fd7da7f5bd8e832148a558
Details
Created

2021-11-25 16:02:39 UTC

Size

122 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v21.11.1-ls172 Build-date:- 2021-11-25T17:00:38+01:00
  • maintainer
    homerr
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-11-25T17:00:38+01: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
    f95a455dfef183c505c1acf402f7706976059306
  • org.opencontainers.image.revision
    f95a455dfef183c505c1acf402f7706976059306
  • 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
    v21.11.1-ls172

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:1bafb68e14a45d004262569a4cdf33fcae0516be8a89317547f70d612e81b80b - 2.22% (2.71 MB)

[#001] sha256:672a4a9a083d3bacc81341b862d11f6161ffc1119807dddf7d8c80229f9ae9d7 - 1.76% (2.15 MB)

[#002] sha256:00ed94222ed16336cccb33e16d74f26cd3673c86c06a6c4a4c4cdbbda684f9c6 - 1.72% (2.1 MB)

[#003] sha256:d2a2cdce8726efe5935b7b2407fd41401345c33b625279cd5b7bd6ceec3fbd2d - 0.0% (413 Bytes)

[#004] sha256:ad21176a008f809ddd0ed89f99e3101f3d5fe7f8f91227a6f5cbd9c41e2966b5 - 3.83% (4.68 MB)

[#005] sha256:3eb221ec44bf50d6cdb6f3d4df6609819b7c63113f7439674d98165831458c6e - 0.0% (2.87 KB)

[#006] sha256:b80bc82039ace1730873ce4a3846d2ad0e81eee909064784aa931e700d756d0f - 11.96% (14.6 MB)

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

[#008] sha256:046a2daecda4d840b3a529935767f56df0e0e51722879e31bf3055f18d5e1e4c - 78.51% (95.9 MB)

[#009] sha256:f1ff83893570322fecfc6dc2435736328bbbb462c1501e296c532d8ed5ef0223 - 0.0% (3.1 KB)


History
2021-11-16 06:29:37 UTC

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

2021-11-16 06:29:38 UTC

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

2021-11-16 06:29:39 UTC

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

2021-11-16 06:29:40 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f883f151-ls12 Build-date:- 2021-11-16T07:28:15+01:00

2021-11-16 06:29:41 UTC

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

2021-11-16 06:29:42 UTC

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

2021-11-16 06:29:43 UTC

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

2021-11-16 06:29:45 UTC

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

2021-11-16 06:29:46 UTC

|4 BUILD_DATE=2021-11-16T07:28:15+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-ls12 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-11-16 06:29:47 UTC

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

2021-11-16 06:29:47 UTC

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

2021-11-16 06:29:53 UTC

|4 BUILD_DATE=2021-11-16T07:28:15+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-ls12 /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/*

2021-11-16 06:29:54 UTC

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

2021-11-16 06:29:54 UTC

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

2021-11-16 06:29:55 UTC

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

2021-11-16 06:29:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-16T07:28:15+01:00

2021-11-16 06:29:57 UTC

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

2021-11-16 06:29:58 UTC

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

2021-11-16 06:29:59 UTC

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

2021-11-16 06:30:00 UTC

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

2021-11-16 06:30:01 UTC

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

2021-11-16 06:30:02 UTC

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

2021-11-16 06:30:03 UTC

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

2021-11-16 06:30:04 UTC

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

2021-11-16 06:30:05 UTC

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

2021-11-16 06:30:06 UTC

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

2021-11-25 05:57:10 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

2021-11-25 05:57:11 UTC

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

2021-11-25 05:57:11 UTC

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

2021-11-25 05:57:12 UTC

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

2021-11-25 05:57:13 UTC

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

2021-11-25 05:57:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-25T06:56:11+01:00

2021-11-25 05:57:15 UTC

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

2021-11-25 05:57:16 UTC

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

2021-11-25 05:57:17 UTC

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

2021-11-25 05:57:18 UTC

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

2021-11-25 05:57:19 UTC

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

2021-11-25 05:57:20 UTC

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

2021-11-25 05:57:21 UTC

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

2021-11-25 05:57:22 UTC

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

2021-11-25 05:57:23 UTC

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

2021-11-25 05:57:24 UTC

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

2021-11-25 16:01:35 UTC

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

2021-11-25 16:01:36 UTC

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

2021-11-25 16:01:37 UTC

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

2021-11-25 16:01:38 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v21.11.1-ls172 Build-date:- 2021-11-25T17:00:38+01:00

2021-11-25 16:01:39 UTC

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

2021-11-25 16:01:40 UTC

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

2021-11-25 16:02:23 UTC

|3 BOOKSTACK_RELEASE=v21.11.1 BUILD_DATE=2021-11-25T17:00:38+01:00 VERSION=v21.11.1-ls172 /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/*

2021-11-25 16:02:25 UTC

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

2021-11-25 16:02:26 UTC

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

2021-11-25 16:02:27 UTC

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

2021-11-25 16:02:28 UTC

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

2021-11-25 16:02:29 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-25T17:00:38+01:00

2021-11-25 16:02:30 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

2021-11-25 16:02:31 UTC

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

2021-11-25 16:02:32 UTC

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

2021-11-25 16:02:33 UTC

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

2021-11-25 16:02:34 UTC

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

2021-11-25 16:02:35 UTC

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

2021-11-25 16:02:36 UTC

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

2021-11-25 16:02:37 UTC

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

2021-11-25 16:02:38 UTC

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

2021-11-25 16:02:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v21.11.1-ls172

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