mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #392 from prymitive/updates
chore(demo): pin docker images when building demo image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:10.14.2-alpine as nodejs-builder
|
||||
FROM node:10.15.0-alpine as nodejs-builder
|
||||
RUN apk add --update make git
|
||||
COPY . /karma
|
||||
RUN make -C /karma ui
|
||||
@@ -9,7 +9,7 @@ ARG VERSION
|
||||
RUN apk add --update make git
|
||||
RUN CGO_ENABLED=0 make -C /go/src/github.com/prymitive/karma VERSION="${VERSION:-dev}" karma
|
||||
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.8
|
||||
RUN apk add --update supervisor python && rm -rf /tmp/* /var/cache/apk/*
|
||||
COPY demo/supervisord.conf /etc/supervisord.conf
|
||||
COPY --from=prom/alertmanager:v0.15.3 /bin/alertmanager /alertmanager
|
||||
|
||||
Reference in New Issue
Block a user