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:
|
||||
- name: dockerd
|
||||
image: kokuwaio/dockerd:dev
|
||||
pull: true
|
||||
privileged: true
|
||||
ports: [2375]
|
||||
privileged: true
|
||||
pull: true
|
||||
|
||||
steps:
|
||||
|
||||
|
@ -32,10 +32,30 @@ steps:
|
|||
image: arunvelsriram/utils
|
||||
depends_on: []
|
||||
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:
|
||||
image: bash
|
||||
depends_on: []
|
||||
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:
|
||||
image: kokuwaio/buildctl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue