Skip to content

maldwg/BICEP-slips-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BICEP-slips-image

Slips image adapted for BICEP

The image holds every dependency necessary along with the necessary interface implemented, in order to work with the BICEP application

Initialize project

In order to be able to start the project you will need to initialize it first. Do this by running:

git submodule init
git submodule update

This fetches the newest version of the submodule for the backend code and is necessary for the application to work seamlessly.

Building the project

TO build a local version of the image for testing purposes, simply run:

cd ./bicep-slips
docker buildx build . --build-arg BASE_IMAGE=stratosphereips/slips --build-arg VERSION=1.1.2 -t maxldwg/bicep-slips:latest --no-cache

Change the version to your desried one

About

Slips image adapted for BICEP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published