Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
# also has an inline default in docker-compose.yml, so this file just pins the
# versions the project builds and tests against.

# Docker Compose project name (prevents collision with other compose projects)
COMPOSE_PROJECT_NAME=rocoto

# Ubuntu base version. Selects which published image variant we pull from the
# dockerslurmcluster registry (must match a published image tag).
# Currently supported values: '26.04' or '24.04'
Expand Down
Loading