aleksaas (sha256:136ccd55b14aacd0d1033bfb6e59b7289b2f1c8a089d3b5fc9f34e1924e4fa05)

Published 2026-08-13 21:58:08 +02:00 by teckids_aleksis_bot in aleksis/AlekSaaS

Installation

docker pull code.teckids.org/aleksis/aleksaas@sha256:136ccd55b14aacd0d1033bfb6e59b7289b2f1c8a089d3b5fc9f34e1924e4fa05
sha256:136ccd55b14aacd0d1033bfb6e59b7289b2f1c8a089d3b5fc9f34e1924e4fa05

About this package

The Free School Inforation System

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1785715200'
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://code.teckids.org/AlekSIS/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://code.teckids.org/AlekSIS/AlekSIS
org.opencontainers.image.title AlekSIS
org.opencontainers.image.url https://aleksis.org/
org.opencontainers.image.vendor Teckids e.V.
Details
Container
2026-08-13 21:58:08 +02:00
1
OCI / Docker
linux/amd64
The AlekSIS® Team
EUPL-1.2
336 MiB
Versions (11) View all