Signed-off-by: Jean-Pierre Huynh <jean-pierre.huynh@ounet.fr>
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
(from "brimstone/ubuntu:14.04") |
| 2 |
-(maintainer "brimstone@the.narro.ws") |
|
| 2 |
+(label "maintainer" "brimstone@the.narro.ws") |
|
| 3 | 3 |
(env "GOPATH" "/go") |
| 4 | 4 |
(entrypoint "/usr/local/bin/consuldock") |
| 5 | 5 |
(run "apt-get update \t&& dpkg -l | awk '/^ii/ {print $2}' > /tmp/dpkg.clean && apt-get install -y --no-install-recommends git golang ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists \t&& go get -v github.com/brimstone/consuldock && mv $GOPATH/bin/consuldock /usr/local/bin/consuldock \t&& dpkg -l | awk '/^ii/ {print $2}' > /tmp/dpkg.dirty \t&& apt-get remove --purge -y $(diff /tmp/dpkg.clean /tmp/dpkg.dirty | awk '/^>/ {print $2}') \t&& rm /tmp/dpkg.* \t&& rm -rf $GOPATH")
|
| ... | ... |
@@ -24,7 +24,7 @@ |
| 24 | 24 |
# |
| 25 | 25 |
|
| 26 | 26 |
FROM ubuntu:14.04 |
| 27 |
-MAINTAINER Tianon Gravi <admwiggin@gmail.com> (@tianon) |
|
| 27 |
+LABEL maintainer Tianon Gravi <admwiggin@gmail.com> (@tianon) |
|
| 28 | 28 |
|
| 29 | 29 |
# Packaged dependencies |
| 30 | 30 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \ |
| ... | ... |
@@ -1,5 +1,5 @@ |
| 1 | 1 |
(from "ubuntu:14.04") |
| 2 |
-(maintainer "Tianon Gravi <admwiggin@gmail.com> (@tianon)") |
|
| 2 |
+(label "maintainer" "Tianon Gravi <admwiggin@gmail.com> (@tianon)") |
|
| 3 | 3 |
(run "apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \tapt-utils \taufs-tools \tautomake \tbtrfs-tools \tbuild-essential \tcurl \tdpkg-sig \tgit \tiptables \tlibapparmor-dev \tlibcap-dev \tmercurial \tpandoc \tparallel \treprepro \truby1.9.1 \truby1.9.1-dev \ts3cmd=1.1.0* \t--no-install-recommends") |
| 4 | 4 |
(run "git clone --no-checkout https://git.fedorahosted.org/git/lvm2.git /usr/local/lvm2 && cd /usr/local/lvm2 && git checkout -q v2_02_103") |
| 5 | 5 |
(run "cd /usr/local/lvm2 && ./configure --enable-static_link && make device-mapper && make install_device-mapper") |