Namespace
linuxserver
Image / Tag
duplicati:arm64v8-v2.0.7.1-2.0.7.1_beta_2023-05-25-ls196
Content Digest
sha256:71f896b67dca887ec18723a89a11eef7c52271642f67312b002d04d0f5a2d3a4
Details
Created

2024-02-17 03:57:50 UTC

Size

248 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v2.0.7.1-2.0.7.1_beta_2023-05-25-ls196 Build-date:- 2024-02-17T03:53:20+00:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2024-02-17T03:53:20+00: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
    822af013a518284f0e9783401d2b3db4af1d4012
  • org.opencontainers.image.revision
    822af013a518284f0e9783401d2b3db4af1d4012
  • 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.7.1-2.0.7.1_beta_2023-05-25-ls196

Environment
DEBIAN_FRONTEND

noninteractive

HOME

/config

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

LSIO_FIRST_PARTY

true

PATH

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

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm

VIRTUAL_ENV

/lsiopy


Layers

[#000] sha256:428785d744b309fcb6631217ad8cb3b0e571c14a503ec6cf7c9693a9a990886d - 12.14% (30.2 MB)

[#001] sha256:972670059f5324d33a3f9c61fda932bdc227546278037973a90fc8d10c738ff1 - 0.0% (5.38 KB)

[#002] sha256:54e9902eaaa792ce5730684c9352953f302a02e000ef409ce3f57aa8f510658e - 0.0% (968 Bytes)

[#003] sha256:12d930296cfabcb17f2b2e6110144033004245a76b6b0b6ea22f79673a288381 - 0.0% (273 Bytes)

[#004] sha256:f5fd6bf68afafb14959453fd5c1f0fc1bd714d4c6174ee318fdd9e2520c2ecd7 - 6.45% (16 MB)

[#005] sha256:39758286662f0e61d4437a1cb504ce9c2eb5097faa62fa85dd5b8f32bf3c29c8 - 0.0% (3.91 KB)

[#006] sha256:eed451a8e53d262f4183ec86daa99d8b86ce875175aef8dac2893fc71fb4bfce - 81.41% (202 MB)

[#007] sha256:ae8729fead57f45b0ba312821e3e62dfabb36cd20338eecb827226cc966d0ef2 - 0.0% (796 Bytes)


History
2024-02-06 23:29:50 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2024-02-06 23:29:50 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2024-02-06 23:29:50 UTC (buildkit.dockerfile.v0)

ARG VERSION

2024-02-06 23:29:50 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2024-02-06 23:29:50 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2024-02-06 23:29:50 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 081db9ff-ls96 Build-date:- 2024-02-06T23:28:36+00:00

2024-02-06 23:29:50 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2024-02-06 23:29:50 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2024-02-06 23:29:50 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit

2024-02-06 23:29:50 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-02-06 23:29:50 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 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2024-02-06 23:29:50 UTC (buildkit.dockerfile.v0)

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

2024-02-06 23:30:11 UTC (buildkit.dockerfile.v0)

RUN |5 BUILD_DATE=2024-02-06T23:28:36+00:00 VERSION=081db9ff-ls96 MODS_VERSION=v3 PKG_INST_VERSION=v1 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 cron curl gnupg jq netcat 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 /lsiopy && 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 autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/* # buildkit

2024-02-06 23:30:11 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2024-02-06 23:30:11 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-02-17 03:57:50 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2024-02-17 03:57:50 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2024-02-17 03:57:50 UTC (buildkit.dockerfile.v0)

ARG VERSION

2024-02-17 03:57:50 UTC (buildkit.dockerfile.v0)

ARG DUPLICATI_RELEASE

2024-02-17 03:57:50 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- v2.0.7.1-2.0.7.1_beta_2023-05-25-ls196 Build-date:- 2024-02-17T03:53:20+00:00

2024-02-17 03:57:50 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2024-02-17 03:57:50 UTC (buildkit.dockerfile.v0)

ENV HOME=/config

2024-02-17 03:57:50 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2024-02-17 03:57:50 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2024-02-17T03:53:20+00:00 VERSION=v2.0.7.1-2.0.7.1_beta_2023-05-25-ls196 DUPLICATI_RELEASE=v2.0.7.1-2.0.7.1_beta_2023-05-25 /bin/sh -c 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 pockages ****" && apt-get update && apt-get install -y mono-devel mono-vbnc 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("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 ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* # buildkit

2024-02-17 03:57:50 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2024-02-17 03:57:50 UTC (buildkit.dockerfile.v0)

EXPOSE map[8200/tcp:{}]

2024-02-17 03:57:50 UTC (buildkit.dockerfile.v0)

VOLUME [/backups /config /source]

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