Initial commit

This commit is contained in:
2026-02-12 12:18:11 +00:00
commit 1b67a70488
11 changed files with 474 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# Projekt: {{.RepoName}} [![Build Status](https://git.pi-farm.de/{{.Owner.Name}}/{{.RepoName}}/actions/workflows/build-and-push.yaml/badge.svg)](https://git.pi-farm.de/{{.Owner.Name}}/{{.RepoName}}/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 git.pi-farm.de/{{.Owner.Name}}/{{.RepoName}}:latest
---
*Zuletzt aktualisiert am: __DATE__*