shellhub: No matching manifest for linux/arm/v7
Description
Last week, the provided command for installing agents ceased to work:
curl -sSf "http://YYYY/install.sh?tenant_id=XXXX" | sh
We are trying to configure shellhub on our raspberry pies. We have done that in the past months without problems, but the following error started appearing preventing us from registering new agents:
Unable to find image 'shellhubio/agent:v0.9.4' locally
v0.9.4: Pulling from shellhubio/agent
docker: no matching manifest for linux/arm/v7 in the manifest list entries.
See 'docker run --help'.
Our raspberry pi image is the following:
pi@rasp:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
Edition
Community
Version
0.9.4
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 15 (8 by maintainers)
@gustavosbarreto Its working as expected now. Thank you very much! 🍻