MT#8075 Refresh Dockerfile + set DOCKER_NAME for *-source-tests

With the update to docker distribution v2.2.1 we need to push new images

Change-Id: Ic9e10d4827fe836beeba7480bf2c17002400798d
changes/68/4068/5
Michael Prokop 9 years ago
parent db2c16c43e
commit 9b95f357d8

@ -1,3 +1,5 @@
# DOCKER_NAME=ngcp-panel-tests-rest-api-jessie
# TODO - switch to sipwise internal one
FROM debian:jessie
@ -5,7 +7,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-09-15
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

@ -1,3 +1,5 @@
# DOCKER_NAME=ngcp-panel-tests-selenium-jessie
# TODO - switch to sipwise internal one
FROM debian:jessie
@ -5,7 +7,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-09-04
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

Loading…
Cancel
Save