From 933d99479067a13c6af50f7ebf319d85356f2459 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Fri, 30 Dec 2022 11:17:38 +0100 Subject: [PATCH] steamcmd fix maintainer + platform select --- steamcmd/dotnet/Dockerfile | 2 +- steamcmd/ubuntu/Dockerfile | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/steamcmd/dotnet/Dockerfile b/steamcmd/dotnet/Dockerfile index 98898e6..ae62a33 100644 --- a/steamcmd/dotnet/Dockerfile +++ b/steamcmd/dotnet/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM debian:bullseye-slim +FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim LABEL author="Torsten Widmann" maintainer="info@goover.de" diff --git a/steamcmd/ubuntu/Dockerfile b/steamcmd/ubuntu/Dockerfile index c40c103..f4477a8 100644 --- a/steamcmd/ubuntu/Dockerfile +++ b/steamcmd/ubuntu/Dockerfile @@ -1,4 +1,9 @@ -FROM --platform=$BUILDPLATFORM ubuntu:22.04 +FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04 + +LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" + +LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" +LABEL org.opencontainers.image.licenses=MIT ENV DEBIAN_FRONTEND=noninteractive