File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ platform:
88
99steps :
1010- name : test
11- image : docker.io/drycc/go-dev
11+ image : docker.io/drycc/dind
1212 pull : always
1313 privileged : true
1414 commands :
2727 path : /etc/containers/registries.conf
2828
2929- name : publish
30- image : docker.io/drycc/go-dev
30+ image : docker.io/drycc/dind
3131 pull : always
3232 privileged : true
3333 commands :
@@ -73,7 +73,7 @@ platform:
7373
7474steps :
7575- name : publish
76- image : docker.io/drycc/go-dev
76+ image : docker.io/drycc/dind
7777 pull : always
7878 privileged : true
7979 commands :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ init_arch
2020CADDY_DOWNLOAD_URL=" https://github.com/caddyserver/caddy/releases/download/v2.4.6/caddy_2.4.6_linux_${ARCH} .tar.gz"
2121(curl -sSL " ${CADDY_DOWNLOAD_URL} " | tar -C /usr/local/bin/ --no-same-owner -xzv caddy)
2222
23- dnf install -yq procps-ng psmisc
23+ dnf install -y procps-ng psmisc
2424
2525dnf clean all
2626rm -rf /root/*
You can’t perform that action at this time.
0 commit comments