Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check for images property if cacheFrom is present #555

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

jazzyfresh
Copy link
Contributor

@jazzyfresh jazzyfresh commented Mar 17, 2023

fixes #532

This fix avoids a panic in pkg/pulumi by verifying that the images property is non-null when using cacheFrom. It also adds verification in the Preview step, which avoids the user experience of discovering the error on Update

@github-actions
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Copy link
Contributor

@guineveresaenger guineveresaenger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM- let's add that we're going the "verify-on-preview" route!

provider/provider.go Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provider panics if build.cacheFrom is empty
2 participants