We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7c153 commit 5a55fe4Copy full SHA for 5a55fe4
scripts/build_layers.sh
@@ -61,7 +61,7 @@ function docker_build_zip {
61
# between different python runtimes.
62
temp_dir=$(mktemp -d)
63
docker buildx build -t datadog-lambda-python-${arch}:$1 . --no-cache \
64
- --build-arg image=public.ecr.aws/docker/library/python:$1 \
+ --build-arg image=public.ecr.aws/sam/build-python$1:1 \
65
--build-arg runtime=python$1 \
66
--platform linux/${arch} \
67
--progress=plain \
0 commit comments