hls-proxy (sha256:dc7272b22c09aff34f65b60fd8c13ca7f1e1a0383955c84ee37a08e70d209429)

Published 2026-06-02 16:10:13 +00:00 by bivashy in anyame/hls-proxy

Installation

docker pull git.bivashy.dev/anyame/hls-proxy@sha256:dc7272b22c09aff34f65b60fd8c13ca7f1e1a0383955c84ee37a08e70d209429
sha256:dc7272b22c09aff34f65b60fd8c13ca7f1e1a0383955c84ee37a08e70d209429

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
ARG BUILD_PATH=/opt/build
ENV JAVA_HOME=/opt/jdk
ENV PATH=/opt/jdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |1 BUILD_PATH=/opt/build /bin/sh -c groupadd --gid 1000 spring-app && useradd --uid 1000 --gid spring-app --shell /bin/bash --create-home spring-app # buildkit
RUN |1 BUILD_PATH=/opt/build /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates ffmpeg # buildkit
USER spring-app:spring-app
WORKDIR /opt/workspace
COPY /opt/build/jdk /opt/jdk # buildkit
COPY /opt/build/spring-boot-loader/ ./ # buildkit
COPY /opt/build/dependencies/ ./ # buildkit
COPY /opt/build/snapshot-dependencies/ ./ # buildkit
COPY /opt/build/application/ ./ # buildkit
EXPOSE [8080/tcp]
ENTRYPOINT ["java" "org.springframework.boot.loader.launch.JarLauncher"]

Labels

Key Value
org.opencontainers.image.created 2026-06-02T16:08:03Z
org.opencontainers.image.revision 14f8c18adf85580265152fcdac297daf10910c3b
org.opencontainers.image.source https://git.bivashy.dev/anyame/hls-proxy.git
org.opencontainers.image.url https://git.bivashy.dev/anyame/hls-proxy
Details
Container
2026-06-02 16:10:13 +00:00
1
OCI / Docker
linux/amd64
292 MiB
Versions (12) View all