cds

cdgpy (sha256:d96991e8a2bd06f4e66d6fe76f59705d7464a34714fb675666eb28036d0668b9)

Published 2025-03-12 11:13:21 +01:00 by registry

Installation

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

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-12T10:11:39Z
org.opencontainers.image.revision 645917b0f08ef0c95a7cfac25a2fc889e8db9f3d
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-12 11:13:21 +01:00
0
OCI / Docker
linux/amd64
624 MiB
Versions (338) View all
latest 2026-04-14
4cc48c2516 2026-04-14
324d9dfd1d 2026-04-13
f85f67bf29 2026-04-13
76c3fcfadd 2026-04-10