Release of Alpine 3.12 Docker images #3669
Replies: 9 comments
-
Just an observation (don't want to create a bug request yet). |
Beta Was this translation helpful? Give feedback.
-
Same here. We also saw a lot of host crashes and reverted to 3.11 for now. In our case it wasn't the tests but running the actual application. Will come back with updates if we have them. |
Beta Was this translation helpful? Give feedback.
-
as mentioned, we saw a lot of host crashes and had to revert back to 3.11. When running 3.12 each time application seemed to be running as normal but then it crashes during a call to EFCore migrations. No error messages provided, Docker container exit code 139. |
Beta Was this translation helpful? Give feedback.
-
@DavidGirsvaldas - Could you provide a core dump? That would be very useful in diagnosing the issue. cc EFCore folks: @smitpatel, @maumar, @roji |
Beta Was this translation helpful? Give feedback.
-
@DavidGirsvaldas and others, can you please open an issue on https://github.com/dotnet/efcore/issues describing the crash, with instructions on how to reproduce it? We'd definitely want to investigate that. /cc @ajcvickers |
Beta Was this translation helpful? Give feedback.
-
another issue here with 3.12 - was using 3.1-alpine tag in my gitlab ci yaml, started seg faulting with 3.12 when attempting a dotnet gitversion (after restore dotnet tools). unfortunately, gitlab doesn't show me the actual error, just the error code (139). pinning to 3.1-alpine3.11 got it working again. |
Beta Was this translation helpful? Give feedback.
-
To everyone that's encountering this crash, please log an issue and provide a repro please. If you don't have a simple enough repro, please collect a core dump. |
Beta Was this translation helpful? Give feedback.
-
Ok, I'm taking the challenge :-) Here goes my dockerized repro (you can pretty much copy-n-paste into the terminal):
this gave me this output of tests run: Test Run Aborted. Build FAILED. Time Elapsed 00:00:52.19 |
Beta Was this translation helpful? Give feedback.
-
@ChaosEngine - Copy-and-paste repros are fantastic, thanks! Could you please log this as a separate issue in https://github.com/microsoft/vstest so that it can be appropriately tracked? Please also note in the issue that the problem is related to the Alpine version because the same steps succeed if you use mcr.microsoft.com/dotnet/core/sdk:3.1-alpine3.11. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
.NET Core Alpine Docker images updated to Alpine 3.12
Docker images for .NET Core 2.1, 3.1, and 5.0 Preview 5 have been released that support Alpine 3.12.
As part of these changes, the floating tags for Alpine-based images have been moved from Alpine 3.11 to 3.12.
Details
If you made use of a floating tag for Alpine, such as
3.1-alpine
and2.1-alpine
, these have been changed to now reference Alpine 3.12 instead of Alpine 3.11. Be sure to pull this tag on your Docker machine to get the latest image.The following Docker repos have been updated:
Beta Was this translation helpful? Give feedback.
All reactions