Namespace
linuxserver
Image / Tag
duckdns:arm32v7-version-3a3dda8a
Content Digest
sha256:a92b87a772556f26e4dbd2576829fac95aec5915a536b145c73bab24a84717ba
Details
Created

2022-08-10 08:40:50 UTC

Size

10 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 3a3dda8a-ls107 Build-date:- 2022-08-10T03:39:32-05:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-08-10T03:39:32-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
    4359788f3cea397113837635f37525603bc51f13
  • org.opencontainers.image.revision
    4359788f3cea397113837635f37525603bc51f13
  • 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
    3a3dda8a-ls107

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:113b1659e2ed15f34364d510f6d1ed58f9d29c7bc833da35977331019240c787 - 50.76% (5.08 MB)

[#001] sha256:2726070a7882979da9cf12c4651e9dfb7c4dd750dd292ba0b6349f72b485e69a - 48.26% (4.83 MB)

[#002] sha256:68cacd3857763094903253fc7327ded9b55613e4b0735bea24fec5ed0a8c7925 - 0.05% (4.96 KB)

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

[#004] sha256:22809923da5668ac1e8a00b78af80445f27cb63215bb5483187ce23dedb3c25c - 0.01% (1.19 KB)


History
2022-08-09 06:35:18 UTC

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

2022-08-09 06:35:18 UTC

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

2022-08-09 06:35:18 UTC

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

2022-08-09 06:35:18 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 964a6e1f-ls40 Build-date:- 2022-08-09T08:33:46+02:00

2022-08-09 06:35:19 UTC

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

2022-08-09 06:35:19 UTC

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

2022-08-09 06:35:26 UTC

|2 BUILD_DATE=2022-08-09T08:33:46+02:00 VERSION=964a6e1f-ls40 /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-08-09 06:35:26 UTC

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

2022-08-09 06:35:27 UTC

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

2022-08-09 06:35:27 UTC

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

2022-08-09 06:35:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-09T08:33:46+02:00

2022-08-09 06:35:27 UTC

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

2022-08-09 06:35:28 UTC

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

2022-08-09 06:35:28 UTC

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

2022-08-09 06:35:28 UTC

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

2022-08-09 06:35:28 UTC

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

2022-08-09 06:35:28 UTC

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

2022-08-09 06:35:29 UTC

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

2022-08-09 06:35:29 UTC

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

2022-08-09 06:35:29 UTC

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

2022-08-09 06:35:29 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=964a6e1f-ls40

2022-08-10 08:40:42 UTC

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

2022-08-10 08:40:43 UTC

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

2022-08-10 08:40:43 UTC

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

2022-08-10 08:40:43 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3a3dda8a-ls107 Build-date:- 2022-08-10T03:39:32-05:00

2022-08-10 08:40:43 UTC

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

2022-08-10 08:40:44 UTC

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

2022-08-10 08:40:46 UTC

|3 BUILD_DATE=2022-08-10T03:39:32-05:00 DUCKDNS_VERSION=3a3dda8a VERSION=3a3dda8a-ls107 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl logrotate

2022-08-10 08:40:47 UTC

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

2022-08-10 08:40:47 UTC

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

2022-08-10 08:40:47 UTC

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

2022-08-10 08:40:47 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-10 08:40:48 UTC

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

2022-08-10 08:40:48 UTC

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

2022-08-10 08:40:48 UTC

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

2022-08-10 08:40:48 UTC

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

2022-08-10 08:40:49 UTC

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

2022-08-10 08:40:49 UTC

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

2022-08-10 08:40:49 UTC

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

2022-08-10 08:40:49 UTC

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

2022-08-10 08:40:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3a3dda8a-ls107

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