mirror of https://github.com/statping/statping
dockerfile maintainer update
parent
1060e3c698
commit
6744ca3003
|
@ -1,5 +1,5 @@
|
||||||
FROM golang:1.12-alpine as base
|
FROM golang:1.12-alpine as base
|
||||||
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
|
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
ENV DEP_VERSION v0.5.0
|
ENV DEP_VERSION v0.5.0
|
||||||
RUN apk add --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq libsass
|
RUN apk add --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq libsass
|
||||||
|
@ -16,7 +16,7 @@ RUN make install
|
||||||
|
|
||||||
# Statping :latest Docker Image
|
# Statping :latest Docker Image
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
|
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
||||||
|
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
ENV IS_DOCKER=true
|
ENV IS_DOCKER=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
FROM cypress/browsers:chrome67
|
FROM cypress/browsers:chrome67
|
||||||
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
|
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
||||||
# Statping 'test' image for running a full test using the production environment
|
# Statping 'test' image for running a full test using the production environment
|
||||||
|
|
||||||
WORKDIR $HOME/statping
|
WORKDIR $HOME/statping
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
FROM alpine
|
FROM alpine
|
||||||
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
|
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
||||||
|
|
||||||
ENV STATPING_VERSION=0.80.35
|
ENV STATPING_VERSION=0.80.35
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue