Skip to content

Commit 3c10199

Browse files
committed
chore(imagebuilder): use dind replace go-dev
1 parent 7b12b64 commit 3c10199

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.drone/drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ platform:
88

99
steps:
1010
- name: test
11-
image: docker.io/drycc/go-dev
11+
image: docker.io/drycc/dind
1212
pull: always
1313
privileged: true
1414
commands:
@@ -27,7 +27,7 @@ steps:
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

7474
steps:
7575
- name: publish
76-
image: docker.io/drycc/go-dev
76+
image: docker.io/drycc/dind
7777
pull: always
7878
privileged: true
7979
commands:

rootfs/imagebuilder/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ init_arch
2020
CADDY_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

2525
dnf clean all
2626
rm -rf /root/*

0 commit comments

Comments
 (0)