wielerfox (sha256:7ffd70054ebda398ba2fb56758dcc5883623743e4331b7cefa74f7579c66a582)

Published 2026-05-16 22:11:39 +02:00 by hekker

Installation

docker pull repo.molnha.se/hekker/wielerfox@sha256:7ffd70054ebda398ba2fb56758dcc5883623743e4331b7cefa74f7579c66a582
sha256:7ffd70054ebda398ba2fb56758dcc5883623743e4331b7cefa74f7579c66a582

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 && groupadd -g ${GID} wielerfox # buildkit
WORKDIR /srv/wielerfox/app
COPY --chown=: alembic.ini . # buildkit
COPY --chown=: pyproject.toml . # buildkit
COPY --chown=: share share # buildkit
COPY --chown=: bin bin # buildkit
COPY --chown=: migrations migrations # buildkit
COPY --chown=: wielerfox wielerfox # buildkit
COPY --chown=: README.md . # buildkit
RUN |2 UID= GID=110 /bin/sh -c python3 -m venv /srv/wielerfox-venv && chown -R ${UID}:wielerfox /srv/wielerfox-venv # buildkit
ENV VIRTUAL_ENV=/srv/wielerfox-env
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 uv && uv 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-05-16T20:06:12Z
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 9670489bc8deee1ef759456229677d0fb7e81dbc
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-05-16 22:11:39 +02:00
1
OCI / Docker
linux/amd64
502 MiB
Versions (2) View all
latest 2026-05-16
cache 2026-02-17