Namespace
linuxserver
Image / Tag
duckdns:amd64-version-90a7fb2a
Content Digest
sha256:9b5248d15824c28b3c70e1a0c7fcb3f0c446b43f7923234d42d9a7362867e7a1
Details
Created

2023-07-17 03:59:34 UTC

Size

10.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 90a7fb2a-ls136 Build-date:- 2023-07-17T03:57:38+00:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-07-17T03:57:38+00: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
    585acb330da3608a21405eef042fb2ab213e29cf
  • org.opencontainers.image.revision
    585acb330da3608a21405eef042fb2ab213e29cf
  • 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
    90a7fb2a-ls136

Environment
HOME

/root

LSIO_FIRST_PARTY

true

PATH

/lsiopy/bin:/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

VIRTUAL_ENV

/lsiopy


Layers

[#000] sha256:ef2695b6a954da4c1200311d35348ce46855a504bf430b27160abca5b8bc2a4c - 51.61% (5.36 MB)

[#001] sha256:8bc286c875142c1488068126123d0139525ffec9e71de614d3c023977ef591a3 - 0.04% (3.92 KB)

[#002] sha256:e27bf841ccde766b7c29016965f5f4410103f5a9b61fd3b9f235bc06290b9c2f - 0.01% (966 Bytes)

[#003] sha256:c612bde2f1e19bb84e504d6f5ff7881ca9d8da10abd46fe4aabf434e6f2701ff - 47.35% (4.92 MB)

[#004] sha256:ce79dccea190af3112f2889a4b093f01ad0c1c30089c3f57e336c4d939122f2d - 0.03% (3.11 KB)

[#005] sha256:d1c5c4aade3ecfc9755ee5b7241084071c1831c8413e4842162aa91e79d038db - 0.96% (102 KB)

[#006] sha256:75c084cac0b50d32856bcfa6c25852ad018e95a64d9758667f7e3e2bc121def1 - 0.01% (1.35 KB)


History
2023-07-15 13:33:51 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-07-15 13:33:51 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-07-15 13:33:51 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-07-15 13:33:51 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-07-15 13:33:51 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2023-07-15 13:33:51 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 51daca8d-ls11 Build-date:- 2023-07-15T13:32:47+00:00

2023-07-15 13:33:51 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-07-15 13:33:51 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2023-07-15 13:33:51 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit

2023-07-15 13:33:51 UTC (buildkit.dockerfile.v0)

ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-07-15 13:33:52 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-07-15T13:32:47+00:00 VERSION=51daca8d-ls11 MODS_VERSION=v3 PKG_INST_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd procps-ng 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 /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-07-15 13:33:52 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-07-15 13:33:52 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-07-17 03:59:34 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-07-17 03:59:34 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-07-17 03:59:34 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-07-17 03:59:34 UTC (buildkit.dockerfile.v0)

ARG DUCKDNS_VERSION

2023-07-17 03:59:34 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 90a7fb2a-ls136 Build-date:- 2023-07-17T03:57:38+00:00

2023-07-17 03:59:34 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2023-07-17 03:59:34 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-07-17T03:57:38+00:00 VERSION=90a7fb2a-ls136 DUCKDNS_VERSION=90a7fb2a /bin/sh -c echo "**** install packages ****" && apk add --no-cache logrotate # buildkit

2023-07-17 03:59:34 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

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