stash-s6 (hwaccel-alpine-develop)
Published 2025-10-21 00:10:40 +00:00 by haumoana
Installation
docker pull forgejo.haumoana.rocks/haumoana/stash-s6:hwaccel-alpine-developsha256:9897557264fbca303c923ca11cd87f9a4b214c17db30dc8bc964c2b666398c48Image layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG TARGETPLATFORM=linux/amd64 |
| ENV HOME=/config TZ=Etc/UTC USER=stash STASH_CONFIG_FILE=/config/config.yml UV_TARGET=/pip-install/install PYTHONPATH=/pip-install/install UV_CACHE_DIR=/pip-install/cache UV_BREAK_SYSTEM_PACKAGES=1 HWACCEL=Jellyfin-ffmpeg LOGGER_LEVEL=1 |
| COPY --chmod=755 /usr/bin/stash /app/stash # buildkit |
| COPY /dropprs /bin/dropprs # buildkit |
| RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c echo "**** install base packages ****" && apk add --no-cache --no-progress bash curl libva-utils python3 nano shadow wget yq-go # buildkit |
| RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c echo "**** install packages ****" && apk add --no-cache --no-progress ca-certificates jellyfin-ffmpeg tzdata uv vips-tools # buildkit |
| RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c if [ "$TARGETPLATFORM" = "linux/amd64" ]; then echo "**** install optional x86 drivers ****" && apk add --no-cache --no-progress intel-media-driver intel-media-sdk libva-intel-driver && apk add --no-cache --no-progress --repository https://dl-cdn.alpinelinux.org/alpine/edge/testing onevpl-intel-gpu ; fi # buildkit |
| RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c echo "**** symlink uv-pip ****" && ln -s /opt/uv-pip /usr/bin/pip && echo "**** symlink ffmpeg ****" && ln -s /usr/lib/jellyfin-ffmpeg/ffmpeg /usr/bin/ffmpeg && ln -s /usr/lib/jellyfin-ffmpeg/ffprobe /usr/bin/ffprobe && echo "**** create stash user and make our folders ****" && groupadd -g 911 stash && useradd -u 911 -d /config -s /bin/sh -r -g stash -G video stash && chage -d 0 stash && mkdir -p /config /defaults # buildkit |
| COPY stash/root/ / # buildkit |
| VOLUME [/pip-install] |
| ARG BUILD_DATE=2025-10-13T08:08:25-04:00 SHORT_BUILD_DATE=2025-10-13 GITHASH=1c3e248 OFFICIAL_BUILD=false |
| ENV STASH_S6_VARIANT=hwaccel-alpine STASH_S6_BUILD_DATE=2025-10-13 STASH_S6_GITHASH=1c3e248 |
| LABEL org.opencontainers.image.created=2025-10-13T08:08:25-04:00 org.opencontainers.image.revision=1c3e248 org.opencontainers.image.source=https://feederbox.cc/gh/stash-s6 org.opencontainers.image.vendor=feederbox826 org.opencontainers.image.licenses=AGPL-3.0-only |
| WORKDIR /config |
| EXPOSE [9999/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "curl -sf http://localhost:${STASH_PORT:-9999}/healthz"] "0s" "0s" "30s" "0s" '\x00'} |
| CMD ["/bin/bash" "/opt/entrypoint.sh"] |
| RUN /bin/sh -c sh -c "pip install stashapp-tools emojis lxml requests stashapi --break-system-packages" # buildkit |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | stash |
| com.docker.compose.service | stash |
| com.docker.compose.version | 2.40.0 |
| org.opencontainers.image.created | 2025-10-13T08:08:25-04:00 |
| org.opencontainers.image.licenses | AGPL-3.0-only |
| org.opencontainers.image.revision | 1c3e248 |
| org.opencontainers.image.source | https://feederbox.cc/gh/stash-s6 |
| org.opencontainers.image.vendor | feederbox826 |
Details
2025-10-21 00:10:40 +00:00
Versions (1)
View all
Container
0
OCI / Docker
linux/amd64
AGPL-3.0-only
146 MiB
hwaccel-alpine-develop
2025-10-21