plugins/docker (latest)

Published 2025-09-09 00:12:50 -07:00 by khanhlp

Installation

docker pull git.gadgame.com/public-docker-image/plugins/docker:latest
sha256:efe215bc03b42e276516e7911786918b98f1dc1f3c403671d2ed3cdd7f7112a3

Image Layers

ADD file:5d673d25da3a14ce1f6cf66e4c7fd4f4b85a3759a9d93efb3fd9ff852b5b56e4 in /
CMD ["/bin/sh"]
/bin/sh -c apk add --no-cache ca-certificates libc6-compat openssh-client
/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
ENV DOCKER_VERSION=20.10.14
/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in 'x86_64') url='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.14.tgz'; ;; 'armhf') url='https://download.docker.com/linux/static/stable/armel/docker-20.10.14.tgz'; ;; 'armv7') url='https://download.docker.com/linux/static/stable/armhf/docker-20.10.14.tgz'; ;; 'aarch64') url='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.14.tgz'; ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O docker.tgz "$url"; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version
COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe
COPY file:5b18768029dab8174c9d5957bb39560bde5ef6cba50fbbca222731a0059b449b in /usr/local/bin/
ENV DOCKER_TLS_CERTDIR=/certs
/bin/sh -c mkdir /certs /certs/client && chmod 1777 /certs /certs/client
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["sh"]
/bin/sh -c set -eux; apk add --no-cache btrfs-progs e2fsprogs e2fsprogs-extra ip6tables iptables openssl shadow-uidmap xfsprogs xz pigz ; if zfs="$(apk info --no-cache --quiet zfs)" && [ -n "$zfs" ]; then apk add --no-cache zfs; fi
/bin/sh -c set -eux; addgroup -S dockremap; adduser -S -G dockremap dockremap; echo 'dockremap:165536:65536' >> /etc/subuid; echo 'dockremap:165536:65536' >> /etc/subgid
ENV DIND_COMMIT=42b1175eda071c0e9121e1d64345928384a93df1
/bin/sh -c set -eux; wget -O /usr/local/bin/dind "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind"; chmod +x /usr/local/bin/dind
COPY file:45c7926c5d79023b457ad24274c893b1fc21f241bed46421dc901b8237045f17 in /usr/local/bin/
VOLUME [/var/lib/docker]
EXPOSE 2375 2376
ENTRYPOINT ["dockerd-entrypoint.sh"]
CMD []
ENV DOCKER_HOST=unix:///var/run/docker.sock
ADD release/linux/amd64/drone-docker /bin/ # buildkit
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh" "/bin/drone-docker"]

Labels

Key Value
org.opencontainers.image.created 2025-03-26T15:25:50Z
org.opencontainers.image.revision 8c5277ae89fb269de94adc231a1236a19cc39a6f
org.opencontainers.image.source https://github.com/drone-plugins/drone-docker.git
org.opencontainers.image.url https://github.com/drone-plugins/drone-docker
Details
Container
2025-09-09 00:12:50 -07:00
4
OCI / Docker
linux/amd64
77 MiB
Versions (1) View all
latest 2025-09-09