Skip to content

Commit

Permalink
Redefine labels carried from base CentOSv7 image
Browse files Browse the repository at this point in the history
  • Loading branch information
kriation committed Sep 7, 2017
1 parent f176d12 commit f4157e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ ENV SPIGOT_VERSION=${SPIGOT_VERSION:-latest} \
MC_SERVER_RCON_PORT=${MC_SERVER_RCON_PORT:-25567} \
MC_SERVER_RCON_PASS=${MC_SERVER_RCON_PASS} \
MC_EULA=${MC_EULA:-false}
LABEL build-date="" \
license="" \
name="Spigot-$SPIGOT_VERSION" \
vendor=""
WORKDIR /opt/spigot
COPY --from=spigot-builder /tmp/spigot/spigot*.jar spigot-$SPIGOT_VERSION.jar
COPY config/* /opt/spigot/
Expand Down

0 comments on commit f4157e7

Please sign in to comment.