s
This commit is contained in:
parent
4d1fed4cf4
commit
779e08a4bf
1 changed files with 22 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue