We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075fcae commit afc9b79Copy full SHA for afc9b79
scripts/release/build_images.py
@@ -92,6 +92,7 @@ def execute_docker_build(
92
:param platforms: List of target platforms (e.g., ["linux/amd64", "linux/arm64"])
93
"""
94
# Login to ECR before building
95
+ # TODO CLOUDP-335471: use env variables to configure AWS region and account ID
96
ecr_login_boto3(region="us-east-1", account_id="268558157000")
97
98
docker = python_on_whales.docker
0 commit comments