diff --git a/.drone.yml b/.drone.yml index f204aa3..56aceab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: diff --git a/README.md b/README.md index e381cdc..5b4defd 100644 --- a/README.md +++ b/README.md @@ -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`