ticdesk (sha256:d8f2abdb0f8af9aa79c9967606578de1057421eaf2d70a2d05670ebfc28eec6b)

Published 2026-07-12 12:47:32 +02:00 by teckids_registry_push_bot in teckids/ticdesk

Installation

docker pull code.teckids.org/teckids/ticdesk@sha256:d8f2abdb0f8af9aa79c9967606578de1057421eaf2d70a2d05670ebfc28eec6b
sha256:d8f2abdb0f8af9aa79c9967606578de1057421eaf2d70a2d05670ebfc28eec6b

About this package

The Free School Inforation System

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'
ARG DEBIAN_FRONTEND=noninteractive
LABEL org.opencontainers.image.title=AlekSIS
LABEL org.opencontainers.image.description=The Free School Inforation System
LABEL org.opencontainers.image.authors=The AlekSIS® Team
LABEL org.opencontainers.image.source=https://edugit.org/AlekSIS/official/AlekSIS
LABEL org.opencontainers.image.url=https://aleksis.org/
LABEL org.opencontainers.image.vendor=Teckids e.V.
LABEL org.opencontainers.image.licenses=EUPL-1.2
ENV ALEKSIS_caching__dir=/var/cache/aleksis
ENV ALEKSIS_static__root=/usr/local/share/aleksis/static
ENV ALEKSIS_media__root=/var/lib/aleksis/media
ENV ALEKSIS_backup__location=/var/lib/aleksis/backups
ENV ALEKSIS_dev__uwsgi__celery=false
ENV VIRTUAL_ENV=/opt/org.aleksis/venv
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get install -yqq postgresql-common && /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y && apt-get update # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get -y install dumb-init gettext postgresql-client-18 libldap2 libmagic1t64 uwsgi uwsgi-plugin-python3 && apt-get clean # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c mkdir -p ${ALEKSIS_caching__dir} ${ALEKSIS_static__root} ${ALEKSIS_media__root} ${ALEKSIS_backup__location} # buildkit
COPY /opt/org.aleksis/venv /opt/org.aleksis/venv # buildkit
COPY /usr/local/share/aleksis/static /usr/local/share/aleksis/static # buildkit
WORKDIR /var/lib/aleksis
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c chown -R www-data:www-data ${ALEKSIS_media__root} ${ALEKSIS_backup__location} # buildkit
USER 33:33
VOLUME [/var/lib/aleksis/media /var/lib/aleksis/backups]
EXPOSE [8000/tcp]
COPY container-startup.sh /usr/local/bin/aleksis-container-startup # buildkit
ENV PATH=/opt/org.aleksis/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENTRYPOINT ["/usr/bin/dumb-init" "--"]
CMD ["/usr/local/bin/aleksis-container-startup"]

Labels

Key Value
org.opencontainers.image.authors The AlekSIS® Team
org.opencontainers.image.description The Free School Inforation System
org.opencontainers.image.licenses EUPL-1.2
org.opencontainers.image.source https://edugit.org/AlekSIS/official/AlekSIS
org.opencontainers.image.title AlekSIS
org.opencontainers.image.url https://aleksis.org/
org.opencontainers.image.vendor Teckids e.V.
Details
Container
2026-07-12 12:47:32 +02:00
4
OCI / Docker
linux/amd64
The AlekSIS® Team
EUPL-1.2
352 MiB
Versions (2) View all