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
when trying to push containers with iotedgedev push i get
iotedgedev push
ERROR: unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information.
while docker push works normally. credentials are correct and stored in .env
docker push
.env
iotedgedev push pushes to acr
fails to push
setup iotedgedev and iot hub according to wiki build containers, run iotedgedev push
iotedgedev, version 3.3.7 Python 3.6.15 (since anything above will give me an outdated iotedgedev version) Dev Machine: m1 mac sonoma 14.2.1
The text was updated successfully, but these errors were encountered:
@kitsunekyo please make sure you do docker and acr login as described at https://review.learn.microsoft.com/en-us/azure/iot-edge/tutorial-develop-for-linux?branch=main&view=iotedge-1.4&tabs=csharp&pivots=iotedge-dev-cli#push-module-docker-image
Sorry, something went wrong.
No branches or pull requests
Description
when trying to push containers with
iotedgedev push
i getwhile
docker push
works normally. credentials are correct and stored in.env
Expected behavior
iotedgedev push
pushes to acrActual behavior
fails to push
Steps to Reproduce
setup iotedgedev and iot hub according to wiki
build containers, run
iotedgedev push
Environment
iotedgedev, version 3.3.7
Python 3.6.15 (since anything above will give me an outdated iotedgedev version)
Dev Machine: m1 mac sonoma 14.2.1
The text was updated successfully, but these errors were encountered: