https://github.com/bottlerocket-os/bottlerocket-core-kit
A kit with core software packaged for Bottlerocket
https://github.com/bottlerocket-os/bottlerocket-core-kit
bottlerocket
Last synced: 3 months ago
JSON representation
A kit with core software packaged for Bottlerocket
- Host: GitHub
- URL: https://github.com/bottlerocket-os/bottlerocket-core-kit
- Owner: bottlerocket-os
- License: other
- Created: 2024-06-04T16:54:36.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2026-03-27T22:13:25.000Z (3 months ago)
- Last Synced: 2026-03-28T01:49:57.309Z (3 months ago)
- Topics: bottlerocket
- Language: Rust
- Homepage:
- Size: 18.5 MB
- Stars: 32
- Watchers: 16
- Forks: 60
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Copyright: COPYRIGHT
Awesome Lists containing this project
README
# Bottlerocket Core Kit
This is the core kit for [Bottlerocket](https://github.com/bottlerocket-os/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](https://gallery.ecr.aws/bottlerocket/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.
```shell
make
```
OR
```shell
make ARCH=
```
See the [BUILDING](BUILDING.md) guide for more details.