The Free School Inforation System
| # debian.sh --arch 'amd64' out/ 'trixie' '@1779062400' |
| RUN apt-get update |
| RUN apt-get install -yqq postgresql-common && /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y && apt-get update |
| RUN apt-get -y install dumb-init gettext postgresql-client-18 libldap2 libmagic1t64 uwsgi uwsgi-plugin-python3 && apt-get clean |
| RUN mkdir -p ${ALEKSIS_caching__dir} ${ALEKSIS_static__root} ${ALEKSIS_media__root} ${ALEKSIS_backup__location} |
| COPY --from=build ${VIRTUAL_ENV} ${VIRTUAL_ENV} |
| COPY --from=build ${ALEKSIS_static__root} ${ALEKSIS_static__root} |
| RUN chown -R www-data:www-data ${ALEKSIS_media__root} ${ALEKSIS_backup__location} |
| COPY container-startup.sh /usr/local/bin/aleksis-container-startup |
| 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. |