Namespace
linuxserver
Image / Tag
duckdns:arm64v8-4fb95cad-ls14
Content Digest
sha256:7f7bca7e3000d8ff5a63d269eb59c340cac0c4a969f259dce6b56d8bb67af06a
Details
Created

2024-04-01 04:02:23 UTC

Size

14.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 4fb95cad-ls14 Build-date:- 2024-04-01T03:59:47+00:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2024-04-01T03:59:47+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
    3f634917090e8939b8869c2dfc3e154acd1b1cf7
  • org.opencontainers.image.revision
    3f634917090e8939b8869c2dfc3e154acd1b1cf7
  • 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
    4fb95cad-ls14

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:05196f2d61b730f9ed3a6117831923921dc7ecde2f5cc13517b653028ad90f15 - 40.72% (5.89 MB)

[#001] sha256:2298c655b51ec3c154f7e128a2ad95bc06f0595171c61a55634ad2ce0c8d9422 - 0.04% (5.41 KB)

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

[#003] sha256:37d09dbb0562ac7154a4dfdf711ac3eabbb232889dd53c97c9b3ba867e1be1a8 - 37.54% (5.43 MB)

[#004] sha256:706df212b04b426b0eb0929639faf0db6b249df257dad36e0fbe4ad4bea5df77 - 0.03% (3.91 KB)

[#005] sha256:b6955e7a84464b5886c4d61f7668e4314b2a6d8636b4e7c5426a71e6072aaf91 - 21.66% (3.13 MB)

[#006] sha256:933d0f34e0014eb667fadf50db2f18c788da09762c5d11ee4f588b7b882f65d8 - 0.01% (1.47 KB)


History
2024-03-30 13:29:25 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2024-03-30 13:29:25 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2024-03-30 13:29:25 UTC (buildkit.dockerfile.v0)

ARG VERSION

2024-03-30 13:29:25 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2024-03-30 13:29:25 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2024-03-30 13:29:25 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 3dfb0a66-ls12 Build-date:- 2024-03-30T13:28:07+00:00

2024-03-30 13:29:25 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2024-03-30 13:29:25 UTC (buildkit.dockerfile.v0)

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

2024-03-30 13:29:25 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

2024-03-30 13:29:25 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

2024-03-30 13:29:27 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2024-03-30T13:28:07+00:00 VERSION=3dfb0a66-ls12 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

2024-03-30 13:29:27 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2024-03-30 13:29:27 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2024-04-01 04:02:23 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2024-04-01 04:02:23 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2024-04-01 04:02:23 UTC (buildkit.dockerfile.v0)

ARG VERSION

2024-04-01 04:02:23 UTC (buildkit.dockerfile.v0)

ARG DUCKDNS_VERSION

2024-04-01 04:02:23 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 4fb95cad-ls14 Build-date:- 2024-04-01T03:59:47+00:00

2024-04-01 04:02:23 UTC (buildkit.dockerfile.v0)

LABEL maintainer=aptalca

2024-04-01 04:02:23 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2024-04-01T03:59:47+00:00 VERSION=4fb95cad-ls14 DUCKDNS_VERSION=4fb95cad /bin/sh -c echo "**** install packages ****" && apk add --no-cache bind-tools logrotate # buildkit

2024-04-01 04:02:23 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