Merge pull request #14 from linuxserver/buildkit-master

This commit is contained in:
Adam 2022-11-23 21:46:17 +00:00 committed by GitHub
commit 3107d71952
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.16 as rootfs-stage
# environment
@ -49,7 +51,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)\\$ " \
@ -80,7 +82,6 @@ RUN \
/app \
/config \
/defaults && \
chmod +x /docker-mods && \
echo "**** cleanup ****" && \
dnf autoremove -y && \
dnf clean all && \

View File

@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1
FROM alpine:3.14 as rootfs-stage
# environment
@ -49,7 +51,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)\\$ " \
@ -80,7 +82,6 @@ RUN \
/app \
/config \
/defaults && \
chmod +x /docker-mods && \
echo "**** cleanup ****" && \
dnf autoremove -y && \
dnf clean all && \

View File

@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1
FROM alpine:3.14 as rootfs-stage
# environment
@ -49,7 +51,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)\\$ " \
@ -80,7 +82,6 @@ RUN \
/app \
/config \
/defaults && \
chmod +x /docker-mods && \
echo "**** cleanup ****" && \
dnf autoremove -y && \
dnf clean all && \