We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3550013 commit 5aa6c52Copy full SHA for 5aa6c52
Taskfile.yml
@@ -147,7 +147,7 @@ tasks:
147
- >
148
mkdir -p certs &&
149
docker volume create certs &&
150
- docker run -v certs:/certs -w /certs --name certs --entrypoint=/bin/bash ubuntu -c 'apt update && apt install openssl -y &&
+ docker run -v certs:/certs -w /certs --name certs --entrypoint=/bin/sh alpine/openssl -c '
151
openssl genrsa -out ca-key.pem 4096 &&
152
openssl req -new -x509 -days 365 -key ca-key.pem -sha256 -out ca.pem \
153
-subj "/O=CloudNativePG/OU=Barman Cloud Plugin Testing" &&
0 commit comments