-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OSSM-4956: Use upstream build container and common-files
- Loading branch information
1 parent
7cab8d8
commit f08769f
Showing
35 changed files
with
3,024 additions
and
466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"name": "istio build-tools", | ||
"image": "gcr.io/istio-testing/build-tools:master-d5b39ac8e423b269748c9c1e9692a853db960fc9", | ||
"privileged": true, | ||
"remoteEnv": { | ||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True", | ||
"BUILD_WITH_CONTAINER": "0", | ||
"CARGO_HOME": "/home/.cargo", | ||
"RUSTUP_HOME": "/home/.rustup" | ||
}, | ||
"features": { | ||
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, | ||
"ghcr.io/mpriscella/features/kind:1": {} | ||
}, | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"golang.go", | ||
"rust-lang.rust-analyzer", | ||
"eamodio.gitlens", | ||
"zxh404.vscode-proto3", | ||
"ms-azuretools.vscode-docker", | ||
"redhat.vscode-yaml", | ||
"IBM.output-colorizer" | ||
], | ||
"settings": { | ||
"files.eol": "\n", | ||
"go.useLanguageServer": true, | ||
"go.lintTool": "golangci-lint" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
*.descriptor linguist-generated=true | ||
*.descriptor -diff -merge | ||
*.descriptor_set linguist-generated=true | ||
*.descriptor_set -diff -merge | ||
*.pb.html linguist-generated=true | ||
*.pb.go linguist-generated=true | ||
*.gen.go linguist-generated=true | ||
*.gen.yaml linguist-generated=true | ||
*.gen.json linguist-generated=true | ||
*_pb2.py linguist-generated=true | ||
go.sum merge=union | ||
vendor/** linguist-vendored | ||
common/** linguist-vendored | ||
archive/** linquist-vendored | ||
**/vmlinux.h linquist-vendored |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Bugs and Feature Requests | ||
|
||
You can report bugs and feature requests to the Istio team in one of three places: | ||
|
||
- [Product Bugs and Feature Requests](https://github.com/istio/istio/issues) | ||
- [Documentation Bugs and Feature Requests](https://github.com/istio/istio.io/issues) | ||
- [Community and Governance Issues](https://github.com/istio/community/issues) | ||
|
||
For security vulnerabilities, please don't report a bug (which is public) and instead follow | ||
[these procedures](https://istio.io/about/security-vulnerabilities/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Contribution guidelines | ||
|
||
So you want to hack on Istio? Yay! Please refer to Istio's overall | ||
[contribution guidelines](https://github.com/istio/community/blob/master/CONTRIBUTING.md) | ||
to find out how you can help. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.