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

This commit is contained in:
Stephan Schnabel 2025-06-19 15:18:52 +02:00
parent 4d1fed4cf4
commit 779e08a4bf
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0

View file

@ -8,9 +8,9 @@ when:
services: services:
- name: dockerd - name: dockerd
image: kokuwaio/dockerd:dev image: kokuwaio/dockerd:dev
pull: true
privileged: true
ports: [2375] ports: [2375]
privileged: true
pull: true
steps: steps:
@ -32,10 +32,30 @@ steps:
image: arunvelsriram/utils image: arunvelsriram/utils
depends_on: [] depends_on: []
commands: nslookup dockerd commands: nslookup dockerd
info6:
image: bash
depends_on: []
commands: cat /etc/hosts
info-sleep:
image: bash
depends_on: []
commands: sleep 300
info6:
image: bash
depends_on: []
commands: env|sort
info5: info5:
image: bash image: bash
depends_on: [] depends_on: []
commands: env|sort commands: env|sort
image:
image: kokuwaio/docker-cli
depends_on: []
commands: docker build . --tag=ghcr.io/inoa-io/inoa:snapshot
--cache-from=type=registry,ref=ghcr.io/inoa-io/inoa:cache
--build-arg=MAVEN_MIRROR_CENTRAL
--build-arg=YARN_NPM_REGISTRY_SERVER
--build-arg=YARN_UNSAFE_HTTP_WHITELIST
build: build:
image: kokuwaio/buildctl image: kokuwaio/buildctl