1 Answer
- Newest
- Most votes
- Most comments
2
Hi,
at the moment Docker Application Manager component only support ECR (public and private) and public Github container registries.
As a workaround to pull images from a private Github repo you can perform the login and the pull in the lifecycle script, but be aware that this means that your component will experience a longer downtime during the pull of the new images.
You can use this component to retrieve the credentials to access the private Github repo in a secure way.
Cheers,
Massimiliano
Relevant content
asked 5 years ago
asked 2 years ago

Thanks a lot! Although not ideal, I did manage to pull and deploy my docker images this way.
Hey, can you give me an example of this? I am new at Greengrass, and we need to deploy from GitHub packages instead of ECR. I tried to get the token from the secret in the lifecycle, but I didn't succeed. Thanks!