Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Prevent spamming pull busybox from dockerhub
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
  • Loading branch information
sudohainguyen committed Feb 1, 2024
commit 64e23c1d33adc36dbb304c131f300c61b90059f5
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