first commit of rotate-backups container
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-08-15 18:04:11 -07:00
commit 9f142c15e4
4 changed files with 41 additions and 0 deletions

17
.drone.yml Normal file
View File

@@ -0,0 +1,17 @@
---
kind: template
load: multiarch-container.yaml
data:
repo: images/rotate-backups
build_args:
- PYTHON_VERSION=3
- ALPINE_VERSION=3.18
- ROTATE_BACKUPS_VERSION=8.1
tags:
- "8.1"
- "8"
platforms:
- os: linux
arch: arm64
- os: linux
arch: amd64