-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from buildkite/fix-packages-api-example
Fix example in packages api that returns an error
- Loading branch information
Showing
7 changed files
with
45 additions
and
16 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
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
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,11 @@ | ||
- [Alpine (apk)](/docs/packages/alpine) | ||
- [Container (Docker)](/docs/packages/container) images | ||
- [Debian/Ubuntu (deb)](/docs/packages/debian) | ||
- [Files (generic)](/docs/packages/files) | ||
- Helm ([OCI](/docs/packages/helm-oci) or [Standard](/docs/packages/helm)) | ||
- Java ([Maven](/docs/packages/maven) or [Gradle leveraging the Maven Publish Plugin](/docs/packages/gradle)) | ||
- [JavaScript (npm)](/docs/packages/javascript) | ||
- [Python (PyPI)](/docs/packages/python) | ||
- [Red Hat (RPM)](/docs/packages/red-hat) | ||
- [Ruby (RubyGems)](/docs/packages/ruby) | ||
- [Terraform](/docs/packages/terraform) modules |
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 @@ | ||
# Package ecosystems overview | ||
|
||
Buildkite Packages supports the following language and package ecosystems: | ||
|
||
<%= render_markdown partial: 'packages/supported_package_ecosystems' %> |
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
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
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