2021-09-03 10:01:42 UTC
206 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:a4b17154d05c932b21b7cdd6b579d6ef567aca6835cff962a2e0c1d2a9165998 - 12.35% (25.5 MB)
[#001] sha256:c7ff377c8f0e62ad71772b7ada6d810af0b228640a1c070a2b3a1011e7fb541e - 0.87% (1.8 MB)
[#002] sha256:88131ef24a5930b98f9881249bcefc25358b28ae47ad7a426557b74c06c7ee4e - 0.84% (1.74 MB)
[#003] sha256:09b672fe9651ad18a0ed1bcbaaaace735417b4b2f132dae344bd7f18ee8f0d3a - 0.0% (437 Bytes)
[#004] sha256:c7c14754c8b7d5c9bef1e79966f5baec73855efaf5ab3075eb476124b70b8ef8 - 0.0% (273 Bytes)
[#005] sha256:cbe36a4b8c60d99691e2cc283eaee5f21d3cc68b89671331aeeafa85090bc8be - 5.46% (11.3 MB)
[#006] sha256:f330b60e77823a4c8c478c891832b295db2f7941ae3cf3cc2020cf3854902722 - 0.0% (2.68 KB)
[#007] sha256:1c87c9659d4ca12d9c6d284bac68cb84ff59b52ddd8f32352cfcaca03a21a233 - 60.78% (125 MB)
[#008] sha256:47bbe9ecf3e76961a5ee67984ab4b8f4a9f86f7dfabc53810027a4ad889cad1e - 19.69% (40.6 MB)
[#009] sha256:5ab8eb994741b1be5040d65cb06a09d9fd1ed52cf6d4d208a16855beb8312ea2 - 0.0% (423 Bytes)
/bin/sh -c #(nop) COPY dir:9b43153b35e39364c573786e844e822d1f6bd0f8917df4951fa96bf38a0bfa9d in /
2021-08-31 05:00:40 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-31 05:00:41 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-31 05:00:41 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 292be68c-ls32 Build-date:- 2021-08-31T06:59:46+02:00
2021-08-31 05:00:41 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-08-31 05:00:41 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-08-31 05:00:41 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-08-31 05:00:42 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-08-31 05:00:43 UTC|4 BUILD_DATE=2021-08-31T06:59:46+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=292be68c-ls32 /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-08-31 05:00:43 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-08-31 05:00:43 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-31 05:00:44 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-08-31 05:00:44 UTC/bin/sh -c #(nop) COPY file:a0afddf6c2c99dee6409f51005a22f49cffa569aa0e8ad133ed14c730847fd57 in /etc/apt/
2021-08-31 05:01:11 UTC|5 BUILD_DATE=2021-08-31T06:59:46+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=292be68c-ls32 /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 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-08-31 05:01:12 UTC/bin/sh -c #(nop) COPY dir:cb9ba3aa440724b5b453f72778115b13456a7e4d550aac2ffd098255484c4bc1 in /
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-31T06:59:46+02:00
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=84d2a1cd2bed8b8f586a6ba9134e10250d0943d7
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=84d2a1cd2bed8b8f586a6ba9134e10250d0943d7
2021-08-31 05:01:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-08-31 05:01:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-08-31 05:01:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-08-31 05:01:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-31 05:01:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=292be68c-ls32
2021-08-31 14:57:20 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-31 14:59:53 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** install apt-transport-https ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests gnupg 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 bionic/snapshots/5.20 main" | tee /etc/apt/sources.list.d/mono-official.list && echo "**** add mediaarea repository ****" && curl -L "https://mediaarea.net/repo/deb/repo-mediaarea_1.0-12_all.deb" -o /tmp/key.deb && dpkg -i /tmp/key.deb && echo "deb https://mediaarea.net/repo/deb/ubuntu bionic main" | tee /etc/apt/sources.list.d/mediaarea.list && echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests bzip2 ca-certificates-mono libcurl4-openssl-dev mediainfo mono-devel mono-vbnc python sqlite3 unzip && echo "**** clean up ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-08-31 14:59:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-31T16:56:31+02:00
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-mono image by linuxserver.io
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-mono
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=39c2f220ae8976d398d8460e98ddcd2e416b96fb
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=39c2f220ae8976d398d8460e98ddcd2e416b96fb
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-mono
2021-08-31 14:59:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-mono
2021-08-31 14:59:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-mono/packages
2021-08-31 14:59:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-31 14:59:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8bc5d6a0-ls32
2021-09-03 10:01:28 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-09-03 10:01:28 UTC/bin/sh -c #(nop) ARG VERSION
2021-09-03 10:01:28 UTC/bin/sh -c #(nop) ARG DUPLICATI_RELEASE
2021-09-03 10:01:28 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v2.0.6.3-2.0.6.3_beta_2021-06-17-ls110 Build-date:- 2021-09-03T12:00:42+02:00
2021-09-03 10:01:28 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2021-09-03 10:01:28 UTC/bin/sh -c #(nop) ENV HOME=/config
2021-09-03 10:01:40 UTC|3 BUILD_DATE=2021-09-03T12:00:42+02:00 DUPLICATI_RELEASE=v2.0.6.3-2.0.6.3_beta_2021-06-17 VERSION=v2.0.6.3-2.0.6.3_beta_2021-06-17-ls110 /bin/sh -c echo "**** install jq ****" && apt-get update && apt-get install -y jq && 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("beta"))) | .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-09-03 10:01:40 UTC/bin/sh -c #(nop) COPY dir:91265c1062c236bb4d47073a1be622c2eb5990b5414467581edcca59e554e0d7 in /
2021-09-03 10:01:40 UTC/bin/sh -c #(nop) EXPOSE 8200
2021-09-03 10:01:40 UTC/bin/sh -c #(nop) VOLUME [/backups /config /source]
2021-09-03 10:01:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-09-03 10:01:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-09-03T12:00:42+02:00
2021-09-03 10:01:41 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-09-03 10:01:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-duplicati
2021-09-03 10:01:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-09-03 10:01:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=0dcf0950208a546547eadb486e3c998b53de590f
2021-09-03 10:01:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=0dcf0950208a546547eadb486e3c998b53de590f
2021-09-03 10:01:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-duplicati
2021-09-03 10:01:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Duplicati
2021-09-03 10:01:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-duplicati/packages
2021-09-03 10:01:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-09-03 10:01:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v2.0.6.3-2.0.6.3_beta_2021-06-17-ls110
2021-09-03 10:02:21 UTC
180 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:72a9ca799deadf4b16b0a7f770ebeca0a4f4ef56da234e04d3171fdc6df72db8 - 11.84% (21.3 MB)
[#001] sha256:683de50cb0ea4dc94e758064da3120da12680db3e6cffeb2f80fc44a5049912f - 1.2% (2.15 MB)
[#002] sha256:5a3a8dce6b6acb8b6741f49efeb09df3a11ee85ca0fff62d035be63fb51c4669 - 1.16% (2.08 MB)
[#003] sha256:10f6c5920b48bbe241d5f5eb4fce918398e37a9a40bc72f670a8308dd3827190 - 0.0% (411 Bytes)
[#004] sha256:32be19358eea687a983bc08ebec246ea480d85329f4733fed27646b4142b77c8 - 0.0% (277 Bytes)
[#005] sha256:cb7c305cdef2189c10dad3e4b2cd8fa40eaa729787bc08f140c09dd521171afd - 6.56% (11.8 MB)
[#006] sha256:e461b9a28eded94e17d430c7e0608a8ed14e957824f5ee1b1b2759ee02d771ac - 0.0% (2.68 KB)
[#007] sha256:d80ecaee527e199a505d7470b75691f36719530d1e5799539e691729a71088dc - 56.79% (102 MB)
[#008] sha256:bd4b63d4c73bffb70e719c8313ddc0ab2dfcb7f500676e4c1a4f56a2dd6506ae - 22.45% (40.3 MB)
[#009] sha256:6f660b27baa3808e6ef6f21455adac5f9b2d9daa7c6a38b2ec2c516028fdb652 - 0.0% (397 Bytes)
/bin/sh -c #(nop) COPY dir:7cc6ea9129918388ff0cde805250cc9ed5910f25c60f5c5e49bd383d49c4e804 in /
2021-08-31 05:00:58 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-31 05:00:59 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-31 05:01:00 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 292be68c-ls32 Build-date:- 2021-08-31T06:59:46+02:00
2021-08-31 05:01:01 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-08-31 05:01:02 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-08-31 05:01:03 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-08-31 05:01:05 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-08-31 05:01:06 UTC|4 BUILD_DATE=2021-08-31T06:59:46+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=292be68c-ls32 /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-08-31 05:01:07 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-08-31 05:01:07 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-31 05:01:08 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-08-31 05:01:10 UTC/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/
2021-08-31 05:01:35 UTC|5 BUILD_DATE=2021-08-31T06:59:46+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=292be68c-ls32 /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 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-08-31 05:01:36 UTC/bin/sh -c #(nop) COPY dir:cb9ba3aa440724b5b453f72778115b13456a7e4d550aac2ffd098255484c4bc1 in /
2021-08-31 05:01:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-08-31 05:01:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-31 05:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-31T06:59:46+02:00
2021-08-31 05:01:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-08-31 05:01:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-08-31 05:01:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-31 05:01:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=84d2a1cd2bed8b8f586a6ba9134e10250d0943d7
2021-08-31 05:01:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=84d2a1cd2bed8b8f586a6ba9134e10250d0943d7
2021-08-31 05:01:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-08-31 05:01:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-08-31 05:01:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-08-31 05:01:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-31 05:01:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=292be68c-ls32
2021-08-31 14:57:35 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-31 14:59:24 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** install apt-transport-https ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests gnupg 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 bionic/snapshots/5.20 main" | tee /etc/apt/sources.list.d/mono-official.list && echo "**** add mediaarea repository ****" && curl -L "https://mediaarea.net/repo/deb/repo-mediaarea_1.0-12_all.deb" -o /tmp/key.deb && dpkg -i /tmp/key.deb && echo "deb https://mediaarea.net/repo/deb/ubuntu bionic main" | tee /etc/apt/sources.list.d/mediaarea.list && echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests bzip2 ca-certificates-mono libcurl4-openssl-dev mediainfo mono-devel mono-vbnc python sqlite3 unzip && echo "**** clean up ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-08-31 14:59:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-31 14:59:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-31T16:56:31+02:00
2021-08-31 14:59:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-mono image by linuxserver.io
2021-08-31 14:59:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-mono
2021-08-31 14:59:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-31 14:59:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=39c2f220ae8976d398d8460e98ddcd2e416b96fb
2021-08-31 14:59:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=39c2f220ae8976d398d8460e98ddcd2e416b96fb
2021-08-31 14:59:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-mono
2021-08-31 14:59:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-mono
2021-08-31 14:59:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-mono/packages
2021-08-31 14:59:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-31 14:59:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8bc5d6a0-ls32
2021-09-03 10:01:48 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-09-03 10:01:48 UTC/bin/sh -c #(nop) ARG VERSION
2021-09-03 10:01:49 UTC/bin/sh -c #(nop) ARG DUPLICATI_RELEASE
2021-09-03 10:01:50 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v2.0.6.3-2.0.6.3_beta_2021-06-17-ls110 Build-date:- 2021-09-03T12:00:42+02:00
2021-09-03 10:01:51 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2021-09-03 10:01:52 UTC/bin/sh -c #(nop) ENV HOME=/config
2021-09-03 10:02:07 UTC|3 BUILD_DATE=2021-09-03T12:00:42+02:00 DUPLICATI_RELEASE=v2.0.6.3-2.0.6.3_beta_2021-06-17 VERSION=v2.0.6.3-2.0.6.3_beta_2021-06-17-ls110 /bin/sh -c echo "**** install jq ****" && apt-get update && apt-get install -y jq && 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("beta"))) | .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-09-03 10:02:08 UTC/bin/sh -c #(nop) COPY dir:91265c1062c236bb4d47073a1be622c2eb5990b5414467581edcca59e554e0d7 in /
2021-09-03 10:02:09 UTC/bin/sh -c #(nop) EXPOSE 8200
2021-09-03 10:02:10 UTC/bin/sh -c #(nop) VOLUME [/backups /config /source]
2021-09-03 10:02:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-09-03 10:02:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-09-03T12:00:42+02:00
2021-09-03 10:02:13 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-09-03 10:02:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-duplicati
2021-09-03 10:02:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-09-03 10:02:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=0dcf0950208a546547eadb486e3c998b53de590f
2021-09-03 10:02:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=0dcf0950208a546547eadb486e3c998b53de590f
2021-09-03 10:02:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-duplicati
2021-09-03 10:02:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Duplicati
2021-09-03 10:02:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-duplicati/packages
2021-09-03 10:02:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-09-03 10:02:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v2.0.6.3-2.0.6.3_beta_2021-06-17-ls110
2021-09-03 10:02:19 UTC
201 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:2dea2b7f4b1dc4e3b24a71d690ea585a1b9faed9140a7f51aea57924fd01cf08 - 11.25% (22.6 MB)
[#001] sha256:b9f85798b687558fb7619d0b16d3193a36a5154c70b8d11791e0daa921259a95 - 1.07% (2.15 MB)
[#002] sha256:69c7bac021e06f697279315070ddafc20b385f92452a3b631dbb4ac40ea12a45 - 1.04% (2.1 MB)
[#003] sha256:4c4beeeb5e788ae10f7977798ab7caeed042221fc072b46bceb0326394b144d6 - 0.0% (413 Bytes)
[#004] sha256:1473b6f77ee1a6be2b76233abf593343bfca92490eb96e7b45d040f4be6bb205 - 0.0% (279 Bytes)
[#005] sha256:979d2bb290cdcbcc4eea289e6856abdc3a79f06025aaa4aa5349a232f211c148 - 6.13% (12.3 MB)
[#006] sha256:469bf5b6f4e5840aa62012606fccecb63325058e3d149e88528c453cdcede18b - 0.0% (2.68 KB)
[#007] sha256:46ebf526dae54f3e4acb254b67404a8bfc2dbc4ef1dab3ca12f819db7c41bf0c - 60.45% (122 MB)
[#008] sha256:a2b97e9c505b17471b62658cb3b7594a33994cc3314864c13af44a48b4bc9cfa - 20.05% (40.3 MB)
[#009] sha256:1508ae99608aac0d2b48238f52fa6cf708bd623037092cdb2d27ea9bc8e4ac25 - 0.0% (396 Bytes)
/bin/sh -c #(nop) COPY dir:33a75622ad50190db95768f7a12fd3dc38e57ca54ff9246f5232ed800f483a5c in /
2021-08-31 05:00:47 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-31 05:00:47 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-31 05:00:48 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 292be68c-ls32 Build-date:- 2021-08-31T06:59:46+02:00
2021-08-31 05:00:49 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-08-31 05:00:50 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-08-31 05:00:51 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-08-31 05:00:53 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-08-31 05:00:54 UTC|4 BUILD_DATE=2021-08-31T06:59:46+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=292be68c-ls32 /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-08-31 05:00:55 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-08-31 05:00:55 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-31 05:00:56 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-08-31 05:00:58 UTC/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/
2021-08-31 05:01:21 UTC|5 BUILD_DATE=2021-08-31T06:59:46+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=292be68c-ls32 /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 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-08-31 05:01:22 UTC/bin/sh -c #(nop) COPY dir:cb9ba3aa440724b5b453f72778115b13456a7e4d550aac2ffd098255484c4bc1 in /
2021-08-31 05:01:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-08-31 05:01:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-31 05:01:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-31T06:59:46+02:00
2021-08-31 05:01:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-08-31 05:01:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-08-31 05:01:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-31 05:01:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=84d2a1cd2bed8b8f586a6ba9134e10250d0943d7
2021-08-31 05:01:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=84d2a1cd2bed8b8f586a6ba9134e10250d0943d7
2021-08-31 05:01:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-08-31 05:01:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-08-31 05:01:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-08-31 05:01:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-31 05:01:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=292be68c-ls32
2021-08-31 14:57:23 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-31 14:58:54 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** install apt-transport-https ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests gnupg 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 bionic/snapshots/5.20 main" | tee /etc/apt/sources.list.d/mono-official.list && echo "**** add mediaarea repository ****" && curl -L "https://mediaarea.net/repo/deb/repo-mediaarea_1.0-12_all.deb" -o /tmp/key.deb && dpkg -i /tmp/key.deb && echo "deb https://mediaarea.net/repo/deb/ubuntu bionic main" | tee /etc/apt/sources.list.d/mediaarea.list && echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests bzip2 ca-certificates-mono libcurl4-openssl-dev mediainfo mono-devel mono-vbnc python sqlite3 unzip && echo "**** clean up ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-08-31 14:58:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-31 14:58:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-31T16:56:31+02:00
2021-08-31 14:58:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-mono image by linuxserver.io
2021-08-31 14:58:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-mono
2021-08-31 14:58:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-31 14:58:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=39c2f220ae8976d398d8460e98ddcd2e416b96fb
2021-08-31 14:59:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=39c2f220ae8976d398d8460e98ddcd2e416b96fb
2021-08-31 14:59:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-mono
2021-08-31 14:59:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-mono
2021-08-31 14:59:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-mono/packages
2021-08-31 14:59:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-31 14:59:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8bc5d6a0-ls32
2021-09-03 10:01:48 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-09-03 10:01:48 UTC/bin/sh -c #(nop) ARG VERSION
2021-09-03 10:01:49 UTC/bin/sh -c #(nop) ARG DUPLICATI_RELEASE
2021-09-03 10:01:50 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v2.0.6.3-2.0.6.3_beta_2021-06-17-ls110 Build-date:- 2021-09-03T12:00:42+02:00
2021-09-03 10:01:51 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2021-09-03 10:01:52 UTC/bin/sh -c #(nop) ENV HOME=/config
2021-09-03 10:02:05 UTC|3 BUILD_DATE=2021-09-03T12:00:42+02:00 DUPLICATI_RELEASE=v2.0.6.3-2.0.6.3_beta_2021-06-17 VERSION=v2.0.6.3-2.0.6.3_beta_2021-06-17-ls110 /bin/sh -c echo "**** install jq ****" && apt-get update && apt-get install -y jq && 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("beta"))) | .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-09-03 10:02:06 UTC/bin/sh -c #(nop) COPY dir:91265c1062c236bb4d47073a1be622c2eb5990b5414467581edcca59e554e0d7 in /
2021-09-03 10:02:07 UTC/bin/sh -c #(nop) EXPOSE 8200
2021-09-03 10:02:07 UTC/bin/sh -c #(nop) VOLUME [/backups /config /source]
2021-09-03 10:02:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-09-03 10:02:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-09-03T12:00:42+02:00
2021-09-03 10:02:10 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-09-03 10:02:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-duplicati
2021-09-03 10:02:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-09-03 10:02:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=0dcf0950208a546547eadb486e3c998b53de590f
2021-09-03 10:02:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=0dcf0950208a546547eadb486e3c998b53de590f
2021-09-03 10:02:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-duplicati
2021-09-03 10:02:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Duplicati
2021-09-03 10:02:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-duplicati/packages
2021-09-03 10:02:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-09-03 10:02:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v2.0.6.3-2.0.6.3_beta_2021-06-17-ls110
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.