Replies: 2 comments 1 reply
-
So, I had to login ❓ Can anyone give an idea how to put that image we use for bundling inside of another image we use in pipeline? |
Beta Was this translation helpful? Give feedback.
-
Hi, can you elaborate a little bit more about what you are trying to do? AFAIK, I believe you can define your custom dockerfile in the path passed to DockerImage.fromBuild() so you have a custom docker image for custom bundling. I am moving this to discussion as this is not relevant to a bug or feature request. |
Beta Was this translation helpful? Give feedback.
-
Describe the issue
We use a bunch of python lambdas the build process of takes too much time. To speed up the process we want to use custom image that already includes all dependencies for that lambdas. To achieve such a great feature I try to specify the image as follow:
Unfortunatelly, I got the error
Both cdk and ecr repo are in the same aws account and I use OIDC authorization.
What I do wrong? 🤔
Links
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.DockerImage.html
Beta Was this translation helpful? Give feedback.
All reactions