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

This commit is contained in:
Stephan Schnabel 2025-06-19 15:10:32 +02:00
parent 35ce98ec41
commit 4d1fed4cf4
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
2 changed files with 12 additions and 2 deletions

View file

@ -24,6 +24,18 @@ steps:
image: kokuwaio/docker-cli
depends_on: []
commands: docker info
info3:
image: realworld/telnet
depends_on: []
commands: telnet dockerd 2375
info4:
image: arunvelsriram/utils
depends_on: []
commands: nslookup dockerd
info5:
image: bash
depends_on: []
commands: env|sort
build:
image: kokuwaio/buildctl