Namespace
linuxserver
Image / Tag
duckdns:arm64v8-version-b77052f0
Content Digest
sha256:7a9d6d918c75ac1e09a6859b17332d156490ce3164c38e9a1048ba795e660b40
Details
Created

2022-10-12 08:50:35 UTC

Size

11.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- b77052f0-ls113 Build-date:- 2022-10-12T03:49:12-05:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-10-12T03:49:12-05:00
  • org.opencontainers.image.description
    [Duckdns](https://duckdns.org/) is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-duckdns
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    7ac98526b33cbbdd821009f2230f5dc8008ffe8d
  • org.opencontainers.image.revision
    7ac98526b33cbbdd821009f2230f5dc8008ffe8d
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-duckdns
  • org.opencontainers.image.title
    Duckdns
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-duckdns/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    b77052f0-ls113

Environment
HOME

/root

PATH

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

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm


Layers

[#000] sha256:bdec5ad1d55f9d52296ed18318eed925c1a7781c266f861e90a8b713cb054028 - 47.63% (5.33 MB)

[#001] sha256:b7321b7e83dbbe672934258cca0e204684a93dda942c89de1069ead439cff755 - 0.03% (2.96 KB)

[#002] sha256:b62d3844f2e08d8f10b0fb13bf485fdce8fe689feab1db5635224cf16d6177d1 - 51.43% (5.76 MB)

[#003] sha256:565e3d5628dfeb85ed79ab9f6bbab6a0385ba6b7488aa063a58c12d3c8e60905 - 0.04% (4.48 KB)

[#004] sha256:bc9608a1d5465a056396e57ab39de05c6b758972bacc3ed5e451cf3a7855bc7a - 0.87% (99.5 KB)

[#005] sha256:426ecc1579eabfdeb25de631893ae5f17c47bb3ce7e30e14f1c357e1edb4282f - 0.01% (1.48 KB)


History
2022-10-05 17:33:47 UTC

/bin/sh -c #(nop) COPY dir:c935ae4fdd38efd542532f27dbc79e7d81e2105bca7a6f139050bc25d2822ee7 in /

2022-10-05 17:33:48 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-10-05 17:33:49 UTC

/bin/sh -c #(nop) ARG VERSION

2022-10-05 17:33:50 UTC

/bin/sh -c #(nop) ARG MODS_VERSION=v3

2022-10-05 17:33:51 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2b5f9c06-ls27 Build-date:- 2022-10-05T17:32:35+00:00

2022-10-05 17:33:52 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2022-10-05 17:33:54 UTC

/bin/sh -c #(nop) ADD 55d5f6f8d6a262378879fc62d30c0846580f591fa166bdea3205bf77efc613eb in /docker-mods

2022-10-05 17:33:54 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods

2022-10-05 17:34:00 UTC

|3 BUILD_DATE=2022-10-05T17:32:35+00:00 MODS_VERSION=v3 VERSION=2b5f9c06-ls27 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl jq procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && chmod +x /docker-mods && 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 ****" && rm -rf /tmp/*

2022-10-05 17:34:01 UTC

/bin/sh -c #(nop) COPY dir:a51c5abaf51c7ca16c37ea4afa650f25dd8a6a0376a5c53cebdc3c67f46ef8b6 in /

2022-10-05 17:34:01 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2022-10-05 17:34:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-10-05 17:34:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-05T17:32:35+00:00

2022-10-05 17:34:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2022-10-05 17:34:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2022-10-05 17:34:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-10-05 17:34:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=93731cdb690c7078efef8273afbe25efefe3fb38

2022-10-05 17:34:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=93731cdb690c7078efef8273afbe25efefe3fb38

2022-10-05 17:34:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2022-10-05 17:34:10 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2022-10-05 17:34:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2022-10-05 17:34:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-10-05 17:34:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2b5f9c06-ls27

2022-10-12 08:50:31 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2022-10-12 08:50:31 UTC

/bin/sh -c #(nop) ARG VERSION

2022-10-12 08:50:31 UTC

/bin/sh -c #(nop) ARG DUCKDNS_VERSION

2022-10-12 08:50:32 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b77052f0-ls113 Build-date:- 2022-10-12T03:49:12-05:00

2022-10-12 08:50:32 UTC

/bin/sh -c #(nop) LABEL maintainer=aptalca

2022-10-12 08:50:33 UTC

|3 BUILD_DATE=2022-10-12T03:49:12-05:00 DUCKDNS_VERSION=b77052f0 VERSION=b77052f0-ls113 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl logrotate

2022-10-12 08:50:33 UTC

/bin/sh -c #(nop) COPY dir:f75c1e4f4c10ad9683a14e58bef2c485e96cb348df2ad042add29f3d0f43c722 in /

2022-10-12 08:50:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2022-10-12 08:50:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-12T03:49:12-05:00

2022-10-12 08:50:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Duckdns](https://duckdns.org/) is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.

2022-10-12 08:50:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-duckdns

2022-10-12 08:50:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2022-10-12 08:50:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=7ac98526b33cbbdd821009f2230f5dc8008ffe8d

2022-10-12 08:50:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7ac98526b33cbbdd821009f2230f5dc8008ffe8d

2022-10-12 08:50:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-duckdns

2022-10-12 08:50:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Duckdns

2022-10-12 08:50:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-duckdns/packages

2022-10-12 08:50:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2022-10-12 08:50:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=b77052f0-ls113

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