-
Notifications
You must be signed in to change notification settings - Fork 89
Description
Storage Explorer Version
1.38.0
Regression From
No response
Architecture
x64
Storage Explorer Build Number
20250408.1
Platform
Linux (snap)
OS Version
Debian 12
Bug Description
Installing the Azure Data Studio Snap package or updating it automatically installs the "docker" Snap package.
This is very bad because the Docker Snap cannot coexist with another Docker instance installed on the same computer using a different package manager like apt.
In my case, the update to version 1.38.0 happened automatically and silently installed the Docker Snap. After the update, my other Docker installed using apt was no longer able to start. And it took me many hours to figure out that this was because of the conflicting Snap which was installed silently.
Steps to Reproduce
sudo snap install storage-explorersnap list- See the "docker" Snap on the list of installed packages
Actual Experience
The "docker" Snap package is installed automatically and breaks any other Docker instance installed using a different package manager.
Expected Experience
The "docker" Snap should not be installed silently.
Additional Context
No response