SW

drone-docker (latest)

Published 2023-02-17 00:20:00 +00:00 by Administrator in SW/drone-docker

Installation

docker pull git.ivasoft.cz/sw/drone-docker:latest
sha256:db7e91fe16a110b9e651f6ab2b0a22fb7fe9d1d009b88a278f1ff16bd31c1806

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 file:254bfb4896d37822fe0c469a429869336061ab99dc63d32d4aa1a7ab1de073c3 in /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh" "/bin/drone-docker"]
LABEL org.opencontainers.image.created=2023-02-17T00:19:38Z
LABEL org.opencontainers.image.revision=c1ca3abaec61e0df93adf569fb1718dddf19f418
LABEL org.opencontainers.image.source=https://git.ivasoft.cz/SW/drone-docker.git
LABEL org.opencontainers.image.url=https://git.ivasoft.cz/SW/drone-docker

Labels

Key Value
org.opencontainers.image.created 2023-02-17T00:19:38Z
org.opencontainers.image.revision c1ca3abaec61e0df93adf569fb1718dddf19f418
org.opencontainers.image.source https://git.ivasoft.cz/SW/drone-docker.git
org.opencontainers.image.url https://git.ivasoft.cz/SW/drone-docker
Details
Container
2023-02-17 00:20:00 +00:00
16
OCI / Docker
linux/amd64
76 MiB
Versions (1) View all
latest 2023-02-17