cds

cdgpy (sha256:f5e5ba6b8c59e2008e76fa8bf46274c9736500d48fbdb56bab5c71b902c7cf1e)

Published 2025-03-26 10:33:33 +01:00 by registry

Installation

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

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-26T09:32:54Z
org.opencontainers.image.revision 2b632c9caaf0bbf325de9528c8658e9873af2e2b
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-26 10:33:33 +01:00
0
OCI / Docker
linux/amd64
652 MiB
Versions (394) View all
d9714b9d19 2026-07-29
latest 2026-07-29
b49396c9a6 2026-07-27
679edb9aec 2026-07-27
d78015c06f 2026-07-27