Skip to content

Commit 68e3dc4

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

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pipeline/outputs/cloudwatch.md

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

113113
[github.com/aws/aws-for-fluent-bit](https://github.com/aws/aws-for-fluent-bit)
114114

115+
#### Amazon ECR Public Gallery
116+
117+
[aws-for-fluent-bit](https://gallery.ecr.aws/aws-observability/aws-for-fluent-bit)
118+
119+
Our images are available in Amazon ECR Public Gallery. You can download images with different tags by following command:
120+
121+
```
122+
docker pull public.ecr.aws/aws-observability/aws-for-fluent-bit:<tag>
123+
```
124+
125+
For example, you can pull the image with latest version by:
126+
127+
```
128+
docker pull public.ecr.aws/aws-observability/aws-for-fluent-bit:latest
129+
```
130+
131+
If you see errors for image pull limits, try log into public ECR with your AWS credentials:
132+
133+
```
134+
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
135+
```
136+
137+
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
138+
115139
#### Docker Hub
116140

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

0 commit comments

Comments
 (0)