Namespace
linuxserver
Image / Tag
duplicati:arm32v7-development-v2.0.6.104-2.0.6.104_canary_2022-06-15-ls105
Content Digest
sha256:02eab4c93606d597e4dd4f3810c7b7a416f609cee510545c294f4dcf4da21f22
Details
Created

2022-12-16 05:03:06 -0500

Size

43.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v2.0.6.104-2.0.6.104_canary_2022-06-15-ls105 Build-date:- 2022-12-16T11:01:49+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-12-16T11:01:49+01:00
  • 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.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-duplicati
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    c2f7de6a560949146e49c5ffc73971e18f771ba3
  • org.opencontainers.image.revision
    c2f7de6a560949146e49c5ffc73971e18f771ba3
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-duplicati
  • org.opencontainers.image.title
    Duplicati
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-duplicati/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    v2.0.6.104-2.0.6.104_canary_2022-06-15-ls105

Environment
HOME

/config

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

PATH

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

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

TERM

xterm


Layers

[#000] sha256:7ae39cf6d286cb6171e052c7a46f701263fbd5ecd2f0373eea5d4d3e1b82090c - 58.96% (25.6 MB)

[#001] sha256:7fc16e51a3f84f3a76459525183b92687660391407b1105d452301c6a733da59 - 0.0% (277 Bytes)

[#002] sha256:50f7c599ddf0c2f589cb073a7ff62f753d22fbb965d05857330e40442c482c0a - 41.03% (17.8 MB)

[#003] sha256:428d5b3e686fba0396d7bf03760f9e42ab0eb564c61aa3b6f1dba6057a2563f8 - 0.01% (5.8 KB)

[#004] sha256:54a9522915ffdfb9571d5f0ec5cc9e9d92c3693f75caa3bde826edfd29c54124 - 0.0% (457 Bytes)


History
2022-12-13 04:50:02 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2022-12-13 04:50:02 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-12-13 04:50:02 UTC (buildkit.dockerfile.v0)

ARG VERSION

2022-12-13 04:50:02 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 2e4844b6-ls101 Build-date:- 2022-12-12T22:48:42-06:00

2022-12-13 04:50:02 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2022-12-13 04:50:02 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2022-12-13 04:50:02 UTC (buildkit.dockerfile.v0)

ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0

2022-12-13 04:50:02 UTC (buildkit.dockerfile.v0)

COPY sources.list.arm /etc/apt/sources.list # buildkit

2022-12-13 04:50:27 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2022-12-12T22:48:42-06:00 VERSION=2e4844b6-ls101 DEBIAN_FRONTEND=noninteractive /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 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 && 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 autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* # buildkit

2022-12-13 04:50:28 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2022-12-13 04:50:28 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2022-12-16 05:03:06 -0500 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2022-12-16 05:03:06 -0500 (buildkit.dockerfile.v0)

ARG VERSION

2022-12-16 05:03:06 -0500 (buildkit.dockerfile.v0)

ARG DUPLICATI_RELEASE

2022-12-16 05:03:06 -0500 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- v2.0.6.104-2.0.6.104_canary_2022-06-15-ls105 Build-date:- 2022-12-16T11:01:49+01:00

2022-12-16 05:03:06 -0500 (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2022-12-16 05:03:06 -0500 (buildkit.dockerfile.v0)

ENV HOME=/config

2022-12-16 05:03:06 -0500 (buildkit.dockerfile.v0)

COPY /root-armhf / # buildkit

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