mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Move maintainer info to release stage, switch to LABEL instruction
This commit is contained in:
parent
6466441abe
commit
532bda0f1e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,5 @@
|
|||
FROM golang:1.8.1 as builder
|
||||
|
||||
MAINTAINER Pilosa Corp. <dev@pilosa.com>
|
||||
|
||||
ARG ldflags=''
|
||||
ARG GLIDE="https://github.com/Masterminds/glide/releases/download/v0.12.3/glide-v0.12.3-linux-amd64.tar.gz"
|
||||
ARG GLIDE_HASH="d6d3816c70fba716466e7381a9c06cb31565a3b87acb5bad9dd3beb0a9f9b0f8"
|
||||
|
|
@ -18,6 +16,8 @@ RUN wget ${GLIDE} -O /go/glide.tar.gz -q \
|
|||
|
||||
FROM scratch
|
||||
|
||||
LABEL maintainer "dev@pilosa.com"
|
||||
|
||||
COPY --from=builder /go/bin/pilosa /pilosa
|
||||
|
||||
EXPOSE 10101
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue