vplan-webserver (sha256:177834f05f841c1349f186f8e7d9a47f197b45a488364eeca01c168753da6f39)

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

Installation

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

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.9485.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:37:00.369571+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:37:00.369571+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.9485.tar
ARG VERSION=0.3.0
ENV APP_VERSION=0.3.0
ENV DEBIAN_FRONTEND=noninteractive TZ=Europe/Berlin
RUN |1 VERSION=0.3.0 /bin/sh -c for i in 1 2 3 4 5 6 7 8; do apt-get -o Acquire::By-Hash=no -o Acquire::Retries=3 update && break; echo "apt-get update fehlgeschlagen, Versuch $i/8"; sleep 5; done && apt-get install -y --no-install-recommends python3 tzdata ca-certificates poppler-utils && 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.3.0 /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 STATE_DIR=/data/userdata DESIGN_DIR=/opt/vplan-web/design WEB_ROOT=/srv/www SCHULNAME=Johannes-Gutenberg-Gymnasium ADMIN_USER=schulleitung ADMIN_PASSWORD= ADMIN_PASSWORD_HASH= SESSION_HOURS=8 MAX_UPLOAD_MB=25 LOGIN_MAX_FAILS=5
EXPOSE [8080/tcp]
VOLUME [/data/json /data/userdata]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-09-01T20:37:00.369571+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:30:32 +00:00
0
OCI / Docker
linux/amd64
71 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