Namespace
linuxserver
Image / Tag
duckdns:amd64-a4e8b845-ls95
Content Digest
sha256:b55a8ac205380bf8f7ae33a560accf292c2eef56897855452551c833ab3a82be
Details
Created

2022-04-06 08:38:45 UTC

Size

10.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- a4e8b845-ls95 Build-date:- 2022-04-06T03:37:41-05:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-04-06T03:37:41-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
    d525301a6494874fe74c6a82abeec6ed99b5679f
  • org.opencontainers.image.revision
    d525301a6494874fe74c6a82abeec6ed99b5679f
  • 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
    a4e8b845-ls95

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:4a99c44712f884b5238176d68c341a3f4c685f5ad1881a211748f4d7f9142df9 - 27.52% (2.81 MB)

[#001] sha256:8d66aff3aa8b58d108e6999a6a93cdc616d7899b6f779df2b2afb169fa71a945 - 17.69% (1.8 MB)

[#002] sha256:4fac32dba7cc153b087ce14d81e0143c692e1939b539743545c5886923795e66 - 17.02% (1.74 MB)

[#003] sha256:c77c4372954915c687d645d665813c0676aeb70c9719d7a9e721938cbb6efae8 - 0.0% (439 Bytes)

[#004] sha256:8934bcf07e5822793e4eef26d826a74ded2a2afb1e850e2aed3787fc3bb59114 - 29.51% (3.01 MB)

[#005] sha256:d687b6ebd0e1b6c2fd436bb6febfa9d80da880db99bc1de935b04a73371bae58 - 0.03% (3.28 KB)

[#006] sha256:4665575c4ebff47ef6a8f8414a8adeb47422184146cdd6f0cd65e7ffc5efd212 - 8.21% (857 KB)

[#007] sha256:b51f845d6ca91237d40f1c97c08fea8f4f33c5d73c855051c84ebe40424fd1b1 - 0.01% (1.16 KB)


History
2022-04-05 06:32:06 UTC

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

2022-04-05 06:32:06 UTC

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

2022-04-05 06:32:06 UTC

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

2022-04-05 06:32:06 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f1ac7846-ls31 Build-date:- 2022-04-05T01:31:00-05:00

2022-04-05 06:32:06 UTC

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

2022-04-05 06:32:07 UTC

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

2022-04-05 06:32:07 UTC

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

2022-04-05 06:32:07 UTC

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

2022-04-05 06:32:08 UTC

|4 BUILD_DATE=2022-04-05T01:31:00-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f1ac7846-ls31 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-04-05 06:32:08 UTC

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

2022-04-05 06:32:08 UTC

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

2022-04-05 06:32:11 UTC

|4 BUILD_DATE=2022-04-05T01:31:00-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f1ac7846-ls31 /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/*

2022-04-05 06:32:11 UTC

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

2022-04-05 06:32:11 UTC

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

2022-04-05 06:32:11 UTC

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

2022-04-05 06:32:11 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-05T01:31:00-05:00

2022-04-05 06:32:11 UTC

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

2022-04-05 06:32:11 UTC

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

2022-04-05 06:32:11 UTC

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

2022-04-05 06:32:11 UTC

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

2022-04-05 06:32:12 UTC

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

2022-04-05 06:32:12 UTC

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

2022-04-05 06:32:12 UTC

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

2022-04-05 06:32:12 UTC

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

2022-04-05 06:32:12 UTC

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

2022-04-05 06:32:12 UTC

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

2022-04-06 08:38:42 UTC

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

2022-04-06 08:38:42 UTC

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

2022-04-06 08:38:42 UTC

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

2022-04-06 08:38:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a4e8b845-ls95 Build-date:- 2022-04-06T03:37:41-05:00

2022-04-06 08:38:42 UTC

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

2022-04-06 08:38:42 UTC

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

2022-04-06 08:38:43 UTC

|3 BUILD_DATE=2022-04-06T03:37:41-05:00 DUCKDNS_VERSION=a4e8b845 VERSION=a4e8b845-ls95 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl logrotate

2022-04-06 08:38:44 UTC

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

2022-04-06 08:38:44 UTC

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

2022-04-06 08:38:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-04-06T03:37:41-05:00

2022-04-06 08:38:44 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-04-06 08:38:44 UTC

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

2022-04-06 08:38:44 UTC

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

2022-04-06 08:38:44 UTC

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

2022-04-06 08:38:44 UTC

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

2022-04-06 08:38:44 UTC

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

2022-04-06 08:38:44 UTC

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

2022-04-06 08:38:44 UTC

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

2022-04-06 08:38:44 UTC

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

2022-04-06 08:38:45 UTC

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

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