-
Notifications
You must be signed in to change notification settings - Fork 109
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
Upgrade from version 2.81.0.2 (inclusive) till the most recent release is failing #62
Comments
Can you provide a docker-compose file that reproduces the issue please? I've just tried running this one, and it's working fine for me, so there must be something different in our setups. It's using |
I have the same problem with 2.81.0.2 and 2.83.0.0
DockerCompose file:
With 2.81.0.1 everything works fine. On my local computer windows this works also with 2.83.0.0, but not on the remote server (SLES)... |
Strange. I have no problems running the docker-compose sample you posted. See the output below. You said "On my local computer windows...". I'm using a mac. Maybe it is a windows specific issue. The only change I can see that might have caused the problem is this base image upgrade. You could test this by checking out this git repository on you machine, and setting the base image in the Dockefile back to I also wonder if it's something to do with the permissions you're running the docker image with.
|
One of my workmates was able to reproduce the issue on his linux machine. I've reverted the base image from |
Thank you @bethesque for the fix! Now it is working for me with 2.83.0.3 |
Could you try out |
Do you maybe have to install puma in the Dockerfile where you reference 2.7-alpine3.14 image? |
Oh horror 😱 There is something about the more recent alpine base images that is different. They're a good 40MB bigger too, which is a pain.
Puma is installed, exactly the same as the other images. It comes in with the rest of the gems when the bundle install is run. |
This seems to be relevant. docker-library/ruby#351 It seems that alpine3.14 requires a newer version of Docker. I'll try using alpine3.13 for as long as possible. |
From scrolling through that linked issue, it looks like it needs at least 20.10 (which is what I happen to be running). |
And we have Docker on SLES in Version 19.03.5_ce-6.31.1 |
I've been trying to set up a github action to recreate the Docker 19 issue, and I cannot make the build fail! Not sure what I'm doing differently to the set up that causes the issue. I've installed 19.03.9, as that's the oldest version I can find in the repository. You'd think it would have the same issues as 19.03.5. To recreate the situation as closely as possible, I'm building the image using |
@schowave and @filipcynarski we'll be dropping support for Docker 19.03 soon. See #76 |
Pre issue-raising checklist
I have already (please mark the applicable with an
x
):Software versions
Expected behaviour
I should be able to update docker image
Actual behaviour
The docker container is restarting all the time and in the logs I can find following details:
Steps to reproduce
The latest working version for me is 2.81.0.2
Relevent log files
The text was updated successfully, but these errors were encountered: