mirror/plugins/docker (20.13.0-arm64)

Published 2023-01-01 23:00:39 +05:00 by drone in containers/mirror

Installation

docker pull code.pztrn.name/containers/mirror/plugins/docker:20.13.0-arm64
sha256:4359d6556fdd2123162adbfa9a5d5af6d0088df2ad081d30b9ea4a0800b41460

Image Layers

ADD file:90e56af13188c7f0283d244a0d70b853d8bef8587a41f1da8eac3a2aba8964ef 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 file:17752977379e84ec84adad27d6ac8c0446d78d3268d3ab1605f47fd626689ac9 in /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh" "/bin/drone-docker"]
LABEL org.label-schema.build-date=2022-06-08T16:07:57Z
LABEL org.label-schema.schema-version=1.0
LABEL org.label-schema.vcs-ref=571deb95bf8538818a6834bd4017d2dae84ce77f
LABEL org.label-schema.vcs-url=https://github.com/drone-plugins/drone-docker.git

Labels

Key Value
org.label-schema.build-date 2022-06-08T16:07:57Z
org.label-schema.schema-version 1.0
org.label-schema.vcs-ref 571deb95bf8538818a6834bd4017d2dae84ce77f
org.label-schema.vcs-url https://github.com/drone-plugins/drone-docker.git
Details
Container
2023-01-01 23:00:39 +05:00
1
OCI / Docker
linux/arm64
70 MiB
Versions (3) View all
20.13.0 2023-01-01
20.13.0-arm64 2023-01-01
20.13.0-amd64 2023-01-01