MT#16891 t/Dockerfile: add DOCKER_NAME

Change-Id: I6be6fcc687d493718df9ec2067923b6534862d07
changes/67/4067/2
Victor Seva 10 years ago
parent 80d7283d87
commit a9787062d9

@ -1,3 +1,4 @@
# DOCKER_NAME=lua-ngcp-kamailio-jenkins
# TODO - switch to sipwise internal one # TODO - switch to sipwise internal one
FROM debian:jessie FROM debian:jessie
@ -5,7 +6,7 @@ FROM debian:jessie
# is updated with the current date. It will force refresh of all # 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 # of the base images and things like `apt-get update` won't be using
# old cached versions when the Dockerfile is built. # 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` # mirrors behind httpredir randomly throw `Error reading from server. Remote end closed connection`
# and we want to be independent from any external services anyway # and we want to be independent from any external services anyway

Loading…
Cancel
Save