• Joined on 2026-06-09

aoostar-rs (f88b23493fe5527f38ff948a3339e89b33ccdcc7)

Published 2026-06-30 23:14:29 +02:00 by magges in magges/aoostar-rs

Installation

docker pull git.mp-mueller.de/magges/aoostar-rs:f88b23493fe5527f38ff948a3339e89b33ccdcc7
sha256:9d7edffd97ec37a00413f7ea0292ee49e9ed185a0bc138c073b214d03f976bc1

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'
ENV CONFIG_DIR=/config PORT=8080 ASTER_DEVICE=/dev/ttyACM0 ASTER_USB= ASTER_SIMULATE=0 ASTER_WRITE_ONLY=0 ASTER_DISABLE_DISPLAY=0
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates bash libudev1 && rm -rf /var/lib/apt/lists/* # buildkit
COPY /build/target/release/aster-webui /usr/local/bin/aster-webui # buildkit
COPY container/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
RUN /bin/sh -c chmod 0755 /usr/local/bin/aster-webui /usr/local/bin/entrypoint.sh # buildkit
EXPOSE [8080/tcp]
VOLUME [/config]
CMD ["/usr/local/bin/entrypoint.sh"]
Details
Container
2026-06-30 23:14:29 +02:00
0
OCI / Docker
linux/amd64
36 MiB
Versions (17) View all