1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00
watchtower/Dockerfile

8 lines
189 B
Docker
Raw Normal View History

2016-10-14 00:47:03 +02:00
#FROM centurylink/ca-certs
FROM ubuntu:14.04
MAINTAINER CenturyLink Labs <innovationslab@ctl.io>
LABEL "com.centurylinklabs.watchtower"="true"
2015-07-16 00:48:49 +02:00
COPY watchtower /
ENTRYPOINT ["/watchtower"]