Skip to content

Commit 5aa6c52

Browse files
authored
ci: use alpine/openssl in generate-certs task (#376)
Signed-off-by: Marco Nenciarini <[email protected]>
1 parent 3550013 commit 5aa6c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ tasks:
147147
- >
148148
mkdir -p certs &&
149149
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 &&
150+
docker run -v certs:/certs -w /certs --name certs --entrypoint=/bin/sh alpine/openssl -c '
151151
openssl genrsa -out ca-key.pem 4096 &&
152152
openssl req -new -x509 -days 365 -key ca-key.pem -sha256 -out ca.pem \
153153
-subj "/O=CloudNativePG/OU=Barman Cloud Plugin Testing" &&

0 commit comments

Comments
 (0)