when: instance: ci.kokuwa.io repo: woodpecker/dockerd event: pull_request path: [.woodpecker/build.yaml, .woodpecker/test.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh] depends_on: [build] matrix: PLATFORM: [amd64, arm64] labels: platform: linux/${PLATFORM} services: - name: dockerd image: registry.kokuwa.io/kokuwaio/dockerd:ci-${CI_PIPELINE_NUMBER} ports: [2375] privileged: true steps: info: image: kokuwaio/docker-cli commands: docker info environment: DOCKER_HOST: tcp://dockerd:2375 pull: image: kokuwaio/docker-cli commands: docker pull bash environment: DOCKER_HOST: tcp://dockerd:2375 run: image: kokuwaio/docker-cli commands: docker run --rm bash uname -a environment: DOCKER_HOST: tcp://dockerd:2375