cds

cdgpy (sha256:64e3f7db298a0a113fff84a93c8faf3e1e4e2cf51c1e862723cdab68d6d85edb)

Published 2025-04-23 13:52:22 +02:00 by registry

Installation

docker pull forge.eost.unistra.fr/cds/cdgpy@sha256:64e3f7db298a0a113fff84a93c8faf3e1e4e2cf51c1e862723cdab68d6d85edb
sha256:64e3f7db298a0a113fff84a93c8faf3e1e4e2cf51c1e862723cdab68d6d85edb

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'
ENV DEBIAN_FRONTEND=noninteractive
ENV DEBIAN_PRIORITY=critical
ENV DEBCONF_NOWARNINGS=yes
RUN /bin/sh -c apt-get update && apt-get upgrade -y # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y pipx gcc netcat-openbsd python3-dev libmagic1 libpcre3 libpcre3-dev cron && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /opt/CDGPy
COPY . /opt/CDGPy # buildkit
RUN /bin/sh -c usermod -d /opt/CDGPy nobody # buildkit
RUN /bin/sh -c chown -R nobody /opt/CDGPy # buildkit
USER nobody
RUN /bin/sh -c pipx install poetry # buildkit
RUN /bin/sh -c ./.local/bin/poetry install # buildkit
RUN /bin/sh -c ./.local/bin/poetry add django_ckeditor_5 # buildkit
RUN /bin/sh -c ./.local/bin/poetry run python manage.py collectstatic # buildkit
RUN /bin/sh -c chmod u+x /opt/CDGPy/entrypoint.sh # buildkit
EXPOSE map[8000/tcp:{}]
ENTRYPOINT ["/opt/CDGPy/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2025-04-23T11:52:00Z
org.opencontainers.image.revision 4e9e75fa9911c20a82353711e97631a03b3e967e
org.opencontainers.image.source https://forge.eost.unistra.fr/cds/cdgpy.git
org.opencontainers.image.url https://forge.eost.unistra.fr/cds/cdgpy
Details
Container
2025-04-23 13:52:22 +02:00
0
OCI / Docker
linux/amd64
583 MiB
Versions (335) View all
76c3fcfadd 2026-04-10
latest 2026-04-10
fb182c058b 2026-04-10
e31cf7b757 2026-04-10
03a63972d2 2026-04-10