How To Get image from Gitlab #13985
-
I want to pull in a docker image that resides Gitlab container registry. This is what i call |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hey @powerserg19 , the Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hey @powerserg19 ,
the
ContainerImage.fromRegistry()
method takes a second optional argument of typeRepositoryImageProps
that allows you to specify the credentials (from SecretsManager) to use to authenticate with the registry.Thanks,
Adam