22 lines
728 B
Plaintext
22 lines
728 B
Plaintext
# Projekt: __REPO_NAME__
|
|
[](https://git.pi-farm.de/pi-farm/__REPO_NAME__/actions)
|
|
|
|
Dieses Repository wird automatisch gebaut und gepusht.
|
|
|
|
### 🏗️ Plattform Unterstützung
|
|
| Architektur | Status | Basis-Image | Build Datum |
|
|
| :--- | :--- | :--- | :--- |
|
|
| x86_64 (amd64) | ✅ Aktiv | __BASE_IMAGE__ | __BUILD_DATE__ |
|
|
| aarch64 (arm64) | __ARM_STATUS__ | __BASE_IMAGE__ | __BUILD_DATE__ |
|
|
|
|
### 🚀 Docker Pull Befehl
|
|
```bash
|
|
docker pull __FULL_URL__:__BUILD_TAG__
|
|
```
|
|
|
|
*Zuletzt aktualisiert am: __CURRENT_DATE__*
|
|
|
|
### 📜 Versions-Historie
|
|
| Version | Datum | Status |
|
|
| :--- | :--- | :--- |
|
|
__HISTORY_CONTENT__ |