test(actions): check if the docker daemon is reachable on loopback addresses
Some checks failed
/ validate (push) Failing after 10s

This commit is contained in:
jad0s 2026-05-20 15:57:19 +02:00
parent 629f1b89e7
commit e1c517afa3

View file

@ -31,6 +31,11 @@ jobs:
-schema-location default \ -schema-location default \
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' \ -schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' \
./manifests/ ./manifests/
- name: Debug docker
run: |
cat /etc/hosts
wget -O- http://172.17.0.1:2375/info 2>&1 || true
wget -O- http://172.18.0.1:2375/info 2>&1 || true
- name: Install k3d - name: Install k3d
run: | run: |
curl -fsSL -o /tmp/k3d https://github.com/k3d-io/k3d/releases/download/v5.7.4/k3d-linux-amd64 curl -fsSL -o /tmp/k3d https://github.com/k3d-io/k3d/releases/download/v5.7.4/k3d-linux-amd64