Skip to content
Snippets Groups Projects
Commit 4bc92466 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'fix/custom-ca-typo' into 'main'

Fix package name for ca-certificates on Alpine

See merge request components/opentofu!238
parents 9e79df97 97c2dc37
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ stages: ...@@ -107,7 +107,7 @@ stages:
.install-custom-ca-alpine: &install-custom-ca-alpine .install-custom-ca-alpine: &install-custom-ca-alpine
- | - |
if [ -f "${CUSTOM_CA}" ]; then if [ -f "${CUSTOM_CA}" ]; then
apk add --no-cache update-ca-certificates apk add --no-cache ca-certificates
mkdir -p /usr/local/share/ca-certificates/ mkdir -p /usr/local/share/ca-certificates/
cp "$CUSTOM_CA" /usr/local/share/ca-certificates/custom-ca.pem cp "$CUSTOM_CA" /usr/local/share/ca-certificates/custom-ca.pem
update-ca-certificates update-ca-certificates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment