Reinstate MAINTAINER and LABEL, Ubuntu base image required by dockerclient upgrade
parent
936928f7f0
commit
875efba1d5
@ -1,4 +1,6 @@
|
||||
FROM ubuntu:14.04
|
||||
MAINTAINER CenturyLink Labs <innovationslab@ctl.io>
|
||||
LABEL "com.centurylinklabs.watchtower"="true"
|
||||
|
||||
COPY watchtower /
|
||||
ENTRYPOINT ["/watchtower"]
|
||||
|
Loading…
Reference in New Issue