Replies: 1 comment
-
You can configure the credential through There used to be a PR for this purpose: #1680 Otherwise, you can also set up a buildkitd with the harbor access and connect to this buildkitd: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My command is as follows: envd build --output type=image,name=//:,push=true --platform="linux/amd64" --use-proxy. The last step failed, and the error message is unexpected status from POST request to xxx 401 Unauthorized. This should be caused by the failure of Harbor authentication. Where should I configure the Harbor authentication information? Does envd provide corresponding configuration items?
Beta Was this translation helpful? Give feedback.
All reactions