This repository is used for bulding the base charm images used by Juju in versions 2.9.0 onwards. Charm base images provide the foundation layer for which charms and their associated application code can execute on top of.
- Docker 19.02 (requires buildx support with quemu for building multiple platforms). See Docker Buildx for more information.
- GNU Make
- Bash
- yq
Optional
- act For testing changes to this projects Github Actions.
Images built by this repository can be found at:
Images can be built by either running:
make
or
make build
Images can be built and pushed to a registry by runing:
make push
⚠️ If you are pushing: Be aware this repo is configured to push to the official jujusolutions repository and may need to be change in images.yaml.
All of the various sku's controlled by this repository can be found in images.yaml.
To control how and what images are built by this repository please update this file.