diff --git a/.github/workflows/apps.yml b/.github/workflows/apps.yml index 7568019..2ec5ff5 100644 --- a/.github/workflows/apps.yml +++ b/.github/workflows/apps.yml @@ -32,7 +32,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./apps/${{ matrix.app }} file: ./apps/${{ matrix.app }}/Dockerfile diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 23dd116..e21c666 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -30,7 +30,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./oses/${{ matrix.oses }} file: ./oses/${{ matrix.oses }}/Dockerfile diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 8b89cbd..7961719 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -41,7 +41,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./bot/${{ matrix.tag }} file: ./bot/${{ matrix.tag }}/Dockerfile @@ -76,7 +76,7 @@ jobs: # registry: ghcr.io # username: ${{ github.repository_owner }} # password: ${{ secrets.REGISTRY_TOKEN }} - # - uses: docker/build-push-action@v5 + # - uses: docker/build-push-action@v6 # with: # context: ./bot/${{ matrix.tag }} # file: ./bot/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/box64.yml b/.github/workflows/box64.yml index 971b30c..d945032 100644 --- a/.github/workflows/box64.yml +++ b/.github/workflows/box64.yml @@ -28,7 +28,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./box64 file: ./${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/bun.yml b/.github/workflows/bun.yml index 7aaf53a..82b3db7 100644 --- a/.github/workflows/bun.yml +++ b/.github/workflows/bun.yml @@ -29,7 +29,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./bun file: ./bun/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/cassandra.yml b/.github/workflows/cassandra.yml index b2b81e6..54b44ed 100644 --- a/.github/workflows/cassandra.yml +++ b/.github/workflows/cassandra.yml @@ -28,7 +28,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./cassandra file: ./cassandra/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 0738f97..9f2f027 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -33,7 +33,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./dart file: ./dart/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 355e228..addc036 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -35,7 +35,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./dotnet file: ./dotnet/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 09d7679..dd8e9a9 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -32,7 +32,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./elixir file: ./elixir/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index 0a49366..227de6a 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -31,7 +31,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./erlang file: ./erlang/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/games.yml b/.github/workflows/games.yml index 65f899e..d1e4e7d 100644 --- a/.github/workflows/games.yml +++ b/.github/workflows/games.yml @@ -36,7 +36,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./games/${{ matrix.game }} file: ./games/${{ matrix.game }}/Dockerfile @@ -68,7 +68,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./games/${{ matrix.game }} file: ./games/${{ matrix.game }}/Dockerfile diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fdfaf6b..9dc62cb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -36,7 +36,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./go file: ./go/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index 86247c2..05b00c1 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -30,7 +30,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./installers file: ./installers/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index ae681f6..c7e80ca 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -36,7 +36,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./java file: ./java/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/mariadb.yml b/.github/workflows/mariadb.yml index 8ad6259..c9070e1 100644 --- a/.github/workflows/mariadb.yml +++ b/.github/workflows/mariadb.yml @@ -36,7 +36,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./mariadb file: ./mariadb/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/mongodb.yml b/.github/workflows/mongodb.yml index cfe8bda..8d5fae7 100644 --- a/.github/workflows/mongodb.yml +++ b/.github/workflows/mongodb.yml @@ -32,7 +32,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./mongodb file: ./mongodb/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/mono.yml b/.github/workflows/mono.yml index cdc8aa3..57f7809 100644 --- a/.github/workflows/mono.yml +++ b/.github/workflows/mono.yml @@ -27,7 +27,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./mono file: ./mono/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c327df6..2417e1b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -38,7 +38,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./nodejs file: ./nodejs/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/postgres.yml b/.github/workflows/postgres.yml index b76595f..4a372a0 100644 --- a/.github/workflows/postgres.yml +++ b/.github/workflows/postgres.yml @@ -35,7 +35,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./postgres file: ./postgres/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 6a4e83e..c9a663f 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -36,7 +36,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./python file: ./python/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/redis.yml b/.github/workflows/redis.yml index 5ae8471..cca5459 100644 --- a/.github/workflows/redis.yml +++ b/.github/workflows/redis.yml @@ -31,7 +31,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./redis file: ./redis/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 03e30ba..3480bae 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,7 +31,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./rust file: ./rust/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/steamcmd.yml b/.github/workflows/steamcmd.yml index 841d0a8..0240a9c 100644 --- a/.github/workflows/steamcmd.yml +++ b/.github/workflows/steamcmd.yml @@ -32,7 +32,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./steamcmd file: ./steamcmd/${{ matrix.distro }}/Dockerfile diff --git a/.github/workflows/voice.yml b/.github/workflows/voice.yml index bc5f388..115f64b 100644 --- a/.github/workflows/voice.yml +++ b/.github/workflows/voice.yml @@ -27,7 +27,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./voice/${{ matrix.tag }} file: ./voice/${{ matrix.tag }}/Dockerfile @@ -59,7 +59,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./voice/${{ matrix.tag }} file: ./voice/${{ matrix.tag }}/Dockerfile diff --git a/.github/workflows/wine.yml b/.github/workflows/wine.yml index bd3f580..3611c0c 100644 --- a/.github/workflows/wine.yml +++ b/.github/workflows/wine.yml @@ -29,7 +29,7 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.REGISTRY_TOKEN }} - - uses: docker/build-push-action@v5 + - uses: docker/build-push-action@v6 with: context: ./wine file: ./wine/${{ matrix.tag }}/Dockerfile diff --git a/bot/parkertron/Dockerfile b/bot/parkertron/Dockerfile index c1cc297..ddf36fd 100644 --- a/bot/parkertron/Dockerfile +++ b/bot/parkertron/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ # general packages diff --git a/bot/sinusbot/Dockerfile b/bot/sinusbot/Dockerfile index bba2c0c..cd7b896 100644 --- a/bot/sinusbot/Dockerfile +++ b/bot/sinusbot/Dockerfile @@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim LABEL org.opencontainers.image.authors="i2007@damw.eu" LABEL version="1.0" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive # Install Dependencies RUN apt update \ @@ -14,8 +14,8 @@ RUN apt update \ && useradd -m -d /home/container container #RUN python3 -m pip install requests -ENV LANG C.UTF-8 -ENV LC_ALL C.UTF-8 +ENV LANG=C.UTF-8 +ENV LC_ALL=C.UTF-8 USER container ENV USER=container HOME=/home/container diff --git a/box64/Dockerfile b/box64/Dockerfile index d0ae99e..4b5d43d 100644 --- a/box64/Dockerfile +++ b/box64/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim LABEL author="QuintenQVD" maintainer="josdekurk@gmail.com" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive ## Update base packages RUN apt update \ diff --git a/dotnet/2.1/Dockerfile b/dotnet/2.1/Dockerfile index 58dcaff..65f4468 100644 --- a/dotnet/2.1/Dockerfile +++ b/dotnet/2.1/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/dotnet/3.1/Dockerfile b/dotnet/3.1/Dockerfile index 18fa767..d173059 100644 --- a/dotnet/3.1/Dockerfile +++ b/dotnet/3.1/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/dotnet/5/Dockerfile b/dotnet/5/Dockerfile index 5bafee2..9f444e1 100644 --- a/dotnet/5/Dockerfile +++ b/dotnet/5/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/dotnet/6/Dockerfile b/dotnet/6/Dockerfile index 9494f76..2f5c65d 100644 --- a/dotnet/6/Dockerfile +++ b/dotnet/6/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/dotnet/7/Dockerfile b/dotnet/7/Dockerfile index 78a389a..985601f 100644 --- a/dotnet/7/Dockerfile +++ b/dotnet/7/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/dotnet/8/Dockerfile b/dotnet/8/Dockerfile index b158d03..dd46202 100644 --- a/dotnet/8/Dockerfile +++ b/dotnet/8/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/dotnet/9/Dockerfile b/dotnet/9/Dockerfile index 7ffef58..3fd591e 100644 --- a/dotnet/9/Dockerfile +++ b/dotnet/9/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt upgrade -y \ diff --git a/games/altv/Dockerfile b/games/altv/Dockerfile index 0422fae..e01dd6c 100644 --- a/games/altv/Dockerfile +++ b/games/altv/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH node:16-bookworm LABEL author="goover" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN useradd -m -d /home/container -s /bin/bash container diff --git a/games/minetest/Dockerfile b/games/minetest/Dockerfile index 50ead4a..5f5c4f8 100644 --- a/games/minetest/Dockerfile +++ b/games/minetest/Dockerfile @@ -1,5 +1,5 @@ FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04 -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y curl ca-certificates openssl git tar gnupg2 sqlite3 fontconfig tzdata iproute2 libfreetype6 software-properties-common \ diff --git a/games/mta/Dockerfile b/games/mta/Dockerfile index baa9d17..28074a2 100644 --- a/games/mta/Dockerfile +++ b/games/mta/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH ubuntu:20.04 -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive ## add container user RUN useradd -m -d /home/container -s /bin/bash container diff --git a/games/valheim/Dockerfile b/games/valheim/Dockerfile index 8dde544..f6c20b5 100644 --- a/games/valheim/Dockerfile +++ b/games/valheim/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04 LABEL author="Daniel Barton" maintainer="danny6167@gmail.com" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive ## add container user RUN useradd -m -d /home/container -s /bin/bash container diff --git a/mariadb/10.3/Dockerfile b/mariadb/10.3/Dockerfile index 17d80fe..1c9db09 100644 --- a/mariadb/10.3/Dockerfile +++ b/mariadb/10.3/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.3 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/10.4/Dockerfile b/mariadb/10.4/Dockerfile index 83673e0..37e42d9 100644 --- a/mariadb/10.4/Dockerfile +++ b/mariadb/10.4/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.4 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/10.5/Dockerfile b/mariadb/10.5/Dockerfile index 0bbf825..ab7d5be 100644 --- a/mariadb/10.5/Dockerfile +++ b/mariadb/10.5/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.5 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/10.6/Dockerfile b/mariadb/10.6/Dockerfile index ea443ca..60f3939 100644 --- a/mariadb/10.6/Dockerfile +++ b/mariadb/10.6/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.6 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/10.7/Dockerfile b/mariadb/10.7/Dockerfile index 667aa81..d514c83 100644 --- a/mariadb/10.7/Dockerfile +++ b/mariadb/10.7/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.7 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/11.2/Dockerfile b/mariadb/11.2/Dockerfile index 811ee7d..b3398ed 100644 --- a/mariadb/11.2/Dockerfile +++ b/mariadb/11.2/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:11.2 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/11.3/Dockerfile b/mariadb/11.3/Dockerfile index a2533c2..535e523 100644 --- a/mariadb/11.3/Dockerfile +++ b/mariadb/11.3/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:11.3 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat \ diff --git a/mariadb/11.4/Dockerfile b/mariadb/11.4/Dockerfile index 4bb949e..d4b2293 100644 --- a/mariadb/11.4/Dockerfile +++ b/mariadb/11.4/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:11.4 LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat-traditional \ diff --git a/mongodb/4/Dockerfile b/mongodb/4/Dockerfile index 52b6885..bab5f3e 100644 --- a/mongodb/4/Dockerfile +++ b/mongodb/4/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mongo:4-focal LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat iproute2 \ diff --git a/mongodb/5/Dockerfile b/mongodb/5/Dockerfile index 0b70021..aeaf3c2 100644 --- a/mongodb/5/Dockerfile +++ b/mongodb/5/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mongo:5-focal LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat iproute2 \ diff --git a/mongodb/6/Dockerfile b/mongodb/6/Dockerfile index 0e73bbe..b347e10 100644 --- a/mongodb/6/Dockerfile +++ b/mongodb/6/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mongo:6-jammy LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat iproute2 \ diff --git a/mongodb/7/Dockerfile b/mongodb/7/Dockerfile index 7773d41..ee446e6 100644 --- a/mongodb/7/Dockerfile +++ b/mongodb/7/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mongo:7-jammy LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt update -y \ && apt install -y netcat iproute2 \ diff --git a/oses/debian/Dockerfile b/oses/debian/Dockerfile index 39eb430..c6d7fe0 100644 --- a/oses/debian/Dockerfile +++ b/oses/debian/Dockerfile @@ -5,7 +5,7 @@ LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN useradd -m -d /home/container -s /bin/bash container diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 075d12e..3cbd93b 100644 --- a/postgres/10/Dockerfile +++ b/postgres/10/Dockerfile @@ -11,7 +11,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index 992062e..e563ce2 100644 --- a/postgres/11/Dockerfile +++ b/postgres/11/Dockerfile @@ -11,7 +11,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index 6dc5db1..696a68e 100644 --- a/postgres/12/Dockerfile +++ b/postgres/12/Dockerfile @@ -11,7 +11,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index d86c033..5fa31b9 100644 --- a/postgres/13/Dockerfile +++ b/postgres/13/Dockerfile @@ -11,7 +11,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index 4c8b019..411d84e 100644 --- a/postgres/14/Dockerfile +++ b/postgres/14/Dockerfile @@ -11,7 +11,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index a4eec38..c2ea945 100644 --- a/postgres/16/Dockerfile +++ b/postgres/16/Dockerfile @@ -10,7 +10,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/postgres/9/Dockerfile b/postgres/9/Dockerfile index d1b5840..a100fe5 100644 --- a/postgres/9/Dockerfile +++ b/postgres/9/Dockerfile @@ -10,7 +10,7 @@ RUN adduser -D -h /home/container container RUN apk add --no-cache tini curl iproute2 ca-certificates fontconfig git openssl sqlite tar tzdata USER container -ENV HOME /home/container +ENV HOME=/home/container WORKDIR /home/container STOPSIGNAL SIGINT diff --git a/redis/5/Dockerfile b/redis/5/Dockerfile index 0bf23ec..b1cc398 100644 --- a/redis/5/Dockerfile +++ b/redis/5/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH redis:5-bullseye LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt -y update && \ apt -y upgrade && \ diff --git a/redis/6/Dockerfile b/redis/6/Dockerfile index 0f90b6f..91f31a7 100644 --- a/redis/6/Dockerfile +++ b/redis/6/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH redis:6-bookworm LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt -y update && \ apt -y upgrade && \ diff --git a/redis/7/Dockerfile b/redis/7/Dockerfile index def8d7e..d245457 100644 --- a/redis/7/Dockerfile +++ b/redis/7/Dockerfile @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH redis:7-bookworm LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN apt -y update && \ apt -y upgrade && \ diff --git a/steamcmd/dotnet/Dockerfile b/steamcmd/dotnet/Dockerfile index 52e26e6..d75c228 100644 --- a/steamcmd/dotnet/Dockerfile +++ b/steamcmd/dotnet/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim LABEL author="Torsten Widmann" maintainer="info@goover.de" -ENV DEBIAN_FRONTEND noninteractive +ENV DEBIAN_FRONTEND=noninteractive RUN dpkg --add-architecture i386 \ && apt update \