fractal-analytics-platform / fractal-containers

Containers for testing Fractal
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Improve version selection #24

Closed tcompa closed 10 months ago

tcompa commented 10 months ago

Given a config.env file based on

# fractal-server
# FRACTAL_SERVER_RELEASE=1.3.10
# FRACTAL_SERVER_GIT=...

# fractal-client
# FRACTAL_CLIENT_RELEASE=1.3.6
# FRACTAL_CLIENT_GIT=...

# fractal-tasks-core
# FRACTAL_TASKS_CORE_RELEASE=0.12.0
# FRACTAL_TASKS_CORE_GIT

# fractal-web
# FRACTAL_WEB_GIT=0.6.0

# fractal-demos
# FRACTAL_DEMOS_GIT=...

the goal is to support each one of the options.

This is mostly a placeholder, and we discussed implementation with @ychiucco - see upcoming PR.