calico/node "/usr/bin/bird-wrapper.sh": not found
we are getting below error
cannot access '/usr/bin/bird-wrapper.sh': No such file or directory
As checked for calico/node:v3.27.0 and v3.27.3
(base) farhan.ahmad@22374 repo % docker run -exec calico/node:v3.27.0 ls /usr/bin/bird-wrapper.sh
Unable to find image 'calico/node:v3.27.0' locally
v3.27.0: Pulling from calico/node
8821577d47dc: Pull complete
670e83d6a2b4: Pull complete
c9a97a7ceba2: Pull complete
Digest: sha256:58cd8f6547b4f438f36a1cd7030985f153eca22d78d86dc9cd6f0fe4f32d01bf
Status: Downloaded newer image for calico/node:v3.27.0
ls: cannot access '/usr/bin/bird-wrapper.sh': No such file or directory
(base) farhan.ahmad@22374 repo % docker run -exec calico/node:v3.27.3 ls /usr/bin/bird-wrapper.sh
ls: cannot access '/usr/bin/bird-wrapper.sh': No such file or directory
(base) farhan.ahmad@22374 repo %
Edited by Farhan Ahmad