Making SLA-Aware to plain Drain timeout configurable.

Upgraded Dockerbuild for debian package to use go1.12.1
This commit is contained in:
Renan DelValle 2019-03-22 19:01:10 -07:00
parent 0f19631c9a
commit fee20090d0
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
6 changed files with 24 additions and 11 deletions

View file

@ -2,7 +2,7 @@ FROM ubuntu:16.04
RUN apt-get update -y && \
apt-get install -y build-essential devscripts dh-exec dh-make git lintian wget && \
wget https://dl.google.com/go/go1.11.5.linux-amd64.tar.gz -O /tmp/go.tar.gz
wget https://dl.google.com/go/go1.12.1.linux-amd64.tar.gz -O /tmp/go.tar.gz
RUN tar -C /usr/local -xzf /tmp/go.tar.gz