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
Install a sonic extension package through the tool: sudo sonic-package-manager install -y --from-tarball ./test-container.gz
Or, install a sonic image: (It runs the migrate command in the sonic-package-manager. )
Describe the results you received
The "path" field is missing in the Docker API URL.
Describe the results you expected
The extension package should be installed correctly without errors.
Additional information you deem important (e.g. issue happens only occasionally)
Added some logs in the installation script; A list with an empty string is returned during the "clear" field parsing in the manifest.py. In my container's manifest.json, the clear field is empty.
Output of show version
(paste your output here)
The text was updated successfully, but these errors were encountered:
Description
When I install a SONiC extension package through sonic-package-manager, the docker API responds with an error "bad parameter: path cannot be empty."
Steps to reproduce the issue
Install a sonic extension package through the tool:
sudo sonic-package-manager install -y --from-tarball ./test-container.gz
Or, install a sonic image: (It runs the migrate command in the
sonic-package-manager
. )Describe the results you received
The "path" field is missing in the Docker API URL.
Describe the results you expected
The extension package should be installed correctly without errors.
Additional information you deem important (e.g. issue happens only occasionally)
Added some logs in the installation script; A list with an empty string is returned during the "clear" field parsing in the manifest.py. In my container's manifest.json, the clear field is empty.
Output of
show version
The text was updated successfully, but these errors were encountered: