ADD: add functionality to delete and add new entities

This commit is contained in:
Henry Winkel
2023-11-02 18:05:56 +01:00
parent 9778aec6a1
commit d151808609
9 changed files with 95 additions and 15 deletions

View File

@@ -2,7 +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}
sudo buildah bud --pull -f "Dockerfile" -t ${TAG}
sudo buildah push ${TAG}
# docker build --pull --rm -f "Dockerfile" -t ${TAG} "."
# docker image push ${TAG}