Skip to content

Commit 7129fdd

Browse files
zhonghui12edsiper
authored andcommitted
out_kinesis_firehose: add docs for ECR Public
Signed-off-by: Zhonghui Hu <[email protected]>
1 parent 68e3dc4 commit 7129fdd

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pipeline/outputs/firehose.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,30 @@ Amazon distributes a container image with Fluent Bit and these plugins.
5656

5757
[github.com/aws/aws-for-fluent-bit](https://github.com/aws/aws-for-fluent-bit)
5858

59+
#### Amazon ECR Public Gallery
60+
61+
[aws-for-fluent-bit](https://gallery.ecr.aws/aws-observability/aws-for-fluent-bit)
62+
63+
Our images are available in Amazon ECR Public Gallery. You can download images with different tags by following command:
64+
65+
```
66+
docker pull public.ecr.aws/aws-observability/aws-for-fluent-bit:<tag>
67+
```
68+
69+
For example, you can pull the image with latest version by:
70+
71+
```
72+
docker pull public.ecr.aws/aws-observability/aws-for-fluent-bit:latest
73+
```
74+
75+
If you see errors for image pull limits, try log into public ECR with your AWS credentials:
76+
77+
```
78+
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
79+
```
80+
81+
You can check the [Amazon ECR Public official doc](https://docs.aws.amazon.com/AmazonECR/latest/public/get-set-up-for-amazon-ecr.html) for more details.
82+
5983
#### Docker Hub
6084

6185
[amazon/aws-for-fluent-bit](https://hub.docker.com/r/amazon/aws-for-fluent-bit/tags)

0 commit comments

Comments
 (0)