AWS IoT GreenGrass V2 "Docker application manager" support for private registries

0

Hello there! I was wondering if someone can enlighten me if AWS IoT GreenGrass V2 "Docker application manager" has support for private GitHub "Container registry" registries for docker images? Or does it only support ECR's private registries? Thanks!

Niko
질문됨 일 년 전254회 조회
1개 답변
1
수락된 답변

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

AWS
전문가
답변함 일 년 전
  • 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!

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인