Henrik henrik
  • Joined on 2025-11-12

dockerapi (2.11)

Published 2026-02-13 14:22:48 +01:00 by henrik

Installation

docker pull git.hnrk.io/henrik/dockerapi:2.11
sha256:90cd41138286d4070f1dbff776ac75d8e608899c7f25809cf2ff21025eed0f1e

Image Layers

ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL maintainer== The Infrastructure Company GmbH <info@servercow.de>
ARG PIP_BREAK_SYSTEM_PACKAGES=1
WORKDIR /app
RUN |1 PIP_BREAK_SYSTEM_PACKAGES=1 /bin/sh -c apk add --update --no-cache python3 py3-pip openssl tzdata py3-psutil py3-redis py3-async-timeout && pip3 install --upgrade pip fastapi uvicorn aiodocker docker # buildkit
RUN |1 PIP_BREAK_SYSTEM_PACKAGES=1 /bin/sh -c mkdir /app/modules # buildkit
COPY docker-entrypoint.sh /app/ # buildkit
COPY main.py /app/main.py # buildkit
COPY modules/ /app/modules/ # buildkit
ENTRYPOINT ["/bin/sh" "/app/docker-entrypoint.sh"]
CMD ["python" "main.py"]

Labels

Key Value
maintainer = The Infrastructure Company GmbH <info@servercow.de>
Details
Container
2026-02-13 14:22:48 +01:00
4
OCI / Docker
linux/amd64
48 MiB
Versions (2) View all
latest 2026-02-13
2.11 2026-02-13