Artifacttool doesn't work on docker image
See original GitHub issueThe latest version on Docker Hub is 0.1.3
: https://hub.docker.com/r/microsoft/vsts-cli/tags/
Here’s the page I’m referring to: https://docs.microsoft.com/en-us/cli/vsts/install?view=vsts-cli-latest
Issue Analytics
- State:
- Created 5 years ago
- Comments:17 (11 by maintainers)
Top Results From Across the Web
Unable to authorize in Azure DevOps (Artifacts) when building ...
Main cause of the issue: The dotnet restore command can't actually access the credentials you set via ENV. You can add RUN printenv...
Read more >artifact repository tools
Artifact Repository ToolsAn artifact repository is a software application designed to manage these artifacts. Code Artifact Repository; Code and artifact ...
Read more >docker commit - Docker Documentation
docker commit: It can be useful to commit a container's file changes or settings into a new image. This allows you to debug...
Read more >Troubleshoot environment images - Azure Machine Learning
Troubleshooting steps. Add a DockerSection to your environment definition, specifying either a base image, base dockerfile, or docker build ...
Read more >How to troubleshoot Docker problems - JFrog
When troubleshooting Docker errors, it's best to compare what is ... When a user attempts to pull an image, several steps should occur...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Everything is now working (and has been for a bit, sorry for the lack of update), except that the azure-cli docker image is missing 2 required dependencies:
libintl
andicu-libs
That is, the following works today:
I’ve filed https://github.com/Azure/azure-cli/issues/9276 to see if we can get these dependencies into the azure-cli image
Thanks for reporting the issue. @zarenner would the distro package change you have in #324 at the moment resolve this?