cds

cdgpy (sha256:d535c01bfb5e4b16a6dc9b83911a13bb04c51ae79076c1d2055c3d8cd200ddc2)

Published 2025-02-04 09:27:26 +01:00 by registry

Installation

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

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'
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 python3-dev 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
EXPOSE map[8000/tcp:{}]
CMD ["./.local/bin/poetry" "run" "uwsgi" "--ini" "uwsgi.ini"]

Labels

Key Value
org.opencontainers.image.created 2025-02-04T08:20:46Z
org.opencontainers.image.revision aa017bd646feb8d621bba71c364f644c7e3eec71
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-02-04 09:27:26 +01:00
1
OCI / Docker
linux/amd64
612 MiB
Versions (346) View all
latest 2026-04-17
48c5a20fa1 2026-04-17
d51f2af0dd 2026-04-16
8d97f70a4e 2026-04-16
ee00c2e74a 2026-04-15