Add(drone): Build Bookworm

This commit is contained in:
nold 2022-05-11 18:53:24 +02:00
parent 95ec06eb80
commit ea677a7da9
2 changed files with 16 additions and 0 deletions

View file

@ -4,6 +4,21 @@ name: build
type: kubernetes
steps:
- name: build-bookworm
image: plugins/kaniko
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: nold360/borgserver
dockerfile: Dockerfile
build_args:
- BASE_IMAGE=debian:bookworm-slim
tags:
- bookworm
- 1.2.0
- name: build-bullseye
image: plugins/kaniko
settings:

View file

@ -136,5 +136,6 @@ And create your first backup!
## Tags
All images are freshly built every week & published as `nold360/borgserver` with the following tags:
- Next / Unstable [borg 1.2.0]: `bookworm`, `1.2.0`
- Latest / Stable [borg 1.1.16]: `bullseye`, `1.1.16`, `latest`
- Legacy / Buster [borg 1.1.9 ]: `buster`, `1.1.9`