Skip to content

Commit

Permalink
Merge pull request openshift#24094 from mkumatag/update-busybox
Browse files Browse the repository at this point in the history
Switch to docker.io/busybox
  • Loading branch information
openshift-merge-robot authored Nov 6, 2019
2 parents a057bd4 + 6464719 commit 77684ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/extended/testdata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/extended/testdata/jobs/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ spec:
spec:
containers:
- name: simplev1
image: gcr.io/google_containers/busybox
image: docker.io/busybox
command: ["/bin/sh", "-c", "exit 0"]
restartPolicy: Never

0 comments on commit 77684ba

Please sign in to comment.