juju / juju-db-oci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU Affero General Public License v3.0


Languages

Language:Shell 49.2%Language:Dockerfile 28.5%Language:Makefile 22.2%