2021-07-09 10:18:25 UTC
216 MB
/config
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
[#000] sha256:49d5d028df391d891f4b7d0323bc45af963ae05f6e6eaaee9c4a9861c94a7fef - 12.62% (27.2 MB)
[#001] sha256:01d464db7c1ca8e198666459f0183d89b29478d2af43a9880495f88f33ec3230 - 0.84% (1.8 MB)
[#002] sha256:413735c5670f7b3b3855823fc225de83f3a814542d45a1610dc4cbf0fc14a6b6 - 0.8% (1.73 MB)
[#003] sha256:317ec322c68b09368d0fb59eb7a6317e3357a852b0dd4d2d744f8bc3fdee949a - 0.0% (437 Bytes)
[#004] sha256:95c9f30ff85f8d55983331e9afac51fb6358e7fbd6c6b5aefc8e8e372ee691c6 - 0.0% (271 Bytes)
[#005] sha256:00c5d46b9e9346bab3a7bd6cacb92f39675121dbe680e72d4cedf79a748f38c6 - 7.61% (16.4 MB)
[#006] sha256:3c071980dd31c8ae1737676e5dc52276bcadcb3172d52f2b1fbbb2c550f39423 - 0.0% (2.85 KB)
[#007] sha256:8b49ede0bada5e1e517d83b8a042e62b73d4c0f25e5455a8a2b2d6aebdce3447 - 53.31% (115 MB)
[#008] sha256:7ce8eb9f5317c7524b8b56bc00194101b1084b737978d6bf5918af96dbeb44a1 - 24.81% (53.5 MB)
[#009] sha256:e44b91b18bac12317e87205e18a3f80bc42471687e1d2ead8395b4339424d1fb - 0.0% (424 Bytes)
/bin/sh -c #(nop) COPY dir:fb7cb740022f0647e2d570576b5d91b88ef10732bd772a5cf1c8b91ae5092d1f in /
2021-07-06 05:08:34 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-07-06 05:08:34 UTC/bin/sh -c #(nop) ARG VERSION
2021-07-06 05:08:34 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0c0ab9ba-ls45 Build-date:- 2021-07-06T01:07:41-04:00
2021-07-06 05:08:35 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-07-06 05:08:35 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-07-06 05:08:35 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-07-06 05:08:35 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-07-06 05:08:36 UTC|4 BUILD_DATE=2021-07-06T01:07:41-04:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=0c0ab9ba-ls45 /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-07-06 05:08:36 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-07-06 05:08:36 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-07-06 05:08:36 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-07-06 05:08:37 UTC/bin/sh -c #(nop) COPY file:c710591f183e7267053fbdafe19c237ce17046dcd18de0bcc183523952c1487d in /etc/apt/
2021-07-06 05:08:56 UTC|5 BUILD_DATE=2021-07-06T01:07:41-04:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=0c0ab9ba-ls45 /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 "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-07-06 05:08:56 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-07-06 05:08:56 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-07-06 05:08:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-06 05:08:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-06T01:07:41-04:00
2021-07-06 05:08:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-07-06 05:08:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-07-06 05:08:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-06 05:08:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=78c4034314cd552bb31eb791da0eccfe5591758c
2021-07-06 05:08:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=78c4034314cd552bb31eb791da0eccfe5591758c
2021-07-06 05:08:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-07-06 05:08:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-07-06 05:08:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-07-06 05:08:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-06 05:08:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0c0ab9ba-ls45
2021-07-06 15:03:05 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-07-06 15:06:46 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** install apt-transport-https ****" && apt-get update && apt-get install -y apt-transport-https && echo "**** add mono repository ****" && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && echo "deb http://download.mono-project.com/repo/ubuntu stable-focal main" | tee /etc/apt/sources.list.d/mono-official.list && echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests ca-certificates-mono libcurl4-openssl-dev mono-devel mono-vbnc && echo "**** clean up ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-07-06 15:06:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-06 15:06:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-06T15:02:05+00:00
2021-07-06 15:06:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-mono image by linuxserver.io
2021-07-06 15:06:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-mono
2021-07-06 15:06:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-06 15:06:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e993af44a8ea50a37fb12f21ca552df9dfd73fc7
2021-07-06 15:06:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e993af44a8ea50a37fb12f21ca552df9dfd73fc7
2021-07-06 15:06:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-mono
2021-07-06 15:06:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-mono
2021-07-06 15:06:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-mono/packages
2021-07-06 15:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-06 15:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4059efaf-ls45
2021-07-09 10:17:32 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-07-09 10:17:33 UTC/bin/sh -c #(nop) ARG VERSION
2021-07-09 10:17:33 UTC/bin/sh -c #(nop) ARG DUPLICATI_RELEASE
2021-07-09 10:17:34 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v2.0.5.114-2.0.5.114_canary_2021-03-10-ls56 Build-date:- 2021-07-09T10:15:18+00:00
2021-07-09 10:17:34 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-07-09 10:17:35 UTC/bin/sh -c #(nop) ENV HOME=/config
2021-07-09 10:18:13 UTC|3 BUILD_DATE=2021-07-09T10:15:18+00:00 DUPLICATI_RELEASE=v2.0.5.114-2.0.5.114_canary_2021-03-10 VERSION=v2.0.5.114-2.0.5.114_canary_2021-03-10-ls56 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y jq rclone unzip && echo "**** install duplicati ****" && if [ -z ${DUPLICATI_RELEASE+x} ]; then DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" | jq -r 'first(.[] | select(.tag_name | contains("canary"))) | .tag_name'); fi && mkdir -p /app/duplicati && duplicati_url=$(curl -s https://api.github.com/repos/duplicati/duplicati/releases/tags/"${DUPLICATI_RELEASE}" |jq -r '.assets[].browser_download_url' |grep zip |grep -v signatures) && curl -o /tmp/duplicati.zip -L "${duplicati_url}" && unzip -q /tmp/duplicati.zip -d /app/duplicati && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-07-09 10:18:15 UTC/bin/sh -c #(nop) COPY dir:91265c1062c236bb4d47073a1be622c2eb5990b5414467581edcca59e554e0d7 in /
2021-07-09 10:18:16 UTC/bin/sh -c #(nop) EXPOSE 8200
2021-07-09 10:18:17 UTC/bin/sh -c #(nop) VOLUME [/backups /config /source]
2021-07-09 10:18:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-09 10:18:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-09T10:15:18+00:00
2021-07-09 10:18:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Duplicati](https://www.duplicati.com/) works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.
2021-07-09 10:18:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-duplicati
2021-07-09 10:18:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-09 10:18:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=83b5cf65af413161fd5741d3023622b2f1f403ec
2021-07-09 10:18:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=83b5cf65af413161fd5741d3023622b2f1f403ec
2021-07-09 10:18:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-duplicati
2021-07-09 10:18:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Duplicati
2021-07-09 10:18:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-duplicati/packages
2021-07-09 10:18:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-09 10:18:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v2.0.5.114-2.0.5.114_canary_2021-03-10-ls56
2021-07-09 10:18:26 UTC
189 MB
/config
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
[#000] sha256:463e302a4336239c23b202eab98ddce56b7f580cfa686b7c05dbb079630dd625 - 12.17% (22.9 MB)
[#001] sha256:1380f5e153d22205eb564cd2d8fadcbf8fa0553ba43cf1908d140a1b407b9521 - 1.14% (2.15 MB)
[#002] sha256:b40c06c457523156a08c11cd1bf8e5dd000357482b47cd5d8161d0b96398e814 - 1.1% (2.07 MB)
[#003] sha256:7fe52eb7dbd34522598c683ea9a075cde2b7f14d0f31b844277443e55960a63e - 0.0% (408 Bytes)
[#004] sha256:64c656819834061373ff17c5537918b193038699343e0eee3001425e8b025aea - 0.0% (275 Bytes)
[#005] sha256:5bd20e1ece5dd286698fbacbc2ce8bb6023e62760416e5102adafaa1dfd3b784 - 8.71% (16.4 MB)
[#006] sha256:2dc4f13a8d676f77b8ab1acee52c21496c92283555610a1163effc0b562e5188 - 0.0% (2.85 KB)
[#007] sha256:f4258f24940cd2cddac04ca4d3ff5296cd1c5ba37c439a6c628046420a9ff30d - 49.06% (92.5 MB)
[#008] sha256:14766a49734241e12e5b7d9a0c783303d10b022900e520302bdb5600d349dd1c - 27.83% (52.5 MB)
[#009] sha256:96d3c6848aedfd0b4aec35337e5ab11ac6572020b61e43a1435ca5b9e61dcb73 - 0.0% (424 Bytes)
/bin/sh -c #(nop) COPY dir:5ff97030670dca2685f6aae66634ce550ccc7694ea41edde72ae75ff08e3d69a in /
2021-07-06 05:08:43 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-07-06 05:08:43 UTC/bin/sh -c #(nop) ARG VERSION
2021-07-06 05:08:44 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0c0ab9ba-ls45 Build-date:- 2021-07-06T01:07:41-04:00
2021-07-06 05:08:45 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-07-06 05:08:46 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-07-06 05:08:47 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-07-06 05:08:50 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-07-06 05:08:51 UTC|4 BUILD_DATE=2021-07-06T01:07:41-04:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=0c0ab9ba-ls45 /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-07-06 05:08:52 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-07-06 05:08:52 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-07-06 05:08:53 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-07-06 05:08:55 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-07-06 05:09:21 UTC|5 BUILD_DATE=2021-07-06T01:07:41-04:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=0c0ab9ba-ls45 /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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-07-06 05:09:22 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-07-06 05:09:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-07-06 05:09:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-06 05:09:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-06T01:07:41-04:00
2021-07-06 05:09:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-07-06 05:09:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-07-06 05:09:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-06 05:09:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=78c4034314cd552bb31eb791da0eccfe5591758c
2021-07-06 05:09:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=78c4034314cd552bb31eb791da0eccfe5591758c
2021-07-06 05:09:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-07-06 05:09:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-07-06 05:09:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-07-06 05:09:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-06 05:09:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0c0ab9ba-ls45
2021-07-06 15:03:09 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-07-06 15:07:14 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** install apt-transport-https ****" && apt-get update && apt-get install -y apt-transport-https && echo "**** add mono repository ****" && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && echo "deb http://download.mono-project.com/repo/ubuntu stable-focal main" | tee /etc/apt/sources.list.d/mono-official.list && echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests ca-certificates-mono libcurl4-openssl-dev mono-devel mono-vbnc && echo "**** clean up ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-07-06 15:07:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-06 15:07:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-06T15:02:05+00:00
2021-07-06 15:07:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-mono image by linuxserver.io
2021-07-06 15:07:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-mono
2021-07-06 15:07:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-06 15:07:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e993af44a8ea50a37fb12f21ca552df9dfd73fc7
2021-07-06 15:07:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e993af44a8ea50a37fb12f21ca552df9dfd73fc7
2021-07-06 15:07:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-mono
2021-07-06 15:07:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-mono
2021-07-06 15:07:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-mono/packages
2021-07-06 15:07:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-06 15:07:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4059efaf-ls45
2021-07-09 10:17:52 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-07-09 10:17:53 UTC/bin/sh -c #(nop) ARG VERSION
2021-07-09 10:17:53 UTC/bin/sh -c #(nop) ARG DUPLICATI_RELEASE
2021-07-09 10:17:53 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v2.0.5.114-2.0.5.114_canary_2021-03-10-ls56 Build-date:- 2021-07-09T10:15:18+00:00
2021-07-09 10:17:54 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-07-09 10:17:54 UTC/bin/sh -c #(nop) ENV HOME=/config
2021-07-09 10:18:21 UTC|3 BUILD_DATE=2021-07-09T10:15:18+00:00 DUPLICATI_RELEASE=v2.0.5.114-2.0.5.114_canary_2021-03-10 VERSION=v2.0.5.114-2.0.5.114_canary_2021-03-10-ls56 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y jq rclone unzip && echo "**** install duplicati ****" && if [ -z ${DUPLICATI_RELEASE+x} ]; then DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" | jq -r 'first(.[] | select(.tag_name | contains("canary"))) | .tag_name'); fi && mkdir -p /app/duplicati && duplicati_url=$(curl -s https://api.github.com/repos/duplicati/duplicati/releases/tags/"${DUPLICATI_RELEASE}" |jq -r '.assets[].browser_download_url' |grep zip |grep -v signatures) && curl -o /tmp/duplicati.zip -L "${duplicati_url}" && unzip -q /tmp/duplicati.zip -d /app/duplicati && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-07-09 10:18:22 UTC/bin/sh -c #(nop) COPY dir:9e3802a77ea6271f22547a57a70f4094b02e3a16c00b9acb04b944b8995ca2eb in /
2021-07-09 10:18:22 UTC/bin/sh -c #(nop) EXPOSE 8200
2021-07-09 10:18:22 UTC/bin/sh -c #(nop) VOLUME [/backups /config /source]
2021-07-09 10:18:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-09 10:18:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-09T10:15:18+00:00
2021-07-09 10:18:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Duplicati](https://www.duplicati.com/) works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.
2021-07-09 10:18:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-duplicati
2021-07-09 10:18:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-09 10:18:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=83b5cf65af413161fd5741d3023622b2f1f403ec
2021-07-09 10:18:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=83b5cf65af413161fd5741d3023622b2f1f403ec
2021-07-09 10:18:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-duplicati
2021-07-09 10:18:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Duplicati
2021-07-09 10:18:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-duplicati/packages
2021-07-09 10:18:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-09 10:18:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v2.0.5.114-2.0.5.114_canary_2021-03-10-ls56
2021-07-09 10:18:30 UTC
214 MB
/config
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
[#000] sha256:612075a3e4ebf1254dae65e1bb81a67d6ad7129003504da73f06a5ca1549ca70 - 12.12% (25.9 MB)
[#001] sha256:add7b0e54e7da89da219fa5ea3e7f287250f1f0e823e6f1155e492f477c4f8d6 - 1.0% (2.15 MB)
[#002] sha256:274262e43e2aee6a7c6de365f7bf5f1df4270652a77a9c1d1c2e6f0c66f496bd - 0.98% (2.09 MB)
[#003] sha256:e0eae84f19eb95843c5cf11d9dab091e2f4985f5c2aaa04f4d790dc2210192a7 - 0.0% (408 Bytes)
[#004] sha256:8cd52f386a21b587e696489adda4185cfb3cf78d57c797764e1e6f84586ba977 - 0.0% (274 Bytes)
[#005] sha256:b53b776055d4cc2a3adde9524a20370cb7ccef6c4dafd6e4d4cd9d99c288a31b - 8.36% (17.9 MB)
[#006] sha256:9bfb48c6b71965f31bbc79f850e6491842e006cfd922f91aa7533a2b6f1d6f5e - 0.0% (2.85 KB)
[#007] sha256:048882a63723c74a488f136a434ce5d3e70e1dcdda30a8d8a3a60e7bcba0d188 - 53.1% (114 MB)
[#008] sha256:e0ce19a17faa7c085a1d7334a318b6fb4ad90af529cb39c9179e5c9381070c72 - 24.44% (52.2 MB)
[#009] sha256:42800fed8e36e08eb93e674483b63a41e250298126fd568a8cee9a9a3264a674 - 0.0% (396 Bytes)
/bin/sh -c #(nop) COPY dir:c57abaeaffd7fd3b81c04c120b6c0b41618edd71c540ae542858eddddf21c5dd in /
2021-07-06 05:08:42 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-07-06 05:08:43 UTC/bin/sh -c #(nop) ARG VERSION
2021-07-06 05:08:44 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0c0ab9ba-ls45 Build-date:- 2021-07-06T01:07:41-04:00
2021-07-06 05:08:45 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-07-06 05:08:46 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-07-06 05:08:47 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-07-06 05:08:49 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-07-06 05:08:49 UTC|4 BUILD_DATE=2021-07-06T01:07:41-04:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=0c0ab9ba-ls45 /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-07-06 05:08:51 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-07-06 05:08:51 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-07-06 05:08:52 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-07-06 05:08:54 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-07-06 05:09:21 UTC|5 BUILD_DATE=2021-07-06T01:07:41-04:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=0c0ab9ba-ls45 /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-07-06 05:09:22 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-07-06 05:09:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-07-06 05:09:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-06 05:09:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-06T01:07:41-04:00
2021-07-06 05:09:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-07-06 05:09:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-07-06 05:09:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-06 05:09:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=78c4034314cd552bb31eb791da0eccfe5591758c
2021-07-06 05:09:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=78c4034314cd552bb31eb791da0eccfe5591758c
2021-07-06 05:09:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-07-06 05:09:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-07-06 05:09:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-07-06 05:09:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-06 05:09:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=0c0ab9ba-ls45
2021-07-06 15:03:14 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-07-06 15:04:43 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** install apt-transport-https ****" && apt-get update && apt-get install -y apt-transport-https && echo "**** add mono repository ****" && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && echo "deb http://download.mono-project.com/repo/ubuntu stable-focal main" | tee /etc/apt/sources.list.d/mono-official.list && echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests ca-certificates-mono libcurl4-openssl-dev mono-devel mono-vbnc && echo "**** clean up ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-07-06 15:04:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-06 15:04:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-06T15:02:05+00:00
2021-07-06 15:04:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-mono image by linuxserver.io
2021-07-06 15:04:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-mono
2021-07-06 15:04:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-06 15:04:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e993af44a8ea50a37fb12f21ca552df9dfd73fc7
2021-07-06 15:04:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e993af44a8ea50a37fb12f21ca552df9dfd73fc7
2021-07-06 15:04:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-mono
2021-07-06 15:04:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-mono
2021-07-06 15:04:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-mono/packages
2021-07-06 15:04:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-06 15:04:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4059efaf-ls45
2021-07-09 10:17:57 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-07-09 10:17:57 UTC/bin/sh -c #(nop) ARG VERSION
2021-07-09 10:17:58 UTC/bin/sh -c #(nop) ARG DUPLICATI_RELEASE
2021-07-09 10:17:59 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v2.0.5.114-2.0.5.114_canary_2021-03-10-ls56 Build-date:- 2021-07-09T10:15:18+00:00
2021-07-09 10:18:00 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-07-09 10:18:01 UTC/bin/sh -c #(nop) ENV HOME=/config
2021-07-09 10:18:16 UTC|3 BUILD_DATE=2021-07-09T10:15:18+00:00 DUPLICATI_RELEASE=v2.0.5.114-2.0.5.114_canary_2021-03-10 VERSION=v2.0.5.114-2.0.5.114_canary_2021-03-10-ls56 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y jq rclone unzip && echo "**** install duplicati ****" && if [ -z ${DUPLICATI_RELEASE+x} ]; then DUPLICATI_RELEASE=$(curl -sX GET "https://api.github.com/repos/duplicati/duplicati/releases" | jq -r 'first(.[] | select(.tag_name | contains("canary"))) | .tag_name'); fi && mkdir -p /app/duplicati && duplicati_url=$(curl -s https://api.github.com/repos/duplicati/duplicati/releases/tags/"${DUPLICATI_RELEASE}" |jq -r '.assets[].browser_download_url' |grep zip |grep -v signatures) && curl -o /tmp/duplicati.zip -L "${duplicati_url}" && unzip -q /tmp/duplicati.zip -d /app/duplicati && echo "**** cleanup ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-07-09 10:18:17 UTC/bin/sh -c #(nop) COPY dir:91265c1062c236bb4d47073a1be622c2eb5990b5414467581edcca59e554e0d7 in /
2021-07-09 10:18:17 UTC/bin/sh -c #(nop) EXPOSE 8200
2021-07-09 10:18:18 UTC/bin/sh -c #(nop) VOLUME [/backups /config /source]
2021-07-09 10:18:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-07-09 10:18:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-07-09T10:15:18+00:00
2021-07-09 10:18:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Duplicati](https://www.duplicati.com/) works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive & S3, Google Drive, box.com, Mega, hubiC and many others.
2021-07-09 10:18:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-duplicati
2021-07-09 10:18:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-07-09 10:18:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=83b5cf65af413161fd5741d3023622b2f1f403ec
2021-07-09 10:18:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=83b5cf65af413161fd5741d3023622b2f1f403ec
2021-07-09 10:18:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-duplicati
2021-07-09 10:18:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Duplicati
2021-07-09 10:18:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-duplicati/packages
2021-07-09 10:18:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-07-09 10:18:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v2.0.5.114-2.0.5.114_canary_2021-03-10-ls56
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.