Skip to content

Commit

Permalink
ecr login
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Sep 25, 2023
1 parent 6322f5c commit 29567d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-system/scripts/extract_repo
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ EXTRACT_TO=${3:-./}
IMAGE_COMMIT_URI=$(calculate_image_uri $REPOSITORY)

echo "Pulling $IMAGE_COMMIT_URI..."
retry docker pull $IMAGE_COMMIT_URI > /dev/null 2>&1
ecr_login
retry docker pull $IMAGE_COMMIT_URI
TEMP_CONTAINER=$(docker create $IMAGE_COMMIT_URI)

echo "Extracting $EXTRACT_FROM from $REPOSITORY to $EXTRACT_TO..."
Expand Down

0 comments on commit 29567d4

Please sign in to comment.