Namespace
linuxserver
Image / Tag
duckdns:arm32v7-53773586-ls106
Content Digest
sha256:b07814b37c35b925a5d5b979b1fc40a49e3a41aab2ca06f09125b6f78d180dc9
Details
Created

2022-08-03 08:45:48 UTC

Size

10 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 53773586-ls106 Build-date:- 2022-08-03T03:44:28-05:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-08-03T03:44:28-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
    7e9acfa915f137762cc2347a0809be4da38aca1a
  • org.opencontainers.image.revision
    7e9acfa915f137762cc2347a0809be4da38aca1a
  • 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
    53773586-ls106

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

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

TERM

xterm


Layers

[#000] sha256:330b473b78d782cc2bef7e15ec33b3428edc5cab005dc3e53709c03b6ace9189 - 50.76% (5.08 MB)

[#001] sha256:0bfc8fbe42bbe9913481048bda10db6ca7cab04dfb23eac0a462fdabde43e4bf - 48.26% (4.83 MB)

[#002] sha256:90a279924e1d3d215aa029eb8be4042ea165572230f1ce9afc24c92275beb22c - 0.05% (4.82 KB)

[#003] sha256:e883b6b9a6351d5175cf653e060b0f9d60896e4c5838e10f89425b9e1ab11720 - 0.93% (95 KB)

[#004] sha256:548639fc24a8636706688db5cf0581fc4c4835b6c470090e3e8d2348a1be72a6 - 0.01% (1.19 KB)


History
2022-07-31 10:57:14 UTC

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

2022-07-31 10:57:15 UTC

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

2022-07-31 10:57:16 UTC

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

2022-07-31 10:57:17 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 67e55375-ls39 Build-date:- 2022-07-31T12:55:42+02:00

2022-07-31 10:57:18 UTC

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

2022-07-31 10:57:19 UTC

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

2022-07-31 10:57:22 UTC

|2 BUILD_DATE=2022-07-31T12:55:42+02:00 VERSION=67e55375-ls39 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl 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 && 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 ****" && rm -rf /tmp/*

2022-07-31 10:57:23 UTC

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

2022-07-31 10:57:23 UTC

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

2022-07-31 10:57:24 UTC

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

2022-07-31 10:57:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-31T12:55:42+02:00

2022-07-31 10:57:26 UTC

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

2022-07-31 10:57:27 UTC

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

2022-07-31 10:57:28 UTC

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

2022-07-31 10:57:29 UTC

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

2022-07-31 10:57:30 UTC

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

2022-07-31 10:57:31 UTC

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

2022-07-31 10:57:32 UTC

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

2022-07-31 10:57:33 UTC

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

2022-07-31 10:57:34 UTC

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

2022-07-31 10:57:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=67e55375-ls39

2022-08-03 08:45:40 UTC

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

2022-08-03 08:45:41 UTC

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

2022-08-03 08:45:41 UTC

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

2022-08-03 08:45:41 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 53773586-ls106 Build-date:- 2022-08-03T03:44:28-05:00

2022-08-03 08:45:41 UTC

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

2022-08-03 08:45:42 UTC

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

2022-08-03 08:45:45 UTC

|3 BUILD_DATE=2022-08-03T03:44:28-05:00 DUCKDNS_VERSION=53773586 VERSION=53773586-ls106 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl logrotate

2022-08-03 08:45:45 UTC

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

2022-08-03 08:45:45 UTC

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

2022-08-03 08:45:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-03T03:44:28-05:00

2022-08-03 08:45:46 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-08-03 08:45:46 UTC

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

2022-08-03 08:45:46 UTC

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

2022-08-03 08:45:46 UTC

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

2022-08-03 08:45:47 UTC

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

2022-08-03 08:45:47 UTC

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

2022-08-03 08:45:47 UTC

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

2022-08-03 08:45:47 UTC

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

2022-08-03 08:45:48 UTC

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

2022-08-03 08:45:48 UTC

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

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