Files
templates/README.template

35 lines
963 B
Plaintext

# __REPO_NAME__
__DESCRIPTION__
[![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)
[![Gitea Repo](https://img.shields.io/badge/gitea-repository-blue?logo=gitea&logoColor=white)](__REPO_URL__)
Dieses Repository wird automatisch gebaut und gepusht.
__DOCKERHUB_LINK__
### 🏗️ Plattform Unterstützung
| Architektur | Status | Basis-Image | Build Datum |
| :--- | :--- | :--- | :--- |
| x86_64 (amd64) | ✅ Aktiv | __BASE_IMAGE__ | __CURRENT_DATE__ |
| aarch64 (arm64) | __ARM_STATUS__ | __BASE_IMAGE__ | __CURRENT_DATE__ |
### 🚀 Docker Pull
```bash
docker pull __FULL_URL__:__BUILD_TAG__
```
### 🚀 Docker Compose
```yaml
__COMPOSE_BLOCK__
```
### 🚀 Docker Run
```bash
__DOCKER_RUN__
```
*Zuletzt aktualisiert am: __CURRENT_DATE__*
### 📜 Versions-Historie
| Version | Datum | Status |
| :--- | :--- | :--- |
__HISTORY_CONTENT__