Merge pull request #159 from linuxserver/buildkit-master

This commit is contained in:
Adam 2022-11-23 21:46:06 +00:00 committed by GitHub
commit 4659d1bb57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View file

@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1
FROM alpine:3.15 as rootfs-stage
# environment
@ -60,7 +62,7 @@ ARG MODS_VERSION="v3"
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="TheLamer"
ADD "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.${MODS_VERSION}" "/docker-mods"
ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.${MODS_VERSION}" "/docker-mods"
# environment variables
ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
@ -89,7 +91,6 @@ RUN \
/app \
/config \
/defaults && \
chmod +x /docker-mods && \
echo "**** cleanup ****" && \
rm -rf \
/tmp/*

View file

@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1
FROM alpine:3.15 as rootfs-stage
# environment
@ -60,7 +62,7 @@ ARG MODS_VERSION="v3"
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="TheLamer"
ADD "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.${MODS_VERSION}" "/docker-mods"
ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.${MODS_VERSION}" "/docker-mods"
# environment variables
ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
@ -89,7 +91,6 @@ RUN \
/app \
/config \
/defaults && \
chmod +x /docker-mods && \
echo "**** add qemu ****" && \
curl -o \
/usr/bin/qemu-aarch64-static -L \

View file

@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1
FROM alpine:3.15 as rootfs-stage
# environment
@ -60,7 +62,7 @@ ARG MODS_VERSION="v3"
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="TheLamer"
ADD "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.${MODS_VERSION}" "/docker-mods"
ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.${MODS_VERSION}" "/docker-mods"
# environment variables
ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
@ -89,7 +91,6 @@ RUN \
/app \
/config \
/defaults && \
chmod +x /docker-mods && \
echo "**** add qemu ****" && \
curl -o \
/usr/bin/qemu-arm-static -L \