From 0b1c9364b5a3afaa47336df044a11f2e3f8ff905 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Fri, 8 Jan 2016 16:32:28 +0100 Subject: [PATCH] MT#16891 t/Dockerfile: DOCKER_NAME Change-Id: Ic4e2ff254f865afa8eb5890b85bc7a6643abd75c --- t/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/Dockerfile b/t/Dockerfile index e0131ea..5d96859 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -1,3 +1,4 @@ +# DOCKER_NAME=data-hal-jessie # 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-11-13 +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