You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@someara First up, thank you for dokken. This project rocks!
I need to use a platform image from a repository that requires credentials but ran into #126 . Previously to this change, I could pull the image before running kitchen create. Since the image existed, pull_if_missing was satisfied. However, now my kitchen create always fails since pull_image always tries to pull and fails on repo authentication.
I'd like to submit a PR, but I don't have the background on why pull_image platform_image was added a few months ago via c146106 . Any reasons against switching back to pull_if_missing platform_image?
As I pointed out here #139 (comment) that is not a good security stance I would support config or a cli argument to modify but the default should be to pull the base platform images as they will almost always contain security updates. I realize that the current behavior impacts some workflows but I think those are considered a minority of use cases and we should be secure by default and allow people to opt-in to the behavior described.
please change this
to
thanks
The text was updated successfully, but these errors were encountered: