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
Observed error message "chroot: failed to run command ‘/usr/lib/docker/docker.sh’: No such file or directory" in sonic-installer log while installing internal-202012 image (SONiC-OS-internal-202012-20210710-0230.post-merge).
The issue is only observed while installing this image:
Steps to reproduce the issue:
Download image to SONiC.
Install the image using sonic-installer install
Describe the results you received:
Observed error message "chroot: failed to run command ‘/usr/lib/docker/docker.sh’: No such file or directory" in sonic-installer log. The full sonic-installer log:
…porting app ext (#1719)
FIXES: sonic-net/sonic-buildimage#8149
#### What I did
Don't print errors if installing app.ext incompatible image.
#### How I did it
Check for docker.sh existance and take an assumption that if it exists then it is app.ext compatible.
#### How to verify it
From master image install 202012 image and verify no errors in logs.
judyjoseph
pushed a commit
to sonic-net/sonic-utilities
that referenced
this issue
Aug 7, 2021
…porting app ext (#1719)
FIXES: sonic-net/sonic-buildimage#8149
#### What I did
Don't print errors if installing app.ext incompatible image.
#### How I did it
Check for docker.sh existance and take an assumption that if it exists then it is app.ext compatible.
#### How to verify it
From master image install 202012 image and verify no errors in logs.
malletvapid23
added a commit
to malletvapid23/Sonic-Utility
that referenced
this issue
Aug 3, 2023
…porting app ext (#1719)
FIXES: sonic-net/sonic-buildimage#8149
#### What I did
Don't print errors if installing app.ext incompatible image.
#### How I did it
Check for docker.sh existance and take an assumption that if it exists then it is app.ext compatible.
#### How to verify it
From master image install 202012 image and verify no errors in logs.
Description
Observed error message "chroot: failed to run command ‘/usr/lib/docker/docker.sh’: No such file or directory" in sonic-installer log while installing internal-202012 image (SONiC-OS-internal-202012-20210710-0230.post-merge).
The issue is only observed while installing this image:
Steps to reproduce the issue:
sonic-installer install
Describe the results you received:
Observed error message "chroot: failed to run command ‘/usr/lib/docker/docker.sh’: No such file or directory" in sonic-installer log. The full sonic-installer log:
Describe the results you expected:
No error message.
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: