35 lines
940 B
Plaintext
35 lines
940 B
Plaintext
# __REPO_NAME__
|
|
__DESCRIPTION__
|
|
|
|
[](https://git.pi-farm.de/pi-farm/__REPO_NAME__/actions)
|
|
[](__REPO_URL__)
|
|
|
|
This repository is built and pushed automatically.
|
|
|
|
__DOCKERHUB_LINK__
|
|
|
|
### 🏗️ Platform Support
|
|
| Architecture | Status | Base Image | Build Date |
|
|
| :--- | :--- | :--- | :--- |
|
|
| x86_64 (amd64) | ✅ Active | __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__
|
|
```
|
|
|
|
*Last updated on: __CURRENT_DATE__*
|
|
|
|
### 📜 Version History
|
|
| Version | Date | Status |
|
|
| :--- | :--- | :--- |
|
|
__HISTORY_CONTENT__ |