Namespace
linuxserver
Image / Tag
duckdns:version-a9ea46fd
Content Digest
sha256:5b88cd55c9e1437b15fec36c3d6a7f06b49c4bfede78ce6c76bd4e3757616a30
Details
Created

2022-03-23 08:38:17 UTC

Size

10.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- a9ea46fd-ls93 Build-date:- 2022-03-23T09:37:17+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-23T09:37:17+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
    48ebcd2754b0db719f3ce1a018ce1cfe6b61eeb3
  • org.opencontainers.image.revision
    48ebcd2754b0db719f3ce1a018ce1cfe6b61eeb3
  • 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
    a9ea46fd-ls93

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:b5b7f5a1bd702ed0d71cf19af9ffe41c0a7474a99d345e5a04a1454e1f2230e8 - 27.5% (2.8 MB)

[#001] sha256:0829eab39e6491229e7b900d0ae8a3bf369314a4903fbd2c3556b12002dd96bf - 17.7% (1.8 MB)

[#002] sha256:23c0e456e3254756c59e89ba790344d03d5eb6b6745e52ff296a24e7c818a393 - 17.03% (1.74 MB)

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

[#004] sha256:ab2fa1e198a6d41ab56f6a03a97c449bd3aa6a8de0f78ada6649d625eace468f - 29.52% (3.01 MB)

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

[#006] sha256:16183cf7da80df609eaf7da8edefc21261707573fe9b1f763239960a67d1ea93 - 8.21% (857 KB)

[#007] sha256:75f6c0394e54d6a5511d0804fcfc3a3cff3287be93d16bad01733084bf71cae8 - 0.01% (1.15 KB)


History
2022-03-22 06:30:59 UTC

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

2022-03-22 06:30:59 UTC

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

2022-03-22 06:31:00 UTC

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

2022-03-22 06:31:00 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5d78ca31-ls29 Build-date:- 2022-03-22T01:29:50-05:00

2022-03-22 06:31:00 UTC

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

2022-03-22 06:31:00 UTC

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

2022-03-22 06:31:00 UTC

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

2022-03-22 06:31:01 UTC

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

2022-03-22 06:31:02 UTC

|4 BUILD_DATE=2022-03-22T01:29:50-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5d78ca31-ls29 /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-03-22 06:31:02 UTC

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

2022-03-22 06:31:02 UTC

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

2022-03-22 06:31:06 UTC

|4 BUILD_DATE=2022-03-22T01:29:50-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5d78ca31-ls29 /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-03-22 06:31:06 UTC

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

2022-03-22 06:31:06 UTC

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

2022-03-22 06:31:06 UTC

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

2022-03-22 06:31:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-22T01:29:50-05:00

2022-03-22 06:31:06 UTC

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

2022-03-22 06:31:06 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-22 06:31:07 UTC

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

2022-03-23 08:38:14 UTC

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

2022-03-23 08:38:14 UTC

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

2022-03-23 08:38:14 UTC

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

2022-03-23 08:38:14 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a9ea46fd-ls93 Build-date:- 2022-03-23T09:37:17+01:00

2022-03-23 08:38:14 UTC

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

2022-03-23 08:38:14 UTC

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

2022-03-23 08:38:15 UTC

|3 BUILD_DATE=2022-03-23T09:37:17+01:00 DUCKDNS_VERSION=a9ea46fd VERSION=a9ea46fd-ls93 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl logrotate

2022-03-23 08:38:16 UTC

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

2022-03-23 08:38:16 UTC

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

2022-03-23 08:38:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-23T09:37:17+01:00

2022-03-23 08:38:16 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-03-23 08:38:16 UTC

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

2022-03-23 08:38:16 UTC

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

2022-03-23 08:38:16 UTC

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

2022-03-23 08:38:17 UTC

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

2022-03-23 08:38:17 UTC

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

2022-03-23 08:38:17 UTC

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

2022-03-23 08:38:17 UTC

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

2022-03-23 08:38:17 UTC

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

2022-03-23 08:38:17 UTC

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

Details
Created

2022-03-23 08:38:39 UTC

Size

11.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- a9ea46fd-ls93 Build-date:- 2022-03-23T09:37:17+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-23T09:37:17+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
    48ebcd2754b0db719f3ce1a018ce1cfe6b61eeb3
  • org.opencontainers.image.revision
    48ebcd2754b0db719f3ce1a018ce1cfe6b61eeb3
  • 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
    a9ea46fd-ls93

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:ff9e80e2c4f624955c23760e945cbd6b719947c9d1eea5dc1a66785f341609e0 - 20.92% (2.42 MB)

[#001] sha256:e64d03ab17644ce6701dab42d1cf652d15426f0bda03ef49279b67bf26a0c5cb - 18.6% (2.15 MB)

[#002] sha256:a3e8aa386ee38c6b70fa1b1e4ca4c71fd4fbfcdade31dfa2b5047e0734481941 - 17.98% (2.08 MB)

[#003] sha256:8b1835e0596aa40bbf187dc868e29c9d52c38ce53411c27a5a7161028899ab0a - 0.0% (409 Bytes)

[#004] sha256:d85c30aee98c4161887ec2582705d9f8583fc19a247b69a5a0ddce88ba023191 - 35.77% (4.14 MB)

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

[#006] sha256:538c8c564342aff3b3f017fe6190f404d223833210896e52429e9e738a1a1bd1 - 6.69% (792 KB)

[#007] sha256:9c0be68e684f5727414ab3f2eb11415533eeff53fff00cd6dab416e84092f4f8 - 0.01% (1.13 KB)


History
2022-03-22 06:31:09 UTC

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

2022-03-22 06:31:09 UTC

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

2022-03-22 06:31:10 UTC

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

2022-03-22 06:31:11 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5d78ca31-ls29 Build-date:- 2022-03-22T01:29:50-05:00

2022-03-22 06:31:12 UTC

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

2022-03-22 06:31:13 UTC

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

2022-03-22 06:31:14 UTC

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

2022-03-22 06:31:16 UTC

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

2022-03-22 06:31:17 UTC

|4 BUILD_DATE=2022-03-22T01:29:50-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=5d78ca31-ls29 /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-03-22 06:31:18 UTC

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

2022-03-22 06:31:18 UTC

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

2022-03-22 06:31:22 UTC

|4 BUILD_DATE=2022-03-22T01:29:50-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=5d78ca31-ls29 /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 "**** 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-03-22 06:31:23 UTC

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

2022-03-22 06:31:23 UTC

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

2022-03-22 06:31:24 UTC

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

2022-03-22 06:31:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-22T01:29:50-05:00

2022-03-22 06:31:26 UTC

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

2022-03-22 06:31:27 UTC

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

2022-03-22 06:31:28 UTC

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

2022-03-22 06:31:29 UTC

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

2022-03-22 06:31:30 UTC

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

2022-03-22 06:31:31 UTC

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

2022-03-22 06:31:32 UTC

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

2022-03-22 06:31:33 UTC

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

2022-03-22 06:31:34 UTC

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

2022-03-22 06:31:35 UTC

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

2022-03-23 08:38:19 UTC

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

2022-03-23 08:38:20 UTC

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

2022-03-23 08:38:21 UTC

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

2022-03-23 08:38:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a9ea46fd-ls93 Build-date:- 2022-03-23T09:37:17+01:00

2022-03-23 08:38:23 UTC

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

2022-03-23 08:38:24 UTC

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

2022-03-23 08:38:26 UTC

|3 BUILD_DATE=2022-03-23T09:37:17+01:00 DUCKDNS_VERSION=a9ea46fd VERSION=a9ea46fd-ls93 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl logrotate

2022-03-23 08:38:28 UTC

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

2022-03-23 08:38:28 UTC

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

2022-03-23 08:38:29 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-23T09:37:17+01:00

2022-03-23 08:38:30 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-03-23 08:38:31 UTC

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

2022-03-23 08:38:32 UTC

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

2022-03-23 08:38:33 UTC

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

2022-03-23 08:38:34 UTC

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

2022-03-23 08:38:35 UTC

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

2022-03-23 08:38:36 UTC

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

2022-03-23 08:38:37 UTC

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

2022-03-23 08:38:38 UTC

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

2022-03-23 08:38:39 UTC

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

Details
Created

2022-03-23 08:38:43 UTC

Size

12.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- a9ea46fd-ls93 Build-date:- 2022-03-23T09:37:17+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-03-23T09:37:17+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
    48ebcd2754b0db719f3ce1a018ce1cfe6b61eeb3
  • org.opencontainers.image.revision
    48ebcd2754b0db719f3ce1a018ce1cfe6b61eeb3
  • 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
    a9ea46fd-ls93

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:61d841ae3a556a716ff36fda8a56f3ca41d82e7a5814a33e14b26aba6000f5e1 - 21.74% (2.71 MB)

[#001] sha256:b96c04406a2a21c7294e10ef89ce1aaaaf52c9aa707ab16221a09e7e83433084 - 17.23% (2.15 MB)

[#002] sha256:1f059900562a673c326f3f31c54384c569ed5d5fa26f8adb82a79167331de2c4 - 16.87% (2.1 MB)

[#003] sha256:224fa1cb21b652625fc8871ed7437c4edf9ac51823a996696abaddcbebeb037f - 0.0% (409 Bytes)

[#004] sha256:3adae8f1231274ef7978a1a62392e955226120d61fcc17005209dc24df6d997e - 37.39% (4.66 MB)

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

[#006] sha256:93997bae18776cf69e423a0a612d62277bd6a8781ff2267786aa2984863e31bb - 6.74% (860 KB)

[#007] sha256:91cc8348ccb71796128fb4ad3beaacc397ce3858263d22ff1d2e1f544ed418c9 - 0.01% (1.13 KB)


History
2022-03-22 06:31:09 UTC

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

2022-03-22 06:31:09 UTC

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

2022-03-22 06:31:10 UTC

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

2022-03-22 06:31:11 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5d78ca31-ls29 Build-date:- 2022-03-22T01:29:50-05:00

2022-03-22 06:31:12 UTC

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

2022-03-22 06:31:13 UTC

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

2022-03-22 06:31:14 UTC

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

2022-03-22 06:31:16 UTC

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

2022-03-22 06:31:17 UTC

|4 BUILD_DATE=2022-03-22T01:29:50-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5d78ca31-ls29 /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-03-22 06:31:18 UTC

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

2022-03-22 06:31:18 UTC

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

2022-03-22 06:31:22 UTC

|4 BUILD_DATE=2022-03-22T01:29:50-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5d78ca31-ls29 /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 "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-03-22 06:31:23 UTC

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

2022-03-22 06:31:23 UTC

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

2022-03-22 06:31:24 UTC

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

2022-03-22 06:31:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-22T01:29:50-05:00

2022-03-22 06:31:26 UTC

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

2022-03-22 06:31:27 UTC

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

2022-03-22 06:31:28 UTC

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

2022-03-22 06:31:29 UTC

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

2022-03-22 06:31:30 UTC

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

2022-03-22 06:31:31 UTC

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

2022-03-22 06:31:32 UTC

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

2022-03-22 06:31:33 UTC

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

2022-03-22 06:31:34 UTC

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

2022-03-22 06:31:35 UTC

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

2022-03-23 08:38:23 UTC

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

2022-03-23 08:38:24 UTC

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

2022-03-23 08:38:25 UTC

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

2022-03-23 08:38:26 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a9ea46fd-ls93 Build-date:- 2022-03-23T09:37:17+01:00

2022-03-23 08:38:27 UTC

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

2022-03-23 08:38:28 UTC

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

2022-03-23 08:38:30 UTC

|3 BUILD_DATE=2022-03-23T09:37:17+01:00 DUCKDNS_VERSION=a9ea46fd VERSION=a9ea46fd-ls93 /bin/sh -c echo "**** install packages ****" && apk add --no-cache curl logrotate

2022-03-23 08:38:32 UTC

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

2022-03-23 08:38:32 UTC

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

2022-03-23 08:38:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-03-23T09:37:17+01:00

2022-03-23 08:38: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-03-23 08:38:35 UTC

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

2022-03-23 08:38:36 UTC

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

2022-03-23 08:38:37 UTC

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

2022-03-23 08:38:38 UTC

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

2022-03-23 08:38:39 UTC

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

2022-03-23 08:38:40 UTC

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

2022-03-23 08:38:41 UTC

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

2022-03-23 08:38:42 UTC

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

2022-03-23 08:38:43 UTC

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

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