static-web (1.0.4)
Published 2026-03-30 21:25:46 +00:00 by riccardo
Installation
docker pull git.datapeak.it/containers/static-web:1.0.4sha256:3f4d7bf2352aea284d393443a8e43827c9581cc5547df087204239027a4af405
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 59dac3f10d | linux/amd64 | 114 MiB |
| 4a495267bb | linux/arm64 | 113 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends rsync openssh-client git ca-certificates curl gnupg && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y --no-install-recommends nodejs && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |