From a9787062d9d0ca21731e486a8eddadd42f1083e9 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Fri, 8 Jan 2016 16:40:20 +0100 Subject: [PATCH] MT#16891 t/Dockerfile: add DOCKER_NAME Change-Id: I6be6fcc687d493718df9ec2067923b6534862d07 --- t/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/Dockerfile b/t/Dockerfile index 788c3bd..6199031 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -1,3 +1,4 @@ +# DOCKER_NAME=lua-ngcp-kamailio-jenkins # TODO - switch to sipwise internal one FROM debian:jessie @@ -5,7 +6,7 @@ FROM debian:jessie # is updated with the current date. It will force refresh of all # of the base images and things like `apt-get update` won't be using # old cached versions when the Dockerfile is built. -ENV REFRESHED_AT 2015-12-02 +ENV REFRESHED_AT 2016-01-08 # mirrors behind httpredir randomly throw `Error reading from server. Remote end closed connection` # and we want to be independent from any external services anyway