Skip to content

markusboehme/bottlerocket-sdk

 
 

Repository files navigation

Bottlerocket SDK

This is the SDK for 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 SDK is available through Amazon ECR Public Gallery:

Development

The SDK can be built for either x86_64 or aarch64.

make ARCH="x86_64"
make ARCH="aarch64"

It supports either architecture for a build host in both cases.

See the BUILDING guide for more details.

About

A software development kit for Bottlerocket

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 52.5%
  • Rust 39.2%
  • Shell 6.7%
  • Makefile 1.6%