Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Getting started

Development

Running locally

TBD

Building the images

default image can be built from the root via

docker buildx build -t {registry}/{group_name}/isaac-api .

etl image can be built from the root via

docker buildx build -t {registry}/{group_name}/isaac-api-etl --build-arg MVN_PACKAGE_PARAM='-P etl' .

Automated builds

Docker images are published in the GitHub registry - checkout publish