ht-docker-dbase (npmci)

Published 2024-05-26 12:26:18 +00:00 by philkunz in host.today/ht-docker-dbase

Installation

docker pull code.foss.global/host.today/ht-docker-dbase:npmci
sha256:ea00645511b80d77dc57004ca2d893bfc64add32835f8a0726f4c12d0d56d7b2

Image Layers

ADD file:aad4290d27580cc1a094ffaf98c3ca2fc5d699fe695dfb8e6e9fac20f1129450 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.8
/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.8.tgz'; ;; 'armhf') url='https://download.docker.com/linux/static/stable/armel/docker-20.10.8.tgz'; ;; 'armv7') url='https://download.docker.com/linux/static/stable/armhf/docker-20.10.8.tgz'; ;; 'aarch64') url='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.8.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 apk update && apk add --no-cache git openssl openssl-dev ca-certificates bash curl make gcc g++ python3 python3-dev py3-pip linux-headers paxctl libgcc libstdc++ gnupg nodejs-current npm krb5-libs && update-ca-certificates rust docker-cli libffi-dev libc-dev docker-compose
/bin/sh -c apk update && apk add bash libc6-compat alpine-sdk
ENV PYTHONUNBUFFERED=1
/bin/sh -c apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
/bin/sh -c python3 -m ensurepip
/bin/sh -c pip3 install --no-cache --upgrade pip setuptools
COPY file:5d458468f9b4c0b4aa9bd6f3fafbe0843c45a3e22c3621c9212017229ed91211 in /lib/
/bin/sh -c node -v && npm -v
ENV PNPM_HOME=/root/.local/share/pnpm/pnpm
/bin/sh -c mkdir -p ${PNPM_HOME}
ENV PATH=/root/.local/share/pnpm/pnpm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
/bin/sh -c curl -fsSL "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" -o /bin/pnpm; chmod +x /bin/pnpm;
/bin/sh -c pnpm -v
/bin/sh -c set -ex && apk add --no-cache --virtual .build-deps build-base && gcc -shared -fPIC /lib/stack-fix.c -o /lib/stack-fix.so && apk del .build-deps
ENV LD_PRELOAD=/lib/stack-fix.so
/bin/sh -c pnpm config set unsafe-perm true
LABEL version=1.0.88
RUN /bin/sh -c pnpm install -g @ship.zone/npmci # buildkit

Labels

Key Value
version 1.0.92
Details
Container
2024-05-26 12:26:18 +00:00
0
OCI / Docker
linux/amd64
274 MiB
Versions (3) View all
latest 2024-05-26
dind 2024-05-26
npmci 2024-05-26