mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 08:48:27 -04:00
radarr-striptracks update/add workflows
This commit is contained in:
+15
-1
@@ -1,7 +1,21 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
|
||||
|
||||
ARG MOD_VERSION
|
||||
|
||||
COPY root/ /root-layer/
|
||||
|
||||
RUN \
|
||||
MOD_VERSION="${MOD_VERSION:-unknown}" && \
|
||||
sed -i -e "s/{{VERSION}}/$MOD_VERSION/" \
|
||||
/root-layer/usr/local/bin/striptracks.sh \
|
||||
/root-layer/etc/s6-overlay/s6-rc.d/init-mod-radarr-striptracks-add-package/run
|
||||
|
||||
## Single layer deployed image ##
|
||||
FROM scratch
|
||||
|
||||
LABEL maintainer="TheCaptain989"
|
||||
|
||||
# Copy local files
|
||||
COPY root/ /
|
||||
COPY --from=buildstage /root-layer/ /
|
||||
|
||||
Reference in New Issue
Block a user