sha256:2be7c3c7a0d3b8ed327dd56d833e7b54b823236f09f8e340d25e20a5d7c43e22
OS/ARCH
Compressed size
274.62 MB
Last pushed
about 2 months by mcgtekwrt
Type
Image
Manifest digest
sha256:7d196d6c056a8ae656a87867df8105a3b46e98c8bdd7e1db14bb4f2e6c000116
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.23.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.74 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit444 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10LABEL org.opencontainers.image.title=playhub0 B11LABEL org.opencontainers.image.description=TVBox Web frontend/backend runtime0 B12ENV APP_PORT=18080 APP_CACHE_DIR=/opt/playhub/data/cache APP_LOG_FILE=/opt/playhub/logs/playhub.log DEX2JAR_COMMAND=__AUTO__0 B13RUN /bin/sh -c apt-get update98.67 MB14WORKDIR /opt/playhub116 B15COPY target/playhub-*.jar app/playhub.jar # buildkit31.56 MB16COPY scripts/ scripts/ # buildkit113.92 KB17COPY tools/dex-tools-v2.4/ tools/dex-tools-v2.4/ # buildkit18.21 MB18COPY docker/application.yml config/application.yml # buildkit723 B19RUN /bin/sh -c mkdir -p49.88 MB20USER playhub0 B21EXPOSE [18080/tcp]0 B22HEALTHCHECK {Test:[CMD-SHELL curl -fsS "http://127.0.0.1:${APP_PORT}/api/health"0 B23ENTRYPOINT ["sh" "-c" "exec java0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800'