envbox icon indicating copy to clipboard operation
envbox copied to clipboard

Support image_pull_policy for inner image

Open mambon2 opened this issue 8 months ago • 3 comments

We need a way to configure the image_pull_policy for the inner image. Can you please provide a way to do that?

mambon2 avatar May 02 '25 19:05 mambon2

@mambon2 the inner image is done via a docker pull so there isn't really a policy that can be set. What are you looking to achieve?

sreya avatar May 21 '25 03:05 sreya

I'm looking to "alwaysPull" a mutable tag instead of the cached image in kubernetes.

mambon2 avatar May 21 '25 12:05 mambon2

In docker looking to avoid locally cached image docker run --pull=always

mambon2 avatar May 21 '25 12:05 mambon2