Bug 1291365 - Specify Ubuntu version in ubuntu1604-test image; r=dustin draft
authorGregory Szorc <gps@mozilla.com>
Fri, 05 Aug 2016 09:20:02 -0700
changeset 398117 797d542889e5e0f8612ae5190b4fd8d286a0749f
parent 398116 5af7eb0002f03d4b683f459fd8e98e4447920533
child 398118 ac9bd88f5b0e11526d16684f447f9633c90166d5
push id25452
push userbmo:gps@mozilla.com
push dateMon, 08 Aug 2016 18:58:02 +0000
reviewersdustin
bugs1291365
milestone51.0a1
Bug 1291365 - Specify Ubuntu version in ubuntu1604-test image; r=dustin Without this, we'll use the latest Ubuntu release at image build time! MozReview-Commit-ID: DmUcwKPkL78
testing/docker/ubuntu1604-test/Dockerfile
--- a/testing/docker/ubuntu1604-test/Dockerfile
+++ b/testing/docker/ubuntu1604-test/Dockerfile
@@ -1,9 +1,9 @@
-FROM          ubuntu
+FROM          ubuntu:16.04
 MAINTAINER    Joel Maher <joel.maher@gmail.com>
 
 RUN useradd -d /home/worker -s /bin/bash -m worker
 WORKDIR /home/worker
 
 # install non-build specific dependencies in a single layer
 ADD           system-setup.sh   /tmp/system-setup.sh
 RUN           bash /tmp/system-setup.sh