Move2Kube is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. It has inbuilt support for creating IaC artifacts for replatforming to Kubernetes/Openshift.
Is your feature request related to a problem? Please describe.
Running move2kube plan for the first time after installing Move2Kube takes 6-8minutes to continue the planning because it downloads the cloudfoundry/cnb:cflinuxfs3 and the gcr.io/buildpacks/builder in the background.
Describe the solution you'd like
Have a way to disable downloading the CNB and Buildpacks images while running move2kube plan.
Is your feature request related to a problem? Please describe. Running
move2kube plan
for the first time after installing Move2Kube takes 6-8minutes to continue the planning because it downloads thecloudfoundry/cnb:cflinuxfs3
and thegcr.io/buildpacks/builder
in the background.Describe the solution you'd like Have a way to disable downloading the CNB and Buildpacks images while running move2kube plan.