GithubHelp home page GithubHelp logo

Comments (5)

ronniesa avatar ronniesa commented on May 31, 2024

I'm using Version 18.03.0-ce-win59 (16762)

from iotedge-lorawan-starterkit.

gerfen avatar gerfen commented on May 31, 2024

That did the trick. Thanks!

I think updating the iotedge-lorawan-starterkit/LoRaEngine/readme.md with the required Docker version would be helpful. I can submit a PR if you like.

from iotedge-lorawan-starterkit.

gerfen avatar gerfen commented on May 31, 2024

Well I jumped the gun. My code now builds but now I'm getting an "unauthorized: authentication required" error. I've authenticated to Azure via the Azure: Sign In command.

Sending build context to Docker daemon 3.508MB
Step 1/13 : FROM microsoft/dotnet:2.0-sdk AS build-env
---> 9e06837225a4
Step 2/13 : WORKDIR /app
---> Using cache
---> 122d1c1544ed
Step 3/13 : COPY ./Logger ./Logger
---> Using cache
---> 90947ebb74b9
Step 4/13 : COPY ./LoRaWan.NetworkServer ./LoRaWan.NetworkServer
---> Using cache
---> 761fa7299018
Step 5/13 : COPY ./LoRaWanNetworkSrvModule ./LoRaWanNetworkSrvModule
---> Using cache
---> 81e3101c45bb
Step 6/13 : COPY ./LoraTools ./LoraTools
---> Using cache
---> 66b01d6279e6
Step 7/13 : WORKDIR ./LoRaWanNetworkSrvModule
---> Using cache
---> 62cf0b0133e4
Step 8/13 : RUN dotnet restore
---> Using cache
---> 9598bd800e37
Step 9/13 : RUN dotnet publish -c Release -o out
---> Using cache
---> 1a36a5053e00
Step 10/13 : FROM microsoft/dotnet:2.0-runtime-stretch-arm32v7
---> 87595eb7f1f4
Step 11/13 : WORKDIR /app
---> Using cache
---> d10c668177db
Step 12/13 : COPY --from=build-env /app/LoRaWanNetworkSrvModule/out/* ./
---> Using cache
---> 25626a7934dc
Step 13/13 : ENTRYPOINT ["dotnet", "LoRaWanNetworkSrvModule.dll"]
---> Using cache
---> 821c4e86976c
Successfully built 821c4e86976c
Successfully tagged evolution.azurecr.io/lorawannetworksrvmodule:0.2.0-preview-arm32v7
SECURITY WARNING: You are building a Docker image from Windows against a non-Windows Docker host. All files and directories added to build context will have '-rwxr-xr-x' permissions. It is recommended to double check and reset permissions for sensitive files and directories.
The push refers to repository [xxxxxxxxxxxxx/lorawannetworksrvmodule]
32a9761ed370: Preparing
d3376d928e07: Preparing
420a4cbda8df: Preparing
53c3793bdb6b: Preparing
002111fc932d: Preparing
2e9c4696ffa4: Waiting
unauthorized: authentication required

from iotedge-lorawan-starterkit.

ronniesa avatar ronniesa commented on May 31, 2024

seems that you are not logged from docker in your container registry "evolution.azurecr.io"

from iotedge-lorawan-starterkit.

gerfen avatar gerfen commented on May 31, 2024

Thanks. Executing this from a command prompt resolved the authentication issue:
docker login xxxxxx.azurecr.io -u xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx -p xxxxxx

from iotedge-lorawan-starterkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.