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
Under the Skaffold build configuration for docker, you can provide a network to connect the docker container (https://skaffold.dev/docs/references/yaml/#build-artifacts-docker-network), however you are restricted in terms of what network options can be set.
In particular, you cannot set network=cloudbuild, which can be helpful for auth reasons when running inside Google Cloud Build.
You should be able to set network=cloudbuild and ideally any other network
Validation fails when network=cloudbuild is set
The text was updated successfully, but these errors were encountered:
Removed validation within this PR #9390, now it supports any network
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Under the Skaffold build configuration for docker, you can provide a network to connect the docker container (https://skaffold.dev/docs/references/yaml/#build-artifacts-docker-network), however you are restricted in terms of what network options can be set.
In particular, you cannot set network=cloudbuild, which can be helpful for auth reasons when running inside Google Cloud Build.
Expected behavior
You should be able to set network=cloudbuild and ideally any other network
Actual behavior
Validation fails when network=cloudbuild is set
The text was updated successfully, but these errors were encountered: