vplan-webserver (sha256:fbea52f51de71112036633f626c8e46f8e027f04bc17f2c98c48b3ce875bd0d5)

Published 2026-09-15 13:15:32 +00:00 by Pablo1732 in schule/vplan-webserver

Installation

docker pull git.pablo1732.de/schule/vplan-webserver@sha256:fbea52f51de71112036633f626c8e46f8e027f04bc17f2c98c48b3ce875bd0d5
sha256:fbea52f51de71112036633f626c8e46f8e027f04bc17f2c98c48b3ce875bd0d5

About this package

The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

Image layers

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/.temp_layer.9504.tar --tag 26.04
umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-09-01T20:40:13.648724+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-09-01T20:40:13.648724+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/.temp_layer.control_data.9504.tar
ARG VERSION=0.1.1
ENV APP_VERSION=0.1.1
ENV DEBIAN_FRONTEND=noninteractive TZ=Europe/Berlin
RUN |1 VERSION=0.1.1 /bin/sh -c for i in 1 2 3 4 5; do apt-get -o Acquire::By-Hash=no -o Acquire::Retries=3 update && break; echo "apt-get update fehlgeschlagen, Versuch $i/5"; sleep 5; done && apt-get install -y --no-install-recommends python3 tzdata ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /opt/vplan-web
COPY server.py /opt/vplan-web/server.py # buildkit
COPY generate_views.py /opt/vplan-web/generate_views.py # buildkit
COPY view.js /opt/vplan-web/view.js # buildkit
COPY view.css /opt/vplan-web/view.css # buildkit
COPY vendor/ /opt/vplan-web/vendor/ # buildkit
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
COPY design/ /opt/vplan-web/design/ # buildkit
RUN |1 VERSION=0.1.1 /bin/sh -c sed -i 's/\r$//' /usr/local/bin/entrypoint.sh && chmod +x /usr/local/bin/entrypoint.sh # buildkit
ENV PORT=8080 POLL_SECONDS=20 JSON_DIR=/data/json DESIGN_DIR=/opt/vplan-web/design WEB_ROOT=/srv/www
EXPOSE [8080/tcp]
VOLUME [/data/json]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-09-01T20:40:13.648724+00:00
org.opencontainers.image.description The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
org.opencontainers.image.title ubuntu
org.opencontainers.image.version 26.04
Details
Container
2026-09-15 13:15:32 +00:00
0
OCI / Docker
linux/arm64
53 MiB
Versions (8) View all
0.3.3 2026-09-15
latest 2026-09-15
0.3.2 2026-09-15
0.3.1 2026-09-15
0.3.0 2026-09-15