cds

cdgpy (sha256:fe287ed401f307fef24ad7ca47f61e2095cd16824aa3bd0b6815eb46767d08cf)

Published 2025-03-28 11:45:15 +01:00 by registry

Installation

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

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'
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-03-28T10:44:16Z
org.opencontainers.image.revision c9e42b420e5904460b2ad5c170dd6993b48150d9
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-03-28 11:45:15 +01:00
0
OCI / Docker
linux/amd64
652 MiB
Versions (367) View all
b7fbe5f63e 2026-06-02
latest 2026-06-02
e0c9282b99 2026-06-01
aabeba88a7 2026-06-01
5cc8bd0893 2026-06-01