Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: contember/prometheus-rds-service-discovery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: contember/prometheus-rds-service-discovery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jul 19, 2024

  1. docs: added link to Docker Hub image

    Signed-off-by: Jiri Sveceny <jiri.sveceny@icloud.com>
    sitole committed Jul 19, 2024
    Copy the full SHA
    b4fddd3 View commit details
Showing with 5 additions and 0 deletions.
  1. +4 −0 README.md
  2. +1 −0 scripts/build.sh
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
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