From 7d523da5d7defbf68a07f746a0d75ea18960267c Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Fri, 27 Mar 2026 22:40:32 -0600 Subject: checkpoint for reagent and easy-routes changes in progress --- ci/docker-build.sh | 2 +- ci/docker-compose.yaml.example | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'ci') 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: . -- cgit v1.3