README.template hinzugefügt

This commit is contained in:
2026-02-11 09:31:37 +00:00
parent 006b89843f
commit a3f883b41d

22
README.template Normal file
View File

@@ -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__