Add(drone): Build Bookworm
This commit is contained in:
parent
95ec06eb80
commit
ea677a7da9
15
.drone.yml
15
.drone.yml
|
@ -4,6 +4,21 @@ name: build
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
|
|
||||||
steps:
|
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
|
- name: build-bullseye
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -136,5 +136,6 @@ And create your first backup!
|
||||||
## Tags
|
## Tags
|
||||||
|
|
||||||
All images are freshly built every week & published as `nold360/borgserver` with the following 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`
|
- Latest / Stable [borg 1.1.16]: `bullseye`, `1.1.16`, `latest`
|
||||||
- Legacy / Buster [borg 1.1.9 ]: `buster`, `1.1.9`
|
- Legacy / Buster [borg 1.1.9 ]: `buster`, `1.1.9`
|
||||||
|
|
Loading…
Reference in a new issue