Matthias krombel
  • Joined on 2018-02-08

psa_car_controller (latest)

Published 2025-09-15 16:15:21 +02:00 by krombel

Installation

docker pull gitea.krombel.de/krombel/psa_car_controller:latest
sha256:2d2aade860f4458f3a0e95c0dd36b4a14553a1ad5c6263eb9396717c7ba32574

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1754870400'
ARG PYTHON_DEP
ARG DEBIAN_FRONTEND
WORKDIR /config
ENV PSACC_BASE_PATH=/ PSACC_PORT=5000 PSACC_OPTIONS=-c -r --web-conf PSACC_CONFIG_DIR=/config PYTHONPATH=/app
RUN |2 PYTHON_DEP=python3 python3-wheel python3-typing-extensions python3-pandas python3-six python3-dateutil python3-brotli python3-pycryptodome libatlas3-base python3-cryptography python3-scipy androguard python3-flask python3-paho-mqtt python3-ruamel.yaml ca-certificates python3-numpy DEBIAN_FRONTEND=noninteractive /bin/sh -c apt update && apt-get install -y --no-install-recommends $PYTHON_DEP curl && apt-get clean ; rm -rf /var/lib/apt/lists/* # buildkit
COPY /usr/local/lib /usr/local/lib # buildkit
COPY /usr/local/bin/ /usr/local/bin/ # buildkit
COPY /docker_files/init.sh /init.sh # buildkit
CMD ["/init.sh"]

Labels

Key Value
com.docker.compose.project psa_car_controller
com.docker.compose.service psacc
com.docker.compose.version 2.20.1
Details
Container
2025-09-15 16:15:21 +02:00
2
OCI / Docker
linux/amd64
470 MiB
Versions (1) View all
latest 2025-09-15