Skip to content

Commit

Permalink
Merge pull request #119 from JaimePolop/patch-17
Browse files Browse the repository at this point in the history
Update aws-ecr-post-exploitation.md
  • Loading branch information
carlospolop authored Dec 5, 2024
2 parents 7db3ca2 + 44833ea commit 188cf9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ aws ecr get-login-password --profile <profile_name> --region <region> | docker l
## If you need to acces an image from a repo if a different account, in <account_id> set the account number of the other account

# Download
docker pull <account_id>.dkr.ecr.<region>.amazonaws.com/<img_name>:latest
docker pull <account_id>.dkr.ecr.<region>.amazonaws.com/<repo_name>:latest
## If you still have the error "Requested image not found"
## It might be because the tag "latest" doesn't exit
## Get valid tags with:
Expand Down

0 comments on commit 188cf9b

Please sign in to comment.