hls-proxy (sha256:d768537961db973f3f0b61ac106b3eb3dc895602128c2bdf9ccd7ee7a195832a)

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

Installation

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

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-02T10:25:10Z
org.opencontainers.image.revision f90484713ab333902aed8bde18f00c3447dbefd2
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 10:27:23 +00:00
1
OCI / Docker
linux/amd64
292 MiB
Versions (12) View all