Pass file location to lifecycle commands (#173)

* Add test case for extending image and calling through to rsync

* Keep backup file location env var

* Add documentation

* Work against untared content in test
This commit is contained in:
Frederik Ring
2022-12-30 16:07:34 +01:00
committed by GitHub
parent 9534cde7d9
commit 63961cd826
5 changed files with 102 additions and 0 deletions

4
test/extend/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
ARG version=canary
FROM offen/docker-volume-backup:$version
RUN apk add rsync