mirror of https://github.com/statping/statping
sass dockerfile
parent
75bd740390
commit
bc163618d7
|
@ -2,7 +2,7 @@ os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
go: 1.11.x
|
go: 1.12.x
|
||||||
go_import_path: github.com/hunterlong/statping
|
go_import_path: github.com/hunterlong/statping
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
FROM golang:1.11-alpine as base
|
FROM golang:1.12-alpine as base
|
||||||
MAINTAINER "Hunter Long (https://github.com/hunterlong)"
|
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
|
RUN apk add --no-cache libstdc++ gcc g++ make git ca-certificates linux-headers wget curl jq libsass
|
||||||
RUN curl -L -s https://github.com/golang/dep/releases/download/$DEP_VERSION/dep-linux-amd64 -o /go/bin/dep && \
|
RUN curl -L -s https://github.com/golang/dep/releases/download/$DEP_VERSION/dep-linux-amd64 -o /go/bin/dep && \
|
||||||
chmod +x /go/bin/dep
|
chmod +x /go/bin/dep
|
||||||
RUN curl -L -s https://assets.statping.com/sass -o /usr/local/bin/sass && \
|
RUN curl -L -s https://assets.statping.com/sass -o /usr/local/bin/sass && \
|
||||||
|
@ -21,7 +21,7 @@ ARG VERSION
|
||||||
ENV IS_DOCKER=true
|
ENV IS_DOCKER=true
|
||||||
ENV STATPING_DIR=/app
|
ENV STATPING_DIR=/app
|
||||||
ENV PORT=8080
|
ENV PORT=8080
|
||||||
RUN apk --no-cache add curl jq
|
RUN apk --no-cache add curl jq libsass
|
||||||
|
|
||||||
COPY --from=base /usr/local/bin/sass /usr/local/bin/sass
|
COPY --from=base /usr/local/bin/sass /usr/local/bin/sass
|
||||||
COPY --from=base /go/bin/statping /usr/local/bin/statping
|
COPY --from=base /go/bin/statping /usr/local/bin/statping
|
||||||
|
|
|
@ -21,12 +21,12 @@
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
branch = "master"
|
digest = "1:86b9f9c54fcddec313009ef19073bf0124bbdae3701080c32f67c0c8817b3b7c"
|
||||||
digest = "1:5fd5c4d4282935b7a575299494f2c09e9d2cacded7815c83aff7c1602aff3154"
|
|
||||||
name = "github.com/daaku/go.zipexe"
|
name = "github.com/daaku/go.zipexe"
|
||||||
packages = ["."]
|
packages = ["."]
|
||||||
pruneopts = "UT"
|
pruneopts = "UT"
|
||||||
revision = "a5fe2436ffcb3236e175e5149162b41cd28bd27d"
|
revision = "db7cf2ba330f8c2d28b827826e33d6628ea7e9e0"
|
||||||
|
version = "v1.0.0"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
digest = "1:ffe9824d294da03b391f44e1ae8281281b4afc1bdaa9588c9097785e3af10cec"
|
digest = "1:ffe9824d294da03b391f44e1ae8281281b4afc1bdaa9588c9097785e3af10cec"
|
||||||
|
@ -175,14 +175,14 @@
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
branch = "master"
|
branch = "master"
|
||||||
digest = "1:1ecf2a49df33be51e757d0033d5d51d5f784f35f68e5a38f797b2d3f03357d71"
|
digest = "1:9d5b5d543996dd584da1db1e0de1926f3e4c3a8dba0fa2f8db70f3ebee2342e0"
|
||||||
name = "golang.org/x/crypto"
|
name = "golang.org/x/crypto"
|
||||||
packages = [
|
packages = [
|
||||||
"bcrypt",
|
"bcrypt",
|
||||||
"blowfish",
|
"blowfish",
|
||||||
]
|
]
|
||||||
pruneopts = "UT"
|
pruneopts = "UT"
|
||||||
revision = "b8fe1690c61389d7d2a8074a507d1d40c5d30448"
|
revision = "8dd112bcdc25174059e45e07517d9fc663123347"
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
digest = "1:c25289f43ac4a68d88b02245742347c94f1e108c534dda442188015ff80669b3"
|
digest = "1:c25289f43ac4a68d88b02245742347c94f1e108c534dda442188015ff80669b3"
|
||||||
|
@ -221,7 +221,6 @@
|
||||||
analyzer-version = 1
|
analyzer-version = 1
|
||||||
input-imports = [
|
input-imports = [
|
||||||
"github.com/GeertJohan/go.rice",
|
"github.com/GeertJohan/go.rice",
|
||||||
"github.com/GeertJohan/go.rice/embedded",
|
|
||||||
"github.com/ararog/timeago",
|
"github.com/ararog/timeago",
|
||||||
"github.com/go-mail/mail",
|
"github.com/go-mail/mail",
|
||||||
"github.com/go-yaml/yaml",
|
"github.com/go-yaml/yaml",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.80.5
|
0.80.51
|
||||||
|
|
Loading…
Reference in New Issue