Skip to content

KCSesh/bottlerocket-core-kit

 
 

Repository files navigation

Bottlerocket Core Kit

This is the core kit for Bottlerocket. It includes many common dependencies for downstream package and variant builds.

Contents

The core kit includes:

  • Shared libraries such as glibc and libz
  • Management daemons such as systemd and dbus-broker
  • Agents for settings API and in-place updates

Availability

The Bottlerocket core kit is available through Amazon ECR Public.

Development

The core kit can be built on either an x86_64 or an aarch64 host. To do this you can use the following commands.

make

OR

make ARCH=<aarch64, x86_64>

See the BUILDING guide for more details.

About

A kit with core software packaged for Bottlerocket

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 95.8%
  • Go 3.1%
  • Other 1.1%