Matthias krombel
  • Joined on 2018-02-08

psa_car_controller (3.7.5)

Published 2026-07-31 11:14:57 +02:00 by krombel

Installation

docker pull gitea.krombel.de/krombel/psa_car_controller:3.7.5
sha256:b6dece8f9023de1a285d6beb76e5053c345165b2226090bc175a31b191082d29

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'
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
COPY /usr/local/lib /usr/local/lib # buildkit
COPY /usr/local/bin/ /usr/local/bin/ # buildkit
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
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 pip3 install --break-system-packages playwright 2>/dev/null && playwright install --with-deps webkit 2>/dev/null || echo "Playwright not available on this architecture, headless auth will use manual fallback" # 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
2026-07-31 11:14:57 +02:00
1
OCI / Docker
linux/amd64
822 MiB
Versions (3) View all
3.7.5 2026-07-31
3.6.3 2026-03-04
latest 2025-09-15