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

ansible-roles/alerta#10 Pin API and web-ui version and no longer use master

parent 388bb24f
No related branches found
No related tags found
No related merge requests found
alerta_version_api: 8.1.0
alerta_version_web_ui: 8.0.1
FROM alerta/alerta-web
FROM alerta/alerta-web:{{ alerta_version_api }}
USER root
COPY ./plugins/*.py /tmp/plugins/
......
......@@ -3,7 +3,7 @@ FROM node:lts-alpine as build-stage
RUN apk add --no-cache git
WORKDIR /app
ADD https://github.com/alerta/alerta-webui/archive/master.tar.gz /tmp/webui.tar.gz
ADD https://github.com/alerta/alerta-webui/archive/v{{ alerta_version_web_ui }}.tar.gz /tmp/webui.tar.gz
RUN tar zxvf /tmp/webui.tar.gz -C /app --strip-components=1
RUN npm install
COPY .env .
......
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