We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@khaledhikmat, When I was trying to run dockerfiles it shows error as below on both arm64 and amd64 architectures.
ubuntu@ip-172-31-19-230:~Serverless-microservices-reference-architecture/dotnet/dockerfiles$ sudo docker build -t dotent:drivers -f drivers . [+] Building 0.2s (4/4) FINISHED => [internal] load build definition from drivers 0.0s => => transferring dockerfile: 195B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => ERROR [internal] load metadata for docker.io/microsoft/azure-functions-dotnet-core2.0:v2.0.11961-alpha 0.2s => [auth] microsoft/azure-functions-dotnet-core2.0:pull token for registry-1.docker.io 0.0s ------ > [internal] load metadata for docker.io/microsoft/azure-functions-dotnet-core2.0:v2.0.11961-alpha: ------ drivers:1 -------------------- 1 | >>> FROM microsoft/azure-functions-dotnet-core2.0:v2.0.11961-alpha 2 | 3 | COPY ./ServerlessMicroservices.FunctionApp.Drivers/bin/Debug/netstandard2.0 /home/site/wwwroot -------------------- ERROR: failed to solve: microsoft/azure-functions-dotnet-core2.0:v2.0.11961-alpha: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
I have tried to check this docker image microsoft/azure-functions-dotnet-core2.0 on docker hub, but it does not show any result for the image.
microsoft/azure-functions-dotnet-core2.0
Kindly share your feedback regarding this. I will be happy to contribute if required.
The text was updated successfully, but these errors were encountered:
@DanielLarsenNZ, Could you please share your feedback regarding the above issue.
Sorry, something went wrong.
Hmmmn yeah good point. Let's fix it. Have you got time to work on this? If so, please open a PR and go for it.
No branches or pull requests
@khaledhikmat, When I was trying to run dockerfiles it shows error as below on both arm64 and amd64 architectures.
I have tried to check this docker image
microsoft/azure-functions-dotnet-core2.0
on docker hub, but it does not show any result for the image.Kindly share your feedback regarding this. I will be happy to contribute if required.
The text was updated successfully, but these errors were encountered: