mirror of
https://github.com/hassio-addons/addon-prometheus.git
synced 2025-05-04 19:21:35 +00:00
* 🚑 Fix GitLab CI to have the right base images * ✏️ Docs cleanup * 👕 Dockerfile tweaks * 🔥 Remove unused variable from proemetheus init * 👕 Prettier on JSON & YAML files * 👕 Other minor styling * 🔥 Removal of disabled shellcheck rule * 👕 Fix shellcheck linter warning * ✏️ Small tweak to Python code * 🔨 Reduce resulting image with 68Mb
14 lines
429 B
YAML
14 lines
429 B
YAML
---
|
|
include: https://raw.githubusercontent.com/hassio-addons/organization/master/gitlabci/addon.yml
|
|
|
|
variables:
|
|
ADDON_GITHUB_REPO: "hassio-addons/addon-prometheus"
|
|
ADDON_SLUG: "prometheus"
|
|
ADDON_TARGET: "prometheus"
|
|
|
|
ADDON_ARMHF: "false"
|
|
ADDON_I386: "false"
|
|
|
|
ADDON_AARCH64_BASE: "hassioaddons/base-aarch64:8.0.1"
|
|
ADDON_AMD64_BASE: "hassioaddons/base-amd64:8.0.1"
|
|
ADDON_ARMV7_BASE: "hassioaddons/base-armv7:8.0.1"
|