azure-devops-cli-extension: Artifacttool doesn't work on docker image
The 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
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 18 (11 by maintainers)
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?
Sorry for the delay here. I tried running the existing ArtifactTool with various compat libraries on Alpine with no success.
There’s a bunch of stuff needed to get ArtifactTool (which is dotnet-based) officially supported on Alpine:
1 is done, 2 is pending PR, 3 is pending deployment. edit: updated status
Thank you @rorpage for the offer. @zarenner is looking into this.