We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc71e2c commit 48aadeaCopy full SHA for 48aadea
apps/kubernetes-provider/src/index.ts
@@ -212,7 +212,7 @@ class KubernetesTaskOperations implements TaskOperations {
212
},
213
{
214
name: "populate-taskinfo",
215
- image: "docker.io/library/busybox",
+ image: "registry.digitalocean.com/trigger/busybox",
216
imagePullPolicy: "IfNotPresent",
217
command: ["/bin/sh", "-c"],
218
args: ["printenv COORDINATOR_HOST | tee /etc/taskinfo/coordinator-host"],
0 commit comments