From a3f883b41d2ac7975d58eae804e7ce7bc82689fe Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Wed, 11 Feb 2026 09:31:37 +0000 Subject: [PATCH] =?UTF-8?q?README.template=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.template | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.template diff --git a/README.template b/README.template new file mode 100644 index 0000000..6ea4f66 --- /dev/null +++ b/README.template @@ -0,0 +1,22 @@ +# Projekt: __REPO_NAME__ +[![Build Status](https://git.pi-farm.de/pi-farm/__REPO_NAME__/actions/workflows/build-and-push.yaml/badge.svg)](https://git.pi-farm.de/pi-farm/__REPO_NAME__/actions) + +Dieses Repository wird automatisch gebaut und gepusht. + +### 🏗️ Plattform Unterstützung +| Architektur | Status | Basis-Image | +| :--- | :--- | :--- | +| **x86_64** (amd64) | ✅ Aktiv | `__BASE_IMAGE__` | +| **aarch64** (arm64) | __ARM_STATUS__ | `__BASE_IMAGE__` | + +### 🚀 Docker Pull Befehl +```bash +docker pull __FULL_URL__:__BUILD_TAG__ +``` + +*Zuletzt aktualisiert am: __CURRENT_DATE__* + +### 📜 Versions-Historie +| Version | Datum | Status | +| :--- | :--- | :--- | +__HISTORY_CONTENT__ \ No newline at end of file