Is there a way to use a local image that has alrea...
# general
b
Is there a way to use a local image that has already been built to push to ECR? Here's my current setup(rebuilds image everytime). image = awsx.ecr.Image( 'image', repository_url=repository.url, context='..', platform='linux/x86_64', builder_version='BuilderBuildKit', args={'BUILDKIT_INLINE_CACHE': '1'}, )
d