You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(aws-cdk): support fixed repository name for DockerImageAsset (#2032)
Add a `repositoryName` argument to `DockerImageAsset` to control the name of the
repository that the image gets uploaded to.
This makes it easier to reference Docker Images created and deployed by CDK from EKS (Kubernetes) YAML resource files.
0 commit comments