diff options
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/docker-build.sh | 2 | ||||
| -rw-r--r-- | ci/docker-compose.yaml.example | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/ci/docker-build.sh b/ci/docker-build.sh index 80efcd9..b927920 100755 --- a/ci/docker-build.sh +++ b/ci/docker-build.sh @@ -13,7 +13,7 @@ pushd ${builddir} 2>/dev/null tar Jcvf docker-start.tar.xz data/ docker stop ${container} || true docker container prune -f -docker rmi --force ${container} +docker rmi --force ${container} || true DOCKER_BUILDKIT=0 docker compose \ --progress "plain" \ diff --git a/ci/docker-compose.yaml.example b/ci/docker-compose.yaml.example index a12ba29..ecb6836 100644 --- a/ci/docker-compose.yaml.example +++ b/ci/docker-compose.yaml.example @@ -1,9 +1,6 @@ ---- -name: bogenherr - services: bogenherr: - image: bogenherr:v0.1 + image: bogenherr tty: true build: context: . |
