vplan-parser (sha256:dd1ea305311db81a25dbf3c43bab2a0dbb6b9b6b8f82cac367d3648ff15e4527)

Published 2026-09-15 13:11:40 +00:00 by Pablo1732 in schule/vplan-parser

Installation

docker pull git.pablo1732.de/schule/vplan-parser@sha256:dd1ea305311db81a25dbf3c43bab2a0dbb6b9b6b8f82cac367d3648ff15e4527
sha256:dd1ea305311db81a25dbf3c43bab2a0dbb6b9b6b8f82cac367d3648ff15e4527

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.1.0
ENV APP_VERSION=0.1.0
ENV DEBIAN_FRONTEND=noninteractive TZ=Europe/Berlin
RUN |1 VERSION=0.1.0 /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
COPY stundenplan_download.py /opt/vplan/download.py # buildkit
COPY json_parser.py /opt/vplan/parser.py # buildkit
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
RUN |1 VERSION=0.1.0 /bin/sh -c sed -i 's/\r$//' /usr/local/bin/entrypoint.sh && chmod +x /usr/local/bin/entrypoint.sh # buildkit
ENV DOWNLOAD_ENABLED=true PARSER_ENABLED=true INTERVAL_SECONDS=60 DOWNLOAD_URL=http://192.168.2.11 HTML_DIR=/data/html JSON_DIR=/data/json DOWNLOAD_SCRIPT=/opt/vplan/download.py PARSER_SCRIPT=/opt/vplan/parser.py DOWNLOAD_ARGS= PARSER_ARGS= CLEAN_HTML_BEFORE_DOWNLOAD=true
VOLUME [/data]
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:11:40 +00:00
0
OCI / Docker
linux/amd64
54 MiB
Versions (3) View all
latest 2026-09-15
0.1.1 2026-09-15
0.1.0 2026-09-15