host.today

Docker images for building and serving standard software.

Grasberg, Germany, Europe, Earth, Milky-Way.

ht-docker-node (alpine-node)

Published 2026-02-10 13:49:29 +00:00 by philkunz in host.today/ht-docker-node

Installation

docker pull code.foss.global/host.today/ht-docker-node:alpine-node
sha256:bb13dd40fdb3984142b5ef0d6b18919ecea1279b9aded76b0bca66698ab7194f

Images

Digest OS / Arch Size
48683d14a9 linux/amd64 244 MiB
93055dd32f linux/arm64 238 MiB

Image Layers ( linux/arm64)

ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL author=Task Venture Capital GmbH <hello@task.vc>
WORKDIR /workspace
ENV NODE_VERSION_LTS=24.13.0 NVM_DIR=/usr/local/nvm PNPM_HOME=/root/.local/share/pnpm NVM_NODEJS_ORG_MIRROR=https://unofficial-builds.nodejs.org/download/release
RUN /bin/sh -c apk add --no-cache bash curl git build-base python3 linux-headers ca-certificates wget unzip iputils bind-tools libstdc++ tini # buildkit
RUN /bin/sh -c mkdir -p $NVM_DIR && curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash # buildkit
RUN /bin/sh -c printf '%s\n%s\n%s\n' 'export NVM_DIR="/usr/local/nvm"' '[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"' '[ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion"' > /etc/bash.bashrc # buildkit
COPY image_support_files/bash-with-nvm /usr/local/bin/bash-with-nvm # buildkit
COPY image_support_files/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/bash-with-nvm /usr/local/bin/docker-entrypoint.sh # buildkit
SHELL [/usr/local/bin/bash-with-nvm]
ENV BASH_ENV=/etc/bash.bashrc
RUN /usr/local/bin/bash-with-nvm mkdir -p ${PNPM_HOME} # buildkit
ENV PATH=/root/.local/share/pnpm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ARG TARGETARCH=arm64
RUN |1 TARGETARCH=arm64 /usr/local/bin/bash-with-nvm NVM_MUSL_ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "arm64-musl" || echo "x64-musl") && nvm_get_arch() { echo "$NVM_MUSL_ARCH"; } && nvm install $NODE_VERSION_LTS && nvm alias default $NODE_VERSION_LTS && nvm use default && npm install -g pnpm && pnpm -v && pnpm config set unsafe-perm true # buildkit
ENV NODE_PATH=/usr/local/nvm/versions/node/v24.13.0/lib/node_modules
ENV PATH=/usr/local/nvm/versions/node/v24.13.0/bin:/root/.local/share/pnpm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENTRYPOINT ["/sbin/tini" "--" "/usr/local/bin/docker-entrypoint.sh"]
CMD ["bash"]

Labels

Key Value
author Task Venture Capital GmbH <hello@task.vc>
Details
Container
2026-02-10 13:49:29 +00:00
0
OCI / Docker
Versions (12) View all
lts 2026-02-10
szci 2026-02-10
dbase_dind 2026-02-10
dbase 2026-02-10