Skip to content

juju/charm-base-images

Repository files navigation

charm-base-images

Introduction

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 excute on top of.

Preerequisites

  • 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.

Image Locations

Images built by this repository can be found at:

Usage

Building the images in this repository

Images can be built by either running:

make

or

make build

Pushing the images in this repository

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.

Adding, Removing, Updating image built by this repository.

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published