test(actions): check if the docker daemon is reachable on loopback addresses
Some checks failed
/ validate (push) Failing after 10s
Some checks failed
/ validate (push) Failing after 10s
This commit is contained in:
parent
629f1b89e7
commit
e1c517afa3
1 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,11 @@ jobs:
|
|||
-schema-location default \
|
||||
-schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json' \
|
||||
./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
|
||||
run: |
|
||||
curl -fsSL -o /tmp/k3d https://github.com/k3d-io/k3d/releases/download/v5.7.4/k3d-linux-amd64
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue