RamenDR / ocm-ramen-samples

OCM Stateful application samples, including Ramen resources
Apache License 2.0
7 stars 65 forks source link

Update busybox image to a more standard quay/docker image #22

Closed ShyamsundarR closed 1 year ago

ShyamsundarR commented 2 years 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.

nirs commented 1 year ago

In ramen test example we use now docker.io/library/busybox:stable

This also avoid the need to specify imagePullPolicy: IfNotPresent. It is needed because we used :latest.