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
|
||||
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
|
||||
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
||||
ARG VERSION
|
||||
ENV DEP_VERSION v0.5.0
|
||||
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
|
||||
FROM alpine:latest
|
||||
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
|
||||
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
||||
|
||||
ARG VERSION
|
||||
ENV IS_DOCKER=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
|
||||
WORKDIR $HOME/statping
|
||||
|
@ -12,4 +12,4 @@ RUN npm install
|
|||
ADD ./statping-linux-amd64 /usr/local/bin/statping
|
||||
RUN statping version
|
||||
|
||||
RUN npm run test-docker
|
||||
RUN npm run test-docker
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
FROM alpine
|
||||
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
|
||||
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
||||
|
||||
ENV STATPING_VERSION=0.80.35
|
||||
|
||||
|
|
Loading…
Reference in New Issue