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
The main BICEP project is available here
The official Slips Project is available here
In order to be able to start the project you will need to initialize it first. Do this by running:
git submodule update --init --recursive
This fetches the newest version of the submodule for the backend code and is necessary for the application to work seamlessly.
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.9 -t maxldwg/bicep-slips:latest --no-cache
Change the version to your desried one
Content type
Image
Digest
sha256:1834ef7ff…
Size
1.6 GB
Last updated
3 days ago
docker pull maxldwg/bicep-slips