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

This commit is contained in:
dresi 2026-06-10 17:53:18 +02:00
parent 18c15a386e
commit b7fa7210db

View File

@ -38,8 +38,8 @@ jobs:
docker exec "$BUILDER" sh -c ' docker exec "$BUILDER" sh -c '
echo "=== SSL env vars in current shell ===" echo "=== SSL env vars in current shell ==="
env | grep -iE "ssl|cert|tls|ca_" || echo "none" env | grep -iE "ssl|cert|tls|ca_" || echo "none"
echo "=== SSL env vars of buildkitd (PID 1) ===" echo "=== All env vars of buildkitd (PID 1) ==="
cat /proc/1/environ 2>/dev/null | tr "\0" "\n" | grep -iE "ssl|cert|tls|ca_" || echo "none" cat /proc/1/environ 2>/dev/null | tr "\0" "\n"
echo "=== Certs in bundle ===" echo "=== Certs in bundle ==="
grep -c "BEGIN CERTIFICATE" /etc/ssl/certs/ca-certificates.crt 2>/dev/null || echo "bundle not found" grep -c "BEGIN CERTIFICATE" /etc/ssl/certs/ca-certificates.crt 2>/dev/null || echo "bundle not found"
echo "=== TLS test to harbor.lan ===" echo "=== TLS test to harbor.lan ==="