Skip to content

Commit

Permalink
fix: Prevent spamming pull busybox from dockerhub (#3923)
Browse files Browse the repository at this point in the history
Signed-off-by: Hai Nguyen <[email protected]>
  • Loading branch information
sudohainguyen authored Feb 2, 2024
1 parent 8bce6dc commit 7153cad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def _create_job_definition(self, job_id, namespace, pods, env, index_offset=0):
}
],
"image": "busybox",
"imagePullPolicy": "Always",
"imagePullPolicy": "IfNotPresent",
"name": "init-hostfile",
"resources": {},
"securityContext": {
Expand Down

0 comments on commit 7153cad

Please sign in to comment.