Block a user
unraid-aoostar-x (latest)
Published 2026-06-09 10:32:29 +02:00 by max
Installation
docker pull git.mp-mueller.de/max/unraid-aoostar-x:latestsha256:c36acc24d5dbbb0d38488c0b710fe237a934fde08b7b5cb873a1afd104a8dba6
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400' |
| ENV APP_HOME=/opt/aoostar CONFIG_DIR=/config PORT=5123 LANG=C.UTF-8 LC_ALL=C.UTF-8 |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates bash procps && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c mkdir -p "${APP_HOME}" "${CONFIG_DIR}" # buildkit |
| COPY vendor/AOOSTAR-X /opt/aoostar/AOOSTAR-X # buildkit |
| COPY scripts/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod 0755 /opt/aoostar/AOOSTAR-X /usr/local/bin/entrypoint.sh # buildkit |
| EXPOSE [5123/tcp] |
| VOLUME [/config] |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |