debug: dump all buildkitd PID 1 env vars
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m45s
Some checks failed
Build and push telegraf-snmp image / build-and-push-image (push) Failing after 1m45s
This commit is contained in:
parent
18c15a386e
commit
b7fa7210db
@ -38,8 +38,8 @@ jobs:
|
||||
docker exec "$BUILDER" sh -c '
|
||||
echo "=== SSL env vars in current shell ==="
|
||||
env | grep -iE "ssl|cert|tls|ca_" || echo "none"
|
||||
echo "=== SSL env vars of buildkitd (PID 1) ==="
|
||||
cat /proc/1/environ 2>/dev/null | tr "\0" "\n" | grep -iE "ssl|cert|tls|ca_" || echo "none"
|
||||
echo "=== All env vars of buildkitd (PID 1) ==="
|
||||
cat /proc/1/environ 2>/dev/null | tr "\0" "\n"
|
||||
echo "=== Certs in bundle ==="
|
||||
grep -c "BEGIN CERTIFICATE" /etc/ssl/certs/ca-certificates.crt 2>/dev/null || echo "bundle not found"
|
||||
echo "=== TLS test to harbor.lan ==="
|
||||
|
||||
Loading…
Reference in New Issue
Block a user