Skip to content

Commit

Permalink
docs: added link to Docker Hub image
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Sveceny <[email protected]>
  • Loading branch information
sitole committed Jul 19, 2024
1 parent 2275b07 commit b4fddd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This service solves issues in case you have RDS autoscaling, and you need to mea
![GitHub](https://img.shields.io/github/license/contember/prometheus-rds-service-discovery)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/contember/prometheus-rds-service-discovery)

Pre-built docker image is available on [Docker Hub](https://hub.docker.com/r/contember/prometheus-rds-service-discovery)
currently supporting ARM architecture.
If you need a different architecture, please open an issue.

## Table of Contents

1. [Setup](#setup)
Expand Down
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker buildx build . --platform linux/amd64,linux/arm64 --file Dockerfile --tag cloud-prometheus-rds-service-discovery:latest

0 comments on commit b4fddd3

Please sign in to comment.