{"id":21479407,"url":"https://github.com/rycus86/docker-prometheus","last_synced_at":"2026-01-03T16:44:42.333Z","repository":{"id":66144724,"uuid":"99962881","full_name":"rycus86/docker-prometheus","owner":"rycus86","description":"Docker project to build Prometheus images (for ARM)","archived":false,"fork":false,"pushed_at":"2022-01-11T00:28:34.000Z","size":15,"stargazers_count":16,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-23T18:16:11.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rycus86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-10T20:38:22.000Z","updated_at":"2023-09-14T07:08:21.000Z","dependencies_parsed_at":"2023-02-22T01:16:29.394Z","dependency_job_id":null,"html_url":"https://github.com/rycus86/docker-prometheus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-prometheus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-prometheus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-prometheus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-prometheus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rycus86","download_url":"https://codeload.github.com/rycus86/docker-prometheus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244004325,"owners_count":20382366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T11:25:12.057Z","updated_at":"2026-01-03T16:44:42.300Z","avatar_url":"https://github.com/rycus86.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prometheus on ARM\n\nThis project produces [Prometheus](https://prometheus.io) Docker images for\n*ARM* hosts (and one for *x64* for testing).\n\nThe available tags are:\n\n- `armhf`: for *32-bits ARM* hosts (built on [Travis](https://travis-ci.org/rycus86/docker-prometheus))  \n  [![Layers](https://images.microbadger.com/badges/image/rycus86/prometheus:armhf.svg)](https://microbadger.com/images/rycus86/prometheus:armhf \"Get your own image badge on microbadger.com\")\n- `aarch64`: for *64-bits ARM* hosts (also built on Travis)  \n  [![Layers](https://images.microbadger.com/badges/image/rycus86/prometheus:aarch64.svg)](https://microbadger.com/images/rycus86/prometheus:aarch64 \"Get your own image badge on microbadger.com\")\n- `latest`: for *x86* hosts (auto-built on [Docker Hub](https://hub.docker.com/r/rycus86/prometheus/)  \n  [![Layers](https://images.microbadger.com/badges/image/rycus86/prometheus.svg)](https://microbadger.com/images/rycus86/prometheus \"Get your own image badge on microbadger.com\")\n\nThe images are all based on *Alpine Linux* with the *ARM* images having a\nsmall *QEMU* binary to be able to build them on *x64* hosts.\n\n## Usage\n\nThe image uses the same `ENTRYPOINT` and `CMD` instructions as the official\n[prom/prometheus](https://hub.docker.com/r/prom/prometheus/) image.\n\nTo run it, use:\n\n```shell\ndocker run -p 9090:9090 -v /tmp/prometheus.yml:/etc/prometheus/prometheus.yml \\\n       rycus86/prometheus\n```\n\nThis will take your *Prometheus* config from `/tmp/prometheus.yml` and use it\nto start the *x64* version on port *9090*.\n\nTo run it with __docker-compose__:\n\n```yaml\nversion: '2'\nservices:\n\n  prometheus:\n    image: rycus86/prometheus:aarch64\n    restart: always\n    ports:\n     - \"9090:9090\"\n    volumes:\n     - /tmp/prometheus.yml:/etc/prometheus/prometheus.yml\n\n  ...\n```\n\nThis will start the *64-bits ARM* version with the configuration as above but\nbecause of *docker-compose* you can refer to the monitored applications with\ntheir service name as hostname.\nFor example if you have a `webapp` service exposing metrics on port *9123*\nyou can configure it in the `prometheus.yml` file as:\n\n```yaml\n...\n\nscrape_configs:\n\n  - job_name: 'web_app'\n    \n    static_configs:\n     - targets: ['webapp:9123']\n  \n  ...\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycus86%2Fdocker-prometheus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frycus86%2Fdocker-prometheus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycus86%2Fdocker-prometheus/lists"}