ddclient (3.9.1-1)
Published 2023-06-10 05:01:25 +00:00 by ace
Installation
docker pull gitea.geekhome.org/ghp/ddclient:3.9.1-1
sha256:a4865eaa241fd75417c7c2dac50fc51170d1ef02c4c37eac76c97549d1cb04df
About this package
baseimage-alpine image by linuxserver.io
Image Layers
COPY /root-out/ / # buildkit |
ARG BUILD_DATE |
ARG VERSION |
LABEL build_version=Linuxserver.io version:- 4f1e9fec-ls49 Build-date:- 2023-04-25T19:57:39+02:00 |
LABEL maintainer=TheLamer |
ARG OVERLAY_VERSION=v2.2.0.3 |
ARG OVERLAY_ARCH=amd64 |
ADD https://github.com/just-containers/s6-overlay/releases/download/v2.2.0.3/s6-overlay-amd64-installer /tmp/ # buildkit |
RUN |4 BUILD_DATE=2023-04-25T19:57:39+02:00 VERSION=4f1e9fec-ls49 OVERLAY_VERSION=v2.2.0.3 OVERLAY_ARCH=amd64 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer # buildkit |
COPY patch/ /tmp/patch # buildkit |
ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm |
RUN |4 BUILD_DATE=2023-04-25T19:57:39+02:00 VERSION=4f1e9fec-ls49 OVERLAY_VERSION=v2.2.0.3 OVERLAY_ARCH=amd64 /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/* # buildkit |
COPY root/ / # buildkit |
ENTRYPOINT ["/init"] |
ARG BUILD_DATE |
ARG VERSION |
ARG DDCLIENT_VERSION |
LABEL build_version=Linuxserver.io version:- Build-date:- |
LABEL maintainer=saarg |
|1 DDCLIENT_VERSION=v3.9.1 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies bzip2 gcc make tar wget && echo "**** install runtime packages ****" && apk add --no-cache curl inotify-tools jq perl perl-digest-sha1 perl-io-socket-inet6 perl-io-socket-ssl perl-json && echo "***** install perl modules ****" && curl -L http://cpanmin.us | perl - App::cpanminus && cpanm Data::Validate::IP JSON::Any && echo "**** install nsupdate for RFC2136 ****" && apk add --no-cache bind-tools && echo "**** install ddclient ****" && if [ -z ${DDCLIENT_VERSION+x} ]; then DDCLIENT_VERSION=$(curl -sX GET "https://api.github.com/repos/ddclient/ddclient/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && mkdir -p /tmp/ddclient && curl -o /tmp/ddclient.tar.gz -L "https://github.com/ddclient/ddclient/archive/${DDCLIENT_VERSION}.tar.gz" && tar xf /tmp/ddclient.tar.gz -C /tmp/ddclient --strip-components=1 && install -Dm755 /tmp/ddclient/ddclient /usr/bin/ && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /config/.cpanm /root/.cpanm /tmp/* |
COPY dir:f1a6384ad6ce0052e0b028fc0382abc8c03709c245e9af945c20a8e4d3da607d in / |
VOLUME [/config] |
Labels
Key | Value |
---|---|
build_version | Linuxserver.io version:- Build-date:- |
maintainer | saarg |
org.opencontainers.image.authors | linuxserver.io |
org.opencontainers.image.created | 2023-04-25T19:57:39+02:00 |
org.opencontainers.image.description | baseimage-alpine image by linuxserver.io |
org.opencontainers.image.documentation | https://docs.linuxserver.io/images/docker-baseimage-alpine |
org.opencontainers.image.licenses | GPL-3.0-only |
org.opencontainers.image.ref.name | d5b671a77d3c66f713bb3a1a3c3afa4aa0697511 |
org.opencontainers.image.revision | d5b671a77d3c66f713bb3a1a3c3afa4aa0697511 |
org.opencontainers.image.source | https://github.com/linuxserver/docker-baseimage-alpine |
org.opencontainers.image.title | Baseimage-alpine |
org.opencontainers.image.url | https://github.com/linuxserver/docker-baseimage-alpine/packages |
org.opencontainers.image.vendor | linuxserver.io |
org.opencontainers.image.version | 4f1e9fec-ls49 |