Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 800 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 800 Bytes

jujud-operator-images

Introduction

This repository is used for (re)bulding the juju operator images used by Juju.

Preerequisites

  • Docker 19.02 (requires buildx support with quemu for building multiple platforms). See Docker Buildx for more information.
  • GNU Make
  • Bash
  • yq

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