cds

cdgpy (sha256:0b031f6ea1a56c422c3c2a1648e17c2e8937608587bdd3bd17a0e4d970453af2)

Published 2025-03-10 16:00:45 +01:00 by registry

Installation

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

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1740355200'
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 && 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 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-10T14:59:10Z
org.opencontainers.image.revision 4a0817c4451cac6e3813aed4f54df467fafd1b9d
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-10 16:00:45 +01:00
0
OCI / Docker
linux/amd64
624 MiB
Versions (400) View all
a38f88f338 2026-08-07
latest 2026-08-07
641dc652cb 2026-08-07
bd560d3fd4 2026-07-31
220ff10c58 2026-07-31