https://github.com/bottlerocket-os/bottlerocket-sdk
A software development kit for Bottlerocket
https://github.com/bottlerocket-os/bottlerocket-sdk
Last synced: 5 months ago
JSON representation
A software development kit for Bottlerocket
- Host: GitHub
- URL: https://github.com/bottlerocket-os/bottlerocket-sdk
- Owner: bottlerocket-os
- License: other
- Created: 2020-02-15T00:02:23.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2026-01-17T01:41:13.000Z (5 months ago)
- Last Synced: 2026-01-17T06:34:15.317Z (5 months ago)
- Language: Go
- Homepage:
- Size: 1.07 MB
- Stars: 58
- Watchers: 25
- Forks: 34
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Copyright: COPYRIGHT
Awesome Lists containing this project
README
# Bottlerocket SDK
This is the SDK for [Bottlerocket](https://github.com/bottlerocket-os/bottlerocket).
It provides the base layer used by package and variant builds.
## Contents
The SDK includes:
* Development tools from the host Linux distribution
* C and C++ cross-compilers for the target Linux distribution
* Kernel headers
* Toolchains for Rust and Go
* Software license scanner
### Availability
The [Bottlerocket SDK](https://gallery.ecr.aws/bottlerocket/bottlerocket-sdk) is available through Amazon ECR Public.
### Development
The SDK can be built on either an **x86_64** or an **aarch64** host.
```shell
make
```
See the [BUILDING](https://github.com/bottlerocket-os/bottlerocket-sdk/blob/develop/BUILDING.md) guide for more details.