Skip to content

juju/juju-db-oci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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