Skip to content

Commit

Permalink
Fix: Docker LegacyKeyValueFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Jan 3, 2025
1 parent fb0be1a commit 6d82a2f
Show file tree
Hide file tree
Showing 38 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion bot/parkertron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
# general packages
Expand Down
6 changes: 3 additions & 3 deletions bot/sinusbot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim
LABEL org.opencontainers.image.authors="[email protected]"
LABEL version="1.0"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

# Install Dependencies
RUN apt update \
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion box64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim

LABEL author="QuintenQVD" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

## Update base packages
RUN apt update \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/2.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian

LABEL author="Torsten Widmann" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt upgrade -y \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/3.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian

LABEL author="Torsten Widmann" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt upgrade -y \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian

LABEL author="Torsten Widmann" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt upgrade -y \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian

LABEL author="Torsten Widmann" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt upgrade -y \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian

LABEL author="Torsten Widmann" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt upgrade -y \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian

LABEL author="Torsten Widmann" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt upgrade -y \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian

LABEL author="Torsten Widmann" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt upgrade -y \
Expand Down
2 changes: 1 addition & 1 deletion games/altv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH node:16-bookworm

LABEL author="goover" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN useradd -m -d /home/container -s /bin/bash container

Expand Down
2 changes: 1 addition & 1 deletion games/minetest/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion games/mta/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion games/valheim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04

LABEL author="Daniel Barton" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

## add container user
RUN useradd -m -d /home/container -s /bin/bash container
Expand Down
2 changes: 1 addition & 1 deletion mariadb/10.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.3

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt install -y netcat \
Expand Down
2 changes: 1 addition & 1 deletion mariadb/10.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.4

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt install -y netcat \
Expand Down
2 changes: 1 addition & 1 deletion mariadb/10.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.5

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt install -y netcat \
Expand Down
2 changes: 1 addition & 1 deletion mariadb/10.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.6

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt install -y netcat \
Expand Down
2 changes: 1 addition & 1 deletion mariadb/10.7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:10.7

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt install -y netcat \
Expand Down
2 changes: 1 addition & 1 deletion mariadb/11.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:11.2

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt install -y netcat \
Expand Down
2 changes: 1 addition & 1 deletion mariadb/11.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:11.3

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt install -y netcat \
Expand Down
2 changes: 1 addition & 1 deletion mariadb/11.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mariadb:11.4

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt install -y netcat-traditional \
Expand Down
2 changes: 1 addition & 1 deletion mongodb/4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mongo:4-focal

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt install -y netcat iproute2 \
Expand Down
2 changes: 1 addition & 1 deletion mongodb/5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mongo:5-focal

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt install -y netcat iproute2 \
Expand Down
2 changes: 1 addition & 1 deletion mongodb/6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mongo:6-jammy

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt install -y netcat iproute2 \
Expand Down
2 changes: 1 addition & 1 deletion mongodb/7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH mongo:7-jammy

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt update -y \
&& apt install -y netcat iproute2 \
Expand Down
2 changes: 1 addition & 1 deletion oses/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL author="Michael Parker" maintainer="[email protected]"
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

Expand Down
2 changes: 1 addition & 1 deletion postgres/10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres/11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres/12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres/13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres/14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres/9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion redis/5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH redis:5-bullseye

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt -y update && \
apt -y upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion redis/6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH redis:6-bookworm

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt -y update && \
apt -y upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion redis/7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM --platform=$TARGETOS/$TARGETARCH redis:7-bookworm

LABEL author="Michael Parker" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN apt -y update && \
apt -y upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion steamcmd/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim

LABEL author="Torsten Widmann" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

RUN dpkg --add-architecture i386 \
&& apt update \
Expand Down

0 comments on commit 6d82a2f

Please sign in to comment.