{"id":21479414,"url":"https://github.com/rycus86/docker-grafana","last_synced_at":"2025-03-17T08:42:29.173Z","repository":{"id":66144721,"uuid":"100070404","full_name":"rycus86/docker-grafana","owner":"rycus86","description":"Docker project to build Grafana images (for ARM)","archived":false,"fork":false,"pushed_at":"2019-01-15T11:21:01.000Z","size":20,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T18:16:11.461Z","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-11T21:11:32.000Z","updated_at":"2019-05-03T15:33:13.000Z","dependencies_parsed_at":"2023-02-22T01:16:28.359Z","dependency_job_id":null,"html_url":"https://github.com/rycus86/docker-grafana","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-grafana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-grafana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-grafana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rycus86%2Fdocker-grafana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rycus86","download_url":"https://codeload.github.com/rycus86/docker-grafana/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244004327,"owners_count":20382367,"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:13.827Z","updated_at":"2025-03-17T08:42:29.152Z","avatar_url":"https://github.com/rycus86.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grafana on ARM\n\nThis project produces [Grafana](https://grafana.com) Docker images for *ARM* hosts.\n\nThe available tags are:\n\n- `armhf`: for *32-bits ARM* hosts (built on [Travis](https://travis-ci.org/rycus86/docker-grafana))  \n  [![Layers](https://images.microbadger.com/badges/image/rycus86/grafana:armhf.svg)](https://microbadger.com/images/rycus86/grafana: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/grafana:aarch64.svg)](https://microbadger.com/images/rycus86/grafana:aarch64 \"Get your own image badge on microbadger.com\")\n\nThe images are all based on *Debian* 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 a similar startup command to the offical\n[grafana/grafana](https://hub.docker.com/r/grafana/grafana/) image's.\nTo be exact:\n\n```dockerfile\nENTRYPOINT  [ \"/usr/sbin/grafana-server\" ]\nCMD         [ \"--homepath=/usr/share/grafana\",                        \\\n              \"--config=/etc/grafana/grafana.ini\",                    \\\n              \"$@\",                                                   \\\n              \"cfg:default.log.mode=console\",                         \\\n              \"cfg:default.paths.data=/var/lib/grafana\",              \\\n              \"cfg:default.paths.logs=/var/log/grafana\",              \\\n              \"cfg:default.paths.plugins=/var/lib/grafana/plugins\" ]\n```\n\nThis is a multi-arch image, so `latest` will resolve to the image that matches the target CPU architecture.\n\nIf you prefer, you can explicitly run the platform-specific version, though there is not much reason to. In this case, use:\n\n```shell\ndocker run -p 3000:3000 -v /tmp/grafana.ini:/etc/grafana/grafana.ini \\\n       rycus86/grafana:armhf\n```\n\nThis will use the *Grafana* config from `/tmp/grafana.ini` to start the\nserver on port *3000* on *32-bits ARM* hosts.\n\nTo run it with __docker-compose__:\n\n```yaml\nversion: '2'\nservices:\n\n  grafana:\n    image: rycus86/grafana\n    restart: always\n    ports:\n     - \"3000:3000\"\n    volumes:\n     - /tmp/grafana.ini:/etc/grafana/grafana.ini\n```\n\nThis will start the *64-bits* version with the same configuration as above.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycus86%2Fdocker-grafana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frycus86%2Fdocker-grafana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frycus86%2Fdocker-grafana/lists"}