Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix versions in docker compose #439

Open
lmarini opened this issue Dec 7, 2023 · 1 comment
Open

Fix versions in docker compose #439

lmarini opened this issue Dec 7, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lmarini
Copy link
Member

lmarini commented Dec 7, 2023

For many of the services in docker compose we use latest. Depending on the experience of the user and the environment they are in (for example no access to the internet), this can create situations when they are running older versions of some services (for example extractors) and can potentially get errors. Should we drop latest and fix it specific versions?

@lmarini lmarini added the bug Something isn't working label Dec 7, 2023
@robkooper
Copy link
Member

Just looking at this, the only one that is not specified is rabbitmq.
traefik = 1.7 (should really be upgraded)
mongo = 3.6
clowder = in .env, defaults to latest
clowder-monitor should be the same as clowder
elasticsearch = latest, should be 1.2

We should pin the extractors to a specific version and not just latest. Let me know if that is what you wanted.

@robkooper robkooper self-assigned this Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants