Skip to content
Snippets Groups Projects
Commit 83dccc2b authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible/plugins/alerta#2 Update Alerta to 8.7.0

parent 00f0f83f
No related branches found
No related tags found
No related merge requests found
# From https://hub.docker.com/r/alerta/alerta-web
alerta_version_api: 8.5.0
alerta_version_api: 8.7.0
# From https://github.com/alerta/alerta-webui
alerta_version_web_ui: 8.5.0
alerta_version_web_ui: 8.7.0
......@@ -6,8 +6,8 @@ RUN /venv/bin/pip install python-gitlab && \
cd /tmp/plugins && \
/venv/bin/python3 setup_alerta_gitlab.py install && \
/venv/bin/python3 setup_alerta_elastalert.py install && \
cp alerta_gitlab.py /venv/lib/python3.7/site-packages/ && \
cp alerta_elastalert.py /venv/lib/python3.7/site-packages/ && \
cp alerta_gitlab.py /venv/lib/python3.8/site-packages/ && \
cp alerta_elastalert.py /venv/lib/python3.8/site-packages/ && \
echo "Done"
USER 1001
# build stage
FROM node:13-alpine as build-stage
FROM node:14-alpine as build-stage
RUN apk add --no-cache git
WORKDIR /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment