Namespace
linuxserver
Image / Tag
bookstack:amd64-23.01.1
Content Digest
sha256:17e07d579b2483766f1b7e2c5a94791ae5c427e55eda5ab11896b884471fbe0d
Details
Created

2023-02-23 10:02:50 -0600

Size

78.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v23.01.1-ls64 Build-date:- 2023-02-23T10:01:05-06:00
  • maintainer
    homerr
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-02-23T10:01:05-06: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
    67659ad9cd86ee5757994d60cbe23a9c620bb3ee
  • org.opencontainers.image.revision
    67659ad9cd86ee5757994d60cbe23a9c620bb3ee
  • 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
    v23.01.1-ls64

Environment
HOME

/root

PATH

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

PS1

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

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:4721dbae2618b5ddf71a247d5862f2bd7337efbaae2cfa8a426e5958939479d7 - 7.24% (5.66 MB)

[#001] sha256:665f8ff9770e0272412605a43112778f4ae555ae7394a3c1f2d32f9f92a64412 - 0.0% (3.22 KB)

[#002] sha256:69bf70804d4635cc882fa523bf5a929c1355886a0eb2b1ca93311c345e4a6ab7 - 5.35% (4.18 MB)

[#003] sha256:fe062777bc6b679757b5917a6bae267b1bf8c160cdcad0033564cfead496e544 - 0.0% (3.9 KB)

[#004] sha256:6881fc3133136112d1310d1c93a659d28c7ab7acf45c640df7db13768409d941 - 13.77% (10.8 MB)

[#005] sha256:1f0c3116077f257e826cd2c79cb52e2b7db412f1433dc3508adbbb4e95fae724 - 0.01% (8.02 KB)

[#006] sha256:340db84e8ce22a4071a9343ff0651e6f6f38ec889335e5fb2e690e4c218de5e1 - 73.61% (57.5 MB)

[#007] sha256:6072a0e4975ca32963bcb84864477f25e6964507e1b1245f2830d57ed0c22b41 - 0.0% (3.62 KB)


History
2023-02-21 00:34:05 -0600 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-02-21 00:34:05 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-21 00:34:05 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2023-02-21 00:34:05 -0600 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-02-21 00:34:05 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 5dd1ab6b-ls11 Build-date:- 2023-02-21T00:32:41-06:00

2023-02-21 00:34:05 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-02-21 00:34:05 -0600 (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2023-02-21 00:34:05 -0600 (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-02-21 00:34:07 -0600 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-02-21T00:32:41-06:00 VERSION=5dd1ab6b-ls11 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq 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 "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-02-21 00:34:07 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-02-21 00:34:07 -0600 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-02-22 23:59:11 -0600 (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/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-02-22 23:59:11 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-02-22 23:59:11 -0600 (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2023-02-23 10:02:50 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-23 10:02:50 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2023-02-23 10:02:50 -0600 (buildkit.dockerfile.v0)

ARG BOOKSTACK_RELEASE

2023-02-23 10:02:50 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- v23.01.1-ls64 Build-date:- 2023-02-23T10:01:05-06:00

2023-02-23 10:02:50 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=homerr

2023-02-23 10:02:50 -0600 (buildkit.dockerfile.v0)

ARG BOOKSTACK_RELEASE

2023-02-23 10:02:50 -0600 (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-02-23T10:01:05-06:00 VERSION=v23.01.1-ls64 BOOKSTACK_RELEASE=v23.01.1 BOOKSTACK_RELEASE=v23.01.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-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-02-23 10:02:50 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-02-23 10:02:50 -0600 (buildkit.dockerfile.v0)

EXPOSE map[443/tcp:{} 80/tcp:{}]

2023-02-23 10:02:50 -0600 (buildkit.dockerfile.v0)

VOLUME [/config]

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