1 Answer
- Newest
- Most votes
- Most comments
1
Hi. As per the documentation you linked:
You can modify the base image in the Dockerfile to run AWS IoT Greengrass on a different platform architecture.
That repository hasn't made a release since January 2022 and Greengrass version 2.5.3. If you need later versions, or a different architecture, you will need to build your own image.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 2 months ago
As per your advice I'm building my own Greengrass v2 image but can't seem to find an ARMv7 version of the
shadow-utils
package. Is that a required dependency or can I skip it? Please advise.It's not listed as a dependency in the requirements: https://docs.aws.amazon.com/greengrass/v2/developerguide/setting-up.html#installation-requirements. So perhaps it's an outdated vestige. Please try without it. What base Linux image are you using?