Skip to content

Commit

Permalink
remove base from docker-compose to increase spec speeds
Browse files Browse the repository at this point in the history
Rob guided me to do this when debugging the runner, where we discovered it was building the image all over again.
  • Loading branch information
Shana Moore committed Dec 6, 2024
1 parent 8f0d81d commit caf3438
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,18 +120,6 @@ services:
networks:
internal:

# Used exclusively for building and caching the base image to reduce build times
base:
<<: *app
image: ghcr.io/samvera/hyku/base:${TAG:-latest}
build:
context: .
target: hyku-base
cache_from:
- ghcr.io/samvera/hyku/base:latest
args:
BUILDKIT_INLINE_CACHE: 1

web:
<<: *app
# Uncomment command to access container with out starting bin/web. Useful for debugging
Expand Down

0 comments on commit caf3438

Please sign in to comment.