1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Update testbed image to use GnuPG 2

This commit is contained in:
Tim Byrne
2019-11-30 20:15:46 -06:00
parent 3aefeeff0f
commit fe96cfce28
4 changed files with 6 additions and 9 deletions

View File

@@ -112,7 +112,7 @@ testhost: require-docker
--hostname testhost \
--rm -it \
-v "/tmp/testhost:/bin/yadm:ro" \
yadm/testbed:2019-09-25 \
yadm/testbed:2019-12-02 \
bash -l
.PHONY: scripthost
@@ -129,7 +129,7 @@ scripthost: require-docker
--rm -it \
-v "$$PWD/script.gz:/script.gz:rw" \
-v "/tmp/testhost:/bin/yadm:ro" \
yadm/testbed:2019-09-25 \
yadm/testbed:2019-12-02 \
bash -c "script /tmp/script -q -c 'bash -l'; gzip < /tmp/script > /script.gz"
@echo
@echo "Script saved to $$PWD/script.gz"