question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Artifacttool doesn't work on docker image

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:17 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
zarennercommented, May 1, 2019

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 and icu-libs

That is, the following works today:

docker run -it mcr.microsoft.com/azure-cli
az extension add --name azure-devops
apk update
apk add libintl icu-libs
az login
az artifacts universal publish --organization https://dev.azure.com/{organization} --feed "{feed}" --name "the-bin-folder" --version "0.0.1" --path bin

I’ve filed https://github.com/Azure/azure-cli/issues/9276 to see if we can get these dependencies into the azure-cli image

1reaction
mitchdennycommented, Feb 28, 2019

Thanks for reporting the issue. @zarenner would the distro package change you have in #324 at the moment resolve this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found