1
This commit is contained in:
parent
62a59ef455
commit
3619dcf312
2 changed files with 13 additions and 0 deletions
|
@ -5,8 +5,19 @@ when:
|
|||
branch: main
|
||||
path: [.woodpecker/build.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
|
||||
|
||||
services:
|
||||
- name: dockerd
|
||||
image: kokuwaio/dockerd
|
||||
ports: [2375]
|
||||
|
||||
steps:
|
||||
|
||||
info:
|
||||
image: kokuwaio/docker-cli
|
||||
commands: docker info
|
||||
environment:
|
||||
DOCKER_HOST: tcp://dockerd:2375
|
||||
|
||||
build:
|
||||
image: kokuwaio/buildctl
|
||||
settings: &settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue