Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 330 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 330 Bytes

juju-db-oci

To build a specific image

Find the name of the image in images.yaml

IMAGES=juju-db-5.3 make build

To push a specific image

Find the name of the image in images.yaml

IMAGES=juju-db-5.3 make push

To build all images

make build

To push all images

make push