Namespace
linuxserver
Image / Tag
duckdns:amd64-2021.10.27
Content Digest
sha256:76c523eda7f78ef28628b60671d7034c2ead61502b965e756afec782b6d8f809
Details
Created

2021-10-27 08:37:06 UTC

Size

10.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 5679a6ee-ls88 Build-date:- 2021-10-27T10:36:17+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-10-27T10:36:17+02: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
    2af0082006e5462dec167035ab5bccf49962e328
  • org.opencontainers.image.revision
    2af0082006e5462dec167035ab5bccf49962e328
  • 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
    5679a6ee-ls88

Environment
HOME

/root

PATH

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

PS1

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

S6_BEHAVIOUR_IF_STAGE2_FAILS

2

TERM

xterm


Layers

[#000] sha256:26171f1dfc4a77c0658c6e0d11d1118004a4c0c8243181b94ba0c324eda9c405 - 27.65% (2.81 MB)

[#001] sha256:23bff7daa8307762d878dbe519eef57808ba1f28bfdc4de17c60639fc569fcf1 - 17.76% (1.8 MB)

[#002] sha256:69e2c14cdee6286d7bd8877f4903aed8c18e21484b116d01c0e51931e78c9281 - 17.09% (1.74 MB)

[#003] sha256:a798976fbbe13d07236bf82e268751c45c1ad8cb21bd95eaaa6c17a979860a00 - 0.0% (440 Bytes)

[#004] sha256:98d84ba9be46bd516d002b69783b0fc270c2e58e762a3018d96dba5bcee1d9ed - 29.72% (3.02 MB)

[#005] sha256:111e0cb6a8596697ac8754e18b3027574538e98f53e18b1890a33bf65cafa312 - 0.03% (2.85 KB)

[#006] sha256:64eddfa9e7fad45ea5230d0f23d4852fc10dca93a51727a31d01487229f6d30c - 7.75% (806 KB)

[#007] sha256:56cc9a9d85cfd0909073f8e977952d6bb8965272a038a3cc49e0872310ceb09a - 0.01% (1.08 KB)


History
2021-10-26 06:29:10 UTC

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

2021-10-26 06:29:10 UTC

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

2021-10-26 06:29:10 UTC

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

2021-10-26 06:29:11 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- d9a4360e-ls25 Build-date:- 2021-10-26T08:28:17+02:00

2021-10-26 06:29:11 UTC

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

2021-10-26 06:29:11 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2021-10-26 06:29:11 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2021-10-26 06:29:11 UTC

/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/

2021-10-26 06:29:12 UTC

|4 BUILD_DATE=2021-10-26T08:28:17+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=d9a4360e-ls25 /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-10-26 06:29:12 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-10-26 06:29:13 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2021-10-26 06:29:15 UTC

|4 BUILD_DATE=2021-10-26T08:28:17+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=d9a4360e-ls25 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils 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 && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-10-26 06:29:15 UTC

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

2021-10-26 06:29:15 UTC

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

2021-10-26 06:29:16 UTC

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

2021-10-26 06:29:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-26T08:28:17+02:00

2021-10-26 06:29:16 UTC

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

2021-10-26 06:29:16 UTC

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

2021-10-26 06:29:16 UTC

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

2021-10-26 06:29:16 UTC

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

2021-10-26 06:29:17 UTC

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

2021-10-26 06:29:17 UTC

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

2021-10-26 06:29:17 UTC

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

2021-10-26 06:29:17 UTC

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

2021-10-26 06:29:17 UTC

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

2021-10-26 06:29:17 UTC

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

2021-10-27 08:37:03 UTC

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

2021-10-27 08:37:03 UTC

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

2021-10-27 08:37:03 UTC

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

2021-10-27 08:37:03 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5679a6ee-ls88 Build-date:- 2021-10-27T10:36:17+02:00

2021-10-27 08:37:03 UTC

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

2021-10-27 08:37:03 UTC

/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2021-10-27 08:37:04 UTC

|3 BUILD_DATE=2021-10-27T10:36:17+02:00 DUCKDNS_VERSION=5679a6ee VERSION=5679a6ee-ls88 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl

2021-10-27 08:37:04 UTC

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

2021-10-27 08:37:05 UTC

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

2021-10-27 08:37:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-27T10:36:17+02:00

2021-10-27 08:37:05 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.

2021-10-27 08:37:05 UTC

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

2021-10-27 08:37:05 UTC

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

2021-10-27 08:37:05 UTC

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

2021-10-27 08:37:05 UTC

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

2021-10-27 08:37:05 UTC

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

2021-10-27 08:37:05 UTC

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

2021-10-27 08:37:05 UTC

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

2021-10-27 08:37:05 UTC

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

2021-10-27 08:37:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5679a6ee-ls88

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