This commit is contained in:
Stephan Schnabel 2025-06-20 10:17:46 +02:00
parent 4e79d98c78
commit d099e8395c
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
6 changed files with 226 additions and 60 deletions

View file

@ -1,6 +1,6 @@
when:
instance: ci.kokuwa.io
repo: woodpecker/dockerd
repo: woodpecker/docker
event: pull_request
path: [.woodpecker/build.yaml, .woodpecker/test.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
@ -19,19 +19,13 @@ services:
steps:
info:
image: kokuwaio/docker-cli
image: registry.kokuwa.io/kokuwaio/docker-cli:ci-${CI_PIPELINE_NUMBER}
commands: docker info
environment:
DOCKER_HOST: tcp://dockerd:2375
pull:
image: kokuwaio/docker-cli
image: registry.kokuwa.io/kokuwaio/docker-cli:ci-${CI_PIPELINE_NUMBER}
commands: docker pull bash
environment:
DOCKER_HOST: tcp://dockerd:2375
run:
image: kokuwaio/docker-cli
image: registry.kokuwa.io/kokuwaio/docker-cli:ci-${CI_PIPELINE_NUMBER}
commands: docker run --rm bash uname -a
environment:
DOCKER_HOST: tcp://dockerd:2375