We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Makefile defines:
STAGINGIMAGE=${GCE_PD_CSI_STAGING_IMAGE}
But provides no default, so if that environment variable is not set, make build-container fails.
make build-container
The text was updated successfully, but these errors were encountered:
Also no documentation on what that variable is for.
Sorry, something went wrong.
Merge pull request kubernetes-sigs#55 from dobsonj/STOR-1688
e7498df
STOR-1688: Chore: add .snyk file to ignore false positives
davidz627
No branches or pull requests
Makefile defines:
STAGINGIMAGE=${GCE_PD_CSI_STAGING_IMAGE}
But provides no default, so if that environment variable is not set,
make build-container
fails.The text was updated successfully, but these errors were encountered: