s
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/test/1 unknown status
ci/woodpecker/pr/test/2 unknown status

This commit is contained in:
Stephan Schnabel 2025-06-19 14:50:46 +02:00
parent f0f99dab1d
commit 8467481198
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0

View file

@ -7,7 +7,8 @@ when:
services:
- name: dockerd
image: kokuwaio/dockerd
image: kokuwaio/dockerd:dev
pull: true
privileged: true
ports: [2375]
@ -15,6 +16,7 @@ steps:
info:
image: kokuwaio/docker-cli
pull: true
commands: docker info
environment:
DOCKER_HOST: tcp://dockerd:2375