Initial draft of plugin.
This commit is contained in:
parent
a51b159186
commit
e1ebdb3eb6
15 changed files with 616 additions and 0 deletions
24
.woodpecker/test.yaml
Normal file
24
.woodpecker/test.yaml
Normal file
|
@ -0,0 +1,24 @@
|
|||
when:
|
||||
instance: ci.schnabel.org
|
||||
repo: kokuwaio/dockerd
|
||||
event: [manual, push, pull_request]
|
||||
branch: main
|
||||
path: [.woodpecker/build.yaml, .woodpecker/test.yaml, .woodpecker/push.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
|
||||
|
||||
depends_on: [build]
|
||||
skip_clone: true
|
||||
matrix:
|
||||
PLATFORM: [amd64, arm64]
|
||||
labels:
|
||||
platform: linux/${PLATFORM}
|
||||
|
||||
services:
|
||||
- name: dockerd
|
||||
image: ci-registry.schnabel.org/kokuwaio/dockerd:${CI_PIPELINE_NUMBER}
|
||||
ports: [2375]
|
||||
privileged: true
|
||||
|
||||
steps:
|
||||
test:
|
||||
image: kokuwaio/docker-cli
|
||||
commands: docker info
|
Loading…
Add table
Add a link
Reference in a new issue