Upgrade: bullseye & borgbackup 1.1.16 (#13)
* Upgrade to bullseye-slim image * Fix(run.sh): authorized_keys permissions * Change(run.sh): Add restrict to client keys & output debian version * Change(Dockerfile): Allow different base images * Update(drone): Build buster & bullseye images * Update README
This commit is contained in:
parent
7b241c142b
commit
0b641a8253
4 changed files with 31 additions and 3 deletions
|
@ -2,7 +2,8 @@
|
|||
# Dockerfile to build borgbackup server images
|
||||
# Based on Debian
|
||||
############################################################
|
||||
FROM debian:buster-slim
|
||||
ARG BASE_IMAGE=debian:bullseye-slim
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
# Volume for SSH-Keys
|
||||
VOLUME /sshkeys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue