github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/tools/dashboard/env/commit-watcher/Dockerfile (about)

     1  # Copyright 2014 The Go Authors. All rights reserved.
     2  # Use of this source code is governed by a BSD-style
     3  # license that can be found in the LICENSE file.
     4  
     5  # Commit watcher for Go repos.
     6  
     7  # Wheezy has Mercurial 2.2.2 and we need Mercurial >= 2.8, sid has 3.1.
     8  FROM debian:sid
     9  MAINTAINER golang-dev <golang-dev@googlegroups.com>
    10  
    11  ENV DEBIAN_FRONTEND noninteractive
    12  
    13  ADD /scripts/install-apt-deps.sh /scripts/
    14  RUN /scripts/install-apt-deps.sh
    15  
    16  ADD /scripts/build-commit-watcher.sh /scripts/
    17  RUN GO_REV=go1.4 WATCHER_REV=6735829fe0 /scripts/build-commit-watcher.sh && test -f /usr/local/bin/watcher