-
Notifications
You must be signed in to change notification settings - Fork 11.4k
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
Missing rexml error when using docker compose #2880
Comments
Not only that package but a dozen of others in a random way, e.g.
|
I had the same issue on my local Mac system. Update: I resolved the issue by following this local deployment tutorial, skipping the Docker setup altogether. 😅 |
Try setting the version of the docker image used in your Line 4 in 8121ad0
We have been changing some dependencies (e.g. #2791), so the best solution for you is to use a specific image version. You have an older code and it is probably set to use |
Seeing the same on a Windows 10 machine running Docker via WSL2 integration. I'm using the latest code, with |
Try to decrease the version to a previous one like If it doesn't work, I recommend it to update your code to the tip of our main branch. Unfortunately we missed to create some extra tags while removing some dependencies in the past. |
It's still not working with
|
The current version of repository has a bug! Check the output below, please. This is fresh Linux and fresh cloned repository.
|
@gabe-zhang there are other previous versions before the @pashagolub in your case is the opposite. Dependabot updated the dependency, but here is pointing to the Line 4 in f23e35e
@pourmand1376 how should we proceed with this? Keep in the main branch the |
Hey. It is becoming complicated. What do you think about providing the user the option to choose and fix a version. Like the tag should be default to latest. And if it is passed via command or |
I don't think that fixes it, since the user still will have to manually set the version in the |
The best solution I could think of so far is always keep the tag with the latest version (not |
OK. That's good. Let's also provide a way for people to change the tag without messing with |
What is your suggestion? Also, where else will the version need to be changed? Because I think if the only place is in the docker compose, maybe we don't need to add another layer of config just for that. |
Have you checked that your issue isn't already filed?
Bug description
When starting docker compose the gem rexml appears to be missing
How to reproduce the bug
docker compose up
Error messages and logs
What operating system are you using?
Mac
Where are you seeing the problem on?
Running locally with Docker (docker compose)
More info
No response
The text was updated successfully, but these errors were encountered: