Intial release

This commit is contained in:
TheSpad
2024-03-08 11:42:39 +00:00
parent a64a5dab7f
commit 802a6f9ae0
23 changed files with 47 additions and 109 deletions
+17
View File
@@ -0,0 +1,17 @@
# syntax=docker/dockerfile:1
FROM ghcr.io/linuxserver/unrar:arm64v8-version-6.2.12 as unrar
FROM scratch as buildstage
# copy local files
COPY root/ /
COPY --from=unrar /usr/bin/unrar-alpine /unrar6/unrar-alpine
COPY --from=unrar /usr/bin/unrar-ubuntu /unrar6/unrar-ubuntu
FROM scratch
LABEL maintainer="thespad"
COPY --from=buildstage / /