1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-08 07:44:57 +00:00

more clarification

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2023-08-24 10:23:20 -04:00
parent 06638872d0
commit 745c4ad1c9
Failed to extract signature

View file

@ -42,7 +42,7 @@ This pulls a randomly generated image from `kontain.me` and pushes it to your pr
The Lambda function you set up will fire and copy the image to ECR. A few seconds later:
```sh
crane ls <account-id>.dkr.ecr.us-east-1.amazonaws.com/image-copy-ecr/lambda/random
crane ls <account-id>.dkr.ecr.<region>.amazonaws.com/<dst-repo>/random
hello-demo
```