You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check if the package is available here: <https://packages.microsoft.com/azurelinux/3.0/prod/>
37
38
38
39
Alternatively, you can use `docker` to check if a package exists in Azure Linux. Run the following command in a terminal:
39
40
41
+
```sh
42
+
docker run mcr.microsoft.com/azurelinux/base/core:3.0 bash -c "tdnf list | grep <package name>"
40
43
```
41
-
docker run mcr.microsoft.com/cbl-mariner/base/core:2.0 bash -c "tdnf list | grep <package name>"
42
-
```
43
44
44
45
### Requesting Azure Linux package repository for the package
45
46
@@ -51,10 +52,9 @@ To start the process of adding your package to Azure Linux repository, please op
51
52
52
53
To track this request in Cloud Shell, we will need an issue on GitHub. If the package is already in the Azure Linux repository, please open a pull request to include it, as described below. If the package is not yet available in the Azure Linux repo please open an issue making the request for the addition and link to the issue you raised in the Azure Linux GitHub repo in the previous step. Of course,before taking either of these steps, check if someone else has already made the request. If they have, please add your thumbs up so we know you need it too.
53
54
54
-
Please create a PR for adding the package in [base.Dockerfile](https://github.com/Azure/CloudShell/blob/master/linux/base.Dockerfile)'s package list as shown below:
55
-
55
+
Please create a PR for adding the package in [base.Dockerfile](https://github.com/Azure/CloudShell/blob/master/linux/base.Dockerfile)'s package list as shown below:
$missing| Should -Be ""-Because "Commands '$missing' should be installed on the path but were not found. No commands should have been removed unexpectedly. If one really should be deleted, remove it from command_list"
0 commit comments