Skip to content

Commit 48aadea

Browse files
committed
switch to do hosted busybox image
1 parent bc71e2c commit 48aadea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/kubernetes-provider/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class KubernetesTaskOperations implements TaskOperations {
212212
},
213213
{
214214
name: "populate-taskinfo",
215-
image: "docker.io/library/busybox",
215+
image: "registry.digitalocean.com/trigger/busybox",
216216
imagePullPolicy: "IfNotPresent",
217217
command: ["/bin/sh", "-c"],
218218
args: ["printenv COORDINATOR_HOST | tee /etc/taskinfo/coordinator-host"],

0 commit comments

Comments
 (0)