We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb9b53 commit 1866ad7Copy full SHA for 1866ad7
python/rpdk/python/codegen.py
@@ -274,7 +274,7 @@ def _docker_build(cls, external_path):
274
LOG.debug("command is '%s'", command)
275
276
volumes = {str(external_path): {"bind": str(internal_path), "mode": "rw"}}
277
- image = f"public.ecr.aws/lambda/python:{cls.DOCKER_TAG}"
+ image = f"public.ecr.aws/sam/build-python{cls.DOCKER_TAG}"
278
LOG.warning(
279
"Starting Docker build. This may take several minutes if the "
280
"image '%s' needs to be pulled first.",
0 commit comments