]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/docker: update Travis image to a more current version
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 24 Oct 2019 10:14:32 +0000 (11:14 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 25 Oct 2019 18:24:21 +0000 (19:24 +0100)
This isn't the latest one available on hub.docker.com but it does
match the ID reported by the Xenial builds running on Travis:

  instance: ... travis-ci-sardonyx-xenial-1553530528-f909ac5

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/docker/dockerfiles/travis.docker

index ea14da29d9708272711c3489b54236a32f4049af..e8eb48dccfd523a79ea8871c38de69a6f9532335 100644 (file)
@@ -1,4 +1,8 @@
-FROM travisci/ci-sardonyx:packer-1546978056-2c98a19
+#
+# Travis Image - this is broadly the same image that we run our CI
+# tests on.
+#
+FROM travisci/ci-sardonyx:packer-1552557266-f909ac5
 ENV DEBIAN_FRONTEND noninteractive
 ENV LANG en_US.UTF-8
 ENV LC_ALL en_US.UTF-8