Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build My Calculator

Getting started

Clone the repository and navigate to the project directory:

git clone [email protected]:Cosmo-Tech/BuildMyCalculator.git
cd BuildMyCalculator

Installation Babylon CLI

python3 -m venv ~/.babylonenv
~/.babylonenv/bin/pip install git+https://github.com/Cosmo-Tech/[email protected]
echo 'alias babylon="~/.babylonenv/bin/babylon"' >> ~/.bashrc
source ~/.bashrc

Update and deploy solution

After adding a new RunTemplate or modifying an existing one, you need to rebuild the Docker image and apply the changes with Babylon.

babylon namespace use -c tenant-bmc -t tenant-bmc
babylon apply project/

Build the Docker image with a new tag (e.g., 0.1.0-dev):

docker login aks-bmc.azure.platform.cosmotech.com -u tenant-bmc -p <harbor_password>
docker build -t aks-bmc.azure.platform.cosmotech.com/tenant-bmc/simulator:0.1.0-dev .
docker push aks-bmc.azure.platform.cosmotech.com/tenant-bmc/simulator:0.1.0-dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages