-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version Signed-off-by: hayk96 <[email protected]> * Renamed images * Updated chart description * Update Dockerfile * Removed plugins dir --------- Signed-off-by: hayk96 <[email protected]>
- Loading branch information
Showing
7 changed files
with
11 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
ARG version | ||
FROM alerta/alerta-web:${version} | ||
ARG PIP_PLUGINS_PATH="git+https://github.com/hayk96/alerta-contrib.git#subdirectory=plugins" | ||
LABEL maintainer="Hayk Davtyan" | ||
COPY logo/* /web/ | ||
COPY plugins/alerta_prometheus.py /venv/lib/python3.8/site-packages | ||
RUN pip install \ | ||
${PIP_PLUGINS_PATH}/prometheus \ | ||
${PIP_PLUGINS_PATH}/pagerduty \ | ||
${PIP_PLUGINS_PATH}/enhance | ||
COPY logo/* /web/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
This file was deleted.
Oops, something went wrong.