Skip to content

Commit

Permalink
Hmmm, not sure why build fails to mount readonly bind again now. It l…
Browse files Browse the repository at this point in the history
…ooks like it doesn't honor the DOCKER_MIGRID_ROOT from .env for some reason. Try harder...
  • Loading branch information
jonasbardino committed Mar 23, 2024
1 parent afbe2bb commit 4f4ea0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
grep -v "DOCKER_MIGRID_ROOT=|MIG_SYSTEM_RUN=" .env >> ci.env
rm -f .env
mv ci.env .env
grep "DOCKER_MIGRID_ROOT=|MIG_SYSTEM_RUN=" .env
make dockerbuild
- name: Start services
run: |
grep "DOCKER_MIGRID_ROOT=|MIG_SYSTEM_RUN=" .env
make up
- name: Run tests
run: |
Expand Down
5 changes: 5 additions & 0 deletions docker-compose_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ services:
service: migrid-shared
environment:
TZ: ${TZ}
DOCKER_MIGRID_ROOT: ${DOCKER_MIGRID_ROOT}
MIG_SYSTEM_RUN: ${MIG_SYSTEM_RUN}
# RUN_SERVICES specifies which daemons to launch
# Available target service names follow migrid init script and are:
Expand Down Expand Up @@ -105,6 +106,7 @@ services:
image: ucphhpc/migrid${CONTAINER_TAG}
environment:
TZ: ${TZ}
DOCKER_MIGRID_ROOT: ${DOCKER_MIGRID_ROOT}
MIG_SYSTEM_RUN: ${MIG_SYSTEM_RUN}
# RUN_SERVICES specifies which daemons to launch
# Available target service names follow migrid init script and are:
Expand Down Expand Up @@ -148,6 +150,7 @@ services:
image: ucphhpc/migrid${CONTAINER_TAG}
environment:
TZ: ${TZ}
DOCKER_MIGRID_ROOT: ${DOCKER_MIGRID_ROOT}
MIG_SYSTEM_RUN: ${MIG_SYSTEM_RUN}
# RUN_SERVICES specifies which daemons to launch
# Available target service names follow migrid init script and are:
Expand Down Expand Up @@ -196,6 +199,7 @@ services:
image: ucphhpc/migrid${CONTAINER_TAG}
environment:
TZ: ${TZ}
DOCKER_MIGRID_ROOT: ${DOCKER_MIGRID_ROOT}
MIG_SYSTEM_RUN: ${MIG_SYSTEM_RUN}
# RUN_SERVICES specifies which daemons to launch
# Available target service names follow migrid init script and are:
Expand Down Expand Up @@ -244,6 +248,7 @@ services:
image: ucphhpc/migrid${CONTAINER_TAG}
environment:
TZ: ${TZ}
DOCKER_MIGRID_ROOT: ${DOCKER_MIGRID_ROOT}
MIG_SYSTEM_RUN: ${MIG_SYSTEM_RUN}
# RUN_SERVICES specifies which daemons to launch
# Available target service names follow migrid init script and are:
Expand Down

0 comments on commit 4f4ea0f

Please sign in to comment.