]> andersk Git - libyaml.git/commitdiff
Add maintainer field to dockerfiles
authorIan Cordasco <graffatcolmingov@gmail.com>
Thu, 8 Dec 2016 01:31:17 +0000 (19:31 -0600)
committerIan Cordasco <graffatcolmingov@gmail.com>
Thu, 8 Dec 2016 01:31:17 +0000 (19:31 -0600)
dockerfiles/ubuntu-14.04
dockerfiles/ubuntu-16.04

index 7cb0dfd281a050e79da3074461eab7172c7118ab..72d53ad302023308405d0dea536258620db684e6 100644 (file)
@@ -1,5 +1,6 @@
 # vim: ft=dockerfile
 FROM ubuntu:14.04
+MAINTAINER Ian Cordasco <graffatcolmingov@gmail.com>
 
 RUN apt-get update && \
     apt-get install -y \
index 9b793ec70cbcc7f09b345454f29fc04aed89f614..edb51bffba5a7cbf23f904b8fb6866d277ac13e8 100644 (file)
@@ -1,5 +1,6 @@
 # vim: ft=dockerfile
 FROM ubuntu:16.04
+MAINTAINER Ian Cordasco <graffatcolmingov@gmail.com>
 
 RUN apt-get update && \
     apt-get install -y \
This page took 0.08325 seconds and 5 git commands to generate.