wielerfox (sha256:290bd48166a87137dd173bc60cdea99556804a8935b14e0f93e5da19c906a64c)

Published 2026-03-16 23:46:17 +01:00 by hekker

Installation

docker pull repo.molnha.se/hekker/wielerfox@sha256:290bd48166a87137dd173bc60cdea99556804a8935b14e0f93e5da19c906a64c
sha256:290bd48166a87137dd173bc60cdea99556804a8935b14e0f93e5da19c906a64c

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=25.04
ADD file:5c208fb70b021afc05727d8dc78f4c389e873e38646fc0f247ced1cb261ea370 in /
CMD ["/bin/bash"]
ARG UID
ARG GID=110
RUN |2 UID= GID=110 /bin/sh -c apt update && apt install -y nodejs ts-node npm python3 python3-pip python3-venv # buildkit
WORKDIR /srv/wielerfox/app
COPY --chown=:110 alembic.ini . # buildkit
COPY --chown=:110 pyproject.toml . # buildkit
COPY --chown=:110 share share # buildkit
COPY --chown=:110 bin bin # buildkit
COPY --chown=:110 migrations migrations # buildkit
COPY --chown=:110 wielerfox wielerfox # buildkit
COPY --chown=:110 README.md . # buildkit
RUN |2 UID= GID=110 /bin/sh -c groupadd -g ${GID} wielerfox && python3 -m venv /srv/wielerfox-venv && chown -R 1000:wielerfox /srv/wielerfox-venv # buildkit
ENV PATH=/srv/wielerfox-venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
USER
RUN |2 UID= GID=110 /bin/sh -c pip install .[ldap] # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
COPY frontend/src frontend # buildkit
COPY /frontend/dist /srv/wielerfox/frontend/dist # buildkit
ENTRYPOINT ["/entrypoint.sh"]
CMD ["/srv/wielerfox/app/bin/api.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-03-16T22:42:16Z
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 8d99b15d79f1ad3fcd906f3c8b6aa69312c4a0fc
org.opencontainers.image.source https://repo.molnha.se/hekker/wielerfox.git
org.opencontainers.image.url https://repo.molnha.se/hekker/wielerfox
org.opencontainers.image.version 25.04
Details
Container
2026-03-16 23:46:17 +01:00
0
OCI / Docker
linux/amd64
528 MiB
Versions (2) View all
latest 2026-03-16
cache 2026-02-17