Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Move maintainer info to release stage, switch to LABEL instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
codysoyland committed May 10, 2017
1 parent 6466441 commit 532bda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 532bda0

Please sign in to comment.