Skip to content
New issue

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

tar: "no such command" on latest docker image #29927

Closed
amnon-rv opened this issue Sep 18, 2024 · 2 comments
Closed

tar: "no such command" on latest docker image #29927

amnon-rv opened this issue Sep 18, 2024 · 2 comments
Assignees
Labels
Azure CLI Team The command of the issue is owned by Azure CLI team customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone

Comments

@amnon-rv
Copy link

Describe the bug

Trying to execute "tar" on the latest image result in "no such command". tar was available on 2.63.0

Related command

tar

Errors

$ docker run -it mcr.microsoft.com/azure-cli:latest tar --version
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "tar": executable file not found in $PATH: unknown.

Issue script & Debug output

docker run -it mcr.microsoft.com/azure-cli:latest tar --version

Expected behavior

I expect tar to succeed. This is a very basic tool.On previous version:

$ docker run -it mcr.microsoft.com/azure-cli:2.63.0 tar --version
tar (busybox) 1.36.1

Environment Summary

azure-cli 2.64.0

core 2.64.0
telemetry 1.1.0

Dependencies:
msal 1.30.0
azure-mgmt-resource 23.1.1

Python location '/usr/bin/python3.9'
Extensions directory '/root/.azure/cliextensions'

Python (Linux) 3.9.19 (main, Aug 23 2024, 00:07:48)
[GCC 11.2.0]

Legal docs and information: aka.ms/AzureCliLegal

Your CLI is up-to-date.

Additional context

No response

@amnon-rv amnon-rv added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Sep 18, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Sep 18, 2024
@yonzhan
Copy link
Collaborator

yonzhan commented Sep 18, 2024

Thank you for opening this issue, we will look into it.

@yonzhan yonzhan added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Azure CLI Team The command of the issue is owned by Azure CLI team and removed bug This issue requires a change to an existing behavior in the product in order to be resolved. labels Sep 18, 2024
@yonzhan yonzhan added this to the Backlog milestone Sep 18, 2024
@bebound
Copy link
Contributor

bebound commented Sep 19, 2024

Duplicate of #29857

@bebound bebound marked this as a duplicate of #29857 Sep 19, 2024
@bebound bebound closed this as completed Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure CLI Team The command of the issue is owned by Azure CLI team customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

3 participants