Closed ShyamsundarR closed 1 year ago
Current busybox image in use is here.
This is for the pod definitions in busybox-ord* directories, and needs to change to a more standard image from quay or docker.
busybox-ord*
In ramen test example we use now docker.io/library/busybox:stable
docker.io/library/busybox:stable
This also avoid the need to specify imagePullPolicy: IfNotPresent. It is needed because we used :latest.
imagePullPolicy: IfNotPresent
:latest
Current busybox image in use is here.
This is for the pod definitions in
busybox-ord*
directories, and needs to change to a more standard image from quay or docker.