Sign inSign up

maxldwg/bicep-slips

By maxldwg

Updated 3 days ago

Image
1

10K+

maxldwg/bicep-slips repository overview

Docker Image Version (tag) Docker Pulls Codecov GitHub branch status

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

The main BICEP project is available here
The official Slips Project is available here

Initialize project

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.

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.9 -t maxldwg/bicep-slips:latest --no-cache

Change the version to your desried one

Tag summary

Content type

Image

Digest

sha256:1834ef7ff

Size

1.6 GB

Last updated

3 days ago

docker pull maxldwg/bicep-slips