2021-01-16 07:18:31 UTC
130 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
[#000] sha256:580d750b06db8f2f86fa4c9d5206f8b25a1034266faaec622b454b2197f7b6f6 - 17.36% (22.6 MB)
[#001] sha256:d565f993999d1f06a16e6c3c50c96246a3d63131629e9a9aa58ecce515d72c40 - 1.67% (2.18 MB)
[#002] sha256:0aaf630c89b7a34f4a851ee080ad2c6443cfe44f67836fbe4ba271fe917c4d44 - 1.63% (2.12 MB)
[#003] sha256:5bc996802d807b4ee153fe0d2d7b7113c75a4bc06e6db90a76eb80ae7972dadf - 0.0% (276 Bytes)
[#004] sha256:3bd11deeea04843a90115c691f05a1551ca6914a539fbdc9bbfe1d5e79feee8d - 9.47% (12.3 MB)
[#005] sha256:6675f080c82758a72cb43c33223868608eccc44ada1ead6878d68186ba68d8a7 - 0.0% (4.39 KB)
[#006] sha256:a6896a38dc945188640840e4707614e3a6b912e3486f0beb52f2b5603c8cbf93 - 69.87% (91.1 MB)
[#007] sha256:089c1317b4b2ff804dc9f1ba2bd56f41d89312c678d751de35e6adbf5eeff108 - 0.0% (4.18 KB)
/bin/sh -c #(nop) COPY dir:51535d0414a482845a8fedca1cd697b1b0b57ad4c9f95a9befc7825ded257145 in /
2021-01-14 16:00:46 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-01-14 16:00:47 UTC/bin/sh -c #(nop) ARG VERSION
2021-01-14 16:00:48 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0afa58ca-ls8 Build-date:- 2021-01-14T15:58:17+00:00
2021-01-14 16:00:49 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-01-14 16:00:50 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2021-01-14 16:00:52 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-01-14 16:00:55 UTC/bin/sh -c #(nop) ADD 4f58740c4ce0b21f8d45d774ff3cd81a980d7cabc9f47ef8e46a619ccc3f7559 in /tmp/
2021-01-14 16:01:02 UTC|4 BUILD_DATE=2021-01-14T15:58:17+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=0afa58ca-ls8 /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-01-14 16:01:04 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-01-14 16:01:06 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-01-14 16:01:07 UTC/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/
2021-01-14 16:02:33 UTC|5 BUILD_DATE=2021-01-14T15:58:17+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=0afa58ca-ls8 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && 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 && 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 ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-01-14 16:02:39 UTC/bin/sh -c #(nop) COPY dir:643a650c063c923b6bde607ed6d0259227130c48523761aade9a41628ded66d7 in /
2021-01-14 16:02:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-01-16 07:06:51 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-01-16 07:06:51 UTC/bin/sh -c #(nop) ARG VERSION
2021-01-16 07:06:51 UTC/bin/sh -c #(nop) ARG CALIBREWEB_RELEASE
2021-01-16 07:06:52 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0.6.9-ls96 Build-date:- 2021-01-16T02:05:09-05:00
2021-01-16 07:06:52 UTC/bin/sh -c #(nop) LABEL maintainer=chbmb
2021-01-16 07:18:29 UTC|3 BUILD_DATE=2021-01-16T02:05:09-05:00 CALIBREWEB_RELEASE=0.6.9 VERSION=0.6.9-ls96 /bin/sh -c echo "**** install build packages ****" && apt-get update && apt-get install -y g++ gcc git libffi-dev libjpeg-dev libldap2-dev libsasl2-dev libxml2-dev libxslt1-dev python3-pip zlib1g-dev && echo "**** install runtime packages ****" && apt-get install -y imagemagick libldap-2.4-2 libnss3 libsasl2-2 libxcomposite1 libxi6 libxslt1.1 python3-minimal unrar && echo "**** install calibre-web ****" && if [ -z ${CALIBREWEB_RELEASE+x} ]; then CALIBREWEB_RELEASE=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/calibre-web.tar.gz -L https://github.com/janeczku/calibre-web/archive/${CALIBREWEB_RELEASE}.tar.gz && mkdir -p /app/calibre-web && tar xf /tmp/calibre-web.tar.gz -C /app/calibre-web --strip-components=1 && cd /app/calibre-web && pip3 install --no-cache-dir -U -r requirements.txt && pip3 install --no-cache-dir -U -r optional-requirements.txt && echo "***install kepubify" && if [ -z ${KEPUBIFY_RELEASE+x} ]; then KEPUBIFY_RELEASE=$(curl -sX GET "https://api.github.com/repos/pgaskin/kepubify/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /usr/bin/kepubify -L https://github.com/pgaskin/kepubify/releases/download/${KEPUBIFY_RELEASE}/kepubify-linux-arm64 && echo "**** cleanup ****" && apt-get -y purge g++ gcc git libffi-dev libjpeg-dev libldap2-dev libsasl2-dev libxml2-dev libxslt1-dev python3-pip zlib1g-dev && apt-get -y autoremove && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-01-16 07:18:31 UTC/bin/sh -c #(nop) COPY dir:b62daacf681e63f01c59c425ff1ab7fde04e8f12dce26820000003d41fc4e9e6 in /
2021-01-16 07:18:31 UTC/bin/sh -c #(nop) EXPOSE 8083
2021-01-16 07:18:31 UTC/bin/sh -c #(nop) 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.