ADD: updated simcontrol and dockerfile

This commit is contained in:
hwinkel
2023-10-29 16:54:57 +01:00
parent 46287b0f8a
commit 9778aec6a1
7 changed files with 25 additions and 5 deletions

View File

@@ -2,5 +2,7 @@ cd build/
make -j8
cd ..
TAG="kmaster.ti.unibw-hamburg.de:30808/simcontrol:latest"
# sudo buildah bud --pull -f "Dockerfile" -t ${TAG}
# buildah push ${TAG}
docker build --pull --rm -f "Dockerfile" -t ${TAG} "."
docker image push ${TAG}