Namespace
linuxserver
Image / Tag
duckdns:arm32v7-ca7e3db0-ls115
Content Digest
sha256:7bb57321cdb0207106f957c802b4906ea8e98e15d156c2206af31a96523a9d44
Details
Created

2022-11-09 08:44:36 UTC

Size

10.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- ca7e3db0-ls115 Build-date:- 2022-11-09T09:43:11+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-11-09T09:43:11+01: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
    b8a60f750b0f5a9b6cb7bae831406ff2d8164172
  • org.opencontainers.image.revision
    b8a60f750b0f5a9b6cb7bae831406ff2d8164172
  • 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
    ca7e3db0-ls115

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:aae19c2a266cdc1d16106c42c63dffa59a9f621e7066668c07ae50451049ca7f - 49.07% (5.11 MB)

[#001] sha256:55b1bff96c0837f146f7f0b720f04b15d0cc8c6c2f0b7261097f869e3c41dfe3 - 0.03% (3.16 KB)

[#002] sha256:8bfe32b47451ed1914fd55868f7d9af9faca540df9b8b30fea9cfb712f611d64 - 49.95% (5.2 MB)

[#003] sha256:6fd91242a6b58841ca53d8b303e159dd874739be33b9f1b829a59861e3d6c361 - 0.04% (4.46 KB)

[#004] sha256:c66607b4c180f96e51dbbdc6e0b820393ec23f50c0877ca6743b5b64a7876151 - 0.89% (94.9 KB)

[#005] sha256:ec53a6cd29d398c2d9cf439bd091b811d0789ecad1ce7b54d25661a77f96fd8f - 0.01% (1.47 KB)


History
2022-11-08 06:40:43 UTC

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

2022-11-08 06:40:44 UTC

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

2022-11-08 06:40:45 UTC

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

2022-11-08 06:40:46 UTC

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

2022-11-08 06:40:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 67d1538e-ls29 Build-date:- 2022-11-08T00:39:06-06:00

2022-11-08 06:40:48 UTC

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

2022-11-08 06:40:50 UTC

/bin/sh -c #(nop) ADD 67183683f126bd923d1bbf876334979e150f8166b74653634c96ff37a0bdc6ce in /docker-mods

2022-11-08 06:40:50 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-11-08 06:40:55 UTC

|3 BUILD_DATE=2022-11-08T00:39:06-06:00 MODS_VERSION=v3 VERSION=67d1538e-ls29 /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-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-11-08 06:40:56 UTC

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

2022-11-08 06:40:56 UTC

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

2022-11-08 06:40:57 UTC

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

2022-11-08 06:40:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-08T00:39:06-06:00

2022-11-08 06:40:59 UTC

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

2022-11-08 06:41:00 UTC

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

2022-11-08 06:41:01 UTC

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

2022-11-08 06:41:02 UTC

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

2022-11-08 06:41:03 UTC

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

2022-11-08 06:41:04 UTC

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

2022-11-08 06:41:05 UTC

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

2022-11-08 06:41:06 UTC

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

2022-11-08 06:41:07 UTC

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

2022-11-08 06:41:08 UTC

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

2022-11-09 08:44:30 UTC

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

2022-11-09 08:44:30 UTC

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

2022-11-09 08:44:30 UTC

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

2022-11-09 08:44:30 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- ca7e3db0-ls115 Build-date:- 2022-11-09T09:43:11+01:00

2022-11-09 08:44:31 UTC

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

2022-11-09 08:44:33 UTC

|3 BUILD_DATE=2022-11-09T09:43:11+01:00 DUCKDNS_VERSION=ca7e3db0 VERSION=ca7e3db0-ls115 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl logrotate

2022-11-09 08:44:33 UTC

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

2022-11-09 08:44:34 UTC

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

2022-11-09 08:44:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-09T09:43:11+01:00

2022-11-09 08:44: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-11-09 08:44:34 UTC

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

2022-11-09 08:44:35 UTC

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

2022-11-09 08:44:35 UTC

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

2022-11-09 08:44:35 UTC

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

2022-11-09 08:44:35 UTC

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

2022-11-09 08:44:35 UTC

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

2022-11-09 08:44:36 UTC

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

2022-11-09 08:44:36 UTC

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

2022-11-09 08:44:36 UTC

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

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