containers

Continuous Integration Continuous Delivery Containers

static-web (1.0.0)

Published 2026-02-23 10:56:57 +00:00 by riccardo

Installation

docker pull git.datapeak.it/containers/static-web:1.0.0
sha256:6891c8f720a41e51412bbcb519c27863b6f64900a3d58a716afbe3433609a714

Images

Digest OS / Arch Size
93f5b66ace linux/arm64 112 MiB

Image Layers ( linux/arm64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:25d708bf0b30ddee20c0b2764034e065aca922cafd48eb9c662e35ba02ccf1de 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
Details
Container
2026-02-23 10:56:57 +00:00
0
OCI / Docker
Versions (6) View all
latest 2026-03-30
1.0.4 2026-03-30
1.0.3 2026-03-09
1.0.2 2026-03-09
1.0.1 2026-02-28