2021-12-19 02:02:38 UTC
79.8 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:1dec80db0b702ac328dc3caaa03d4f9bc7415ed95595522440d5f75a9f1c67a9 - 32.46% (25.9 MB)
[#001] sha256:34392633810b1d3ec93b2a34d6871a28d27dc308434f5b991c0dfed4f342bf12 - 2.69% (2.15 MB)
[#002] sha256:5d677bed29eb837e4b9803899488f3e404994dc3c47514759122db2d11a4dbef - 2.62% (2.09 MB)
[#003] sha256:2909bfe4f8968a1b14ac11c5c27a34abeb6710b899b88baf5cb69486eca58322 - 0.0% (411 Bytes)
[#004] sha256:c1809ef600cf20f843cd5a7ccfc1574df08a6f8e135e8c68c45f57b162f3bef2 - 0.0% (279 Bytes)
[#005] sha256:dc35119adac00af7abd2c643ec51d1d9df709c65be54f6a2beeccded81bf9fc6 - 22.4% (17.9 MB)
[#006] sha256:487941a22f565c63dcb35873853998be86849b5d293a2175687a32fe8a7c4af4 - 0.0% (3.12 KB)
[#007] sha256:b19d3e69ce9718d35311a5748f4eb4ab66dca7027110f461fa6ef9da653f00f8 - 39.82% (31.8 MB)
[#008] sha256:50918c278dd39c94f8cf99082750b4adda713341ce7b9a012badeaff6a11a6d3 - 0.0% (793 Bytes)
/bin/sh -c #(nop) COPY dir:245031b07e726aa51c35f7fc9afb522a59b6df9abb0bf1ca48ace571a76c2aee in /
2021-12-14 04:59:16 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-12-14 04:59:17 UTC/bin/sh -c #(nop) ARG VERSION
2021-12-14 04:59:18 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- ecd9296c-ls60 Build-date:- 2021-12-14T05:58:05+01:00
2021-12-14 04:59:19 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-12-14 04:59:20 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-12-14 04:59:21 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-12-14 04:59:23 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-12-14 04:59:24 UTC|4 BUILD_DATE=2021-12-14T05:58:05+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=ecd9296c-ls60 /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-12-14 04:59:25 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-12-14 04:59:25 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-12-14 04:59:26 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-12-14 04:59:28 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-12-14 04:59:58 UTC|5 BUILD_DATE=2021-12-14T05:58:05+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=ecd9296c-ls60 /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 gnupg patch 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 && 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 ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-12-14 04:59:59 UTC/bin/sh -c #(nop) COPY dir:bd91c6604a3cef2e466c3b728c2264ccaa65379c70278b9cd091717ea75af9ca in /
2021-12-14 04:59:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-12-14 05:00:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-12-14 05:00:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-14T05:58:05+01:00
2021-12-14 05:00:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-12-14 05:00:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-12-14 05:00:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-12-14 05:00:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ba1b6d8652ef6ef7ae442d6809bdfe7d6c9152b4
2021-12-14 05:00:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ba1b6d8652ef6ef7ae442d6809bdfe7d6c9152b4
2021-12-14 05:00:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-12-14 05:00:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-12-14 05:00:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-12-14 05:00:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-12-14 05:00:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=ecd9296c-ls60
2021-12-19 02:02:06 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-12-19 02:02:07 UTC/bin/sh -c #(nop) ARG VERSION
2021-12-19 02:02:08 UTC/bin/sh -c #(nop) ARG SYNC_VERSION
2021-12-19 02:02:09 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.7.2.1375-1-ls101 Build-date:- 2021-12-19T03:01:12+01:00
2021-12-19 02:02:10 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-12-19 02:02:24 UTC|3 BUILD_DATE=2021-12-19T03:01:12+01:00 SYNC_VERSION=2.7.2.1375-1 VERSION=2.7.2.1375-1-ls101 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends gnupg && echo "**** install resilio-sync ****" && if [ -z ${SYNC_VERSION+x} ]; then SYNC_VERSION=$(curl -sX GET http://linux-packages.resilio.com/resilio-sync/deb/dists/resilio-sync/non-free/binary-amd64/Packages |grep -A 7 -m 1 'Package: resilio-sync' | awk -F ': ' '/Version/{print $2;exit}'); fi && echo "deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free" | tee /etc/apt/sources.list.d/resilio-sync.list && curl -L https://linux-packages.resilio.com/resilio-sync/key.asc | apt-key add && apt-get update && apt-get install -y --no-install-recommends "resilio-sync=${SYNC_VERSION}" && echo "**** cleanup ****" && rm -rf /tmp/*
2021-12-19 02:02:25 UTC/bin/sh -c #(nop) COPY dir:bc09ce0439e384636cde25990fd22dc1595fbacf54618a2e346fd2646af5600d in /
2021-12-19 02:02:26 UTC/bin/sh -c #(nop) EXPOSE 55555 8888
2021-12-19 02:02:26 UTC/bin/sh -c #(nop) VOLUME [/config /sync]
2021-12-19 02:02:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-12-19 02:02:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-12-19T03:01:12+01:00
2021-12-19 02:02:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Resilio-sync](https://www.resilio.com/individuals/) (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both. There is an official sync image but we created this one as it supports user mapping to simplify permissions for volumes.
2021-12-19 02:02:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-resilio-sync
2021-12-19 02:02:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-12-19 02:02:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1959e8173cdd3f7fdfebe5dc0caf30aba03db12b
2021-12-19 02:02:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1959e8173cdd3f7fdfebe5dc0caf30aba03db12b
2021-12-19 02:02:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-resilio-sync
2021-12-19 02:02:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Resilio-sync
2021-12-19 02:02:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-resilio-sync/packages
2021-12-19 02:02:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-12-19 02:02:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.7.2.1375-1-ls101
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.