aws-greengrass/aws-greengrass-nucleus

(nucleus): Greengrass cli does not work in offline mode for container components

Closed this issue · 0 comments

Describe the bug
The greengrass cli fails with an error to create a deployment with a container component.
This happens because nucleus tries to do a deployment and always tries to download the container from the registry.
Since the registry in unreachable, it throws an exception

To Reproduce
[For Kyle]: Please add the details with the local cli deployment

Expected behavior
If the image exists locally, then skip the download from the registry

Actual behavior
Nucleus throws an exception

Environment

  • OS: [e.g. Ubuntu 20.04]
  • JDK version: 11
  • Nucleus version: 2.9.6

Additional context
Add any other context about the problem here.

E.g. what is the impact of the bug?
Unable to bring back nucleus and components in an offline restore case.