This commit is contained in:
Kyle Speight
2025-09-09 01:46:09 -07:00
parent a588a56d8d
commit 5a71b67076
76 changed files with 105 additions and 95 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH dart:2.17
LABEL author="Alden Bansemer" maintainer="alden@knoban.com"
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
RUN apt update \
&& apt -y install iproute2 git ca-certificates tzdata tini \
+1 -1
View File
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH dart:2.18
LABEL author="Alden Bansemer" maintainer="alden@knoban.com"
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
RUN apt update \
&& apt -y install iproute2 git ca-certificates tzdata tini \
+1 -1
View File
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH dart:2.19
LABEL author="Alden Bansemer" maintainer="alden@knoban.com"
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
RUN apt update \
&& apt -y install iproute2 git ca-certificates tzdata tini \
+1 -1
View File
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH dart:3.3
LABEL author="Alden Bansemer" maintainer="alden@knoban.com"
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
RUN apt update \
&& apt -y install iproute2 git ca-certificates tzdata tini \
+1 -1
View File
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH dart:stable
LABEL author="Alden Bansemer" maintainer="alden@knoban.com"
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
RUN apt update \
&& apt -y install iproute2 git ca-certificates tzdata tini \