-
Notifications
You must be signed in to change notification settings - Fork 232
Docker installation problem #592
Comments
Can confirm same issue. EDIT: It appears that this tag has been removed from the .NET Core SDK registry. The oldest tag available is |
Same me problem, hope have step on this. thanks ! |
Hello. |
Trying this again today, and am having this issue (on MacOS 10.15.7): docker build --rm -t passcore . Sending build context to Docker daemon 6.291MB EDIT: Never mind; I had updated the Dockerfile previously trying to get it to work earlier and had broken it. Pulled clean and changed to 3.10 and trying a build now. |
@mcowart123 your ci don't use variable $DOTNET_VERSION, you can see it in your log:
I build image with this docker file:
For run passcore you can use this docker-compose.yaml:
But docker file can't work in my infrastructure. I have error: Maybe you can get it to work. I could not do it. |
@geoperez maybe docker containers have some requirements for fix my err? |
The same error in docker Unexpected Win32 API error; error code: 80090308 |
Has anyone found a way to resolve this issue? |
I updated the docker file, please check the new one. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Fixed it by adapting the Docker file. See issue/671.
After that change, I was able to build and run it on an debian 11 machine. |
The suggestion was applied: 6948c23 |
@geoperez Thanks for the update. I must admit, I have no idea what this suggestion is doing/results into. |
PassCore Server
OS: Linux UBUNTU 18.04LTS
Provider: Active Directory
Settings file (without sensitive information): n/a
Log file (without sensitive information): n/a
Describe the bug
When running:
docker build --rm -t passcore .
Error:
Sending build context to Docker daemon 787.5kB
Step 1/12 : ARG DOTNET_VERSION=3.1
Step 2/12 : FROM mcr.microsoft.com/dotnet/core/sdk:$DOTNET_VERSION-alpine3.9 AS build
manifest for mcr.microsoft.com/dotnet/core/sdk:3.1-alpine3.9 not found: manifest unknown: manifest tagged by "3.1-alpine3.9" is not found
The text was updated successfully, but these errors were encountered: