Bug 1289249 - Unify desktop-build-upd versions; r?dustin draft
authorGregory Szorc <gps@mozilla.com>
Mon, 25 Jul 2016 18:25:55 -0700
changeset 392708 11e7b5e46c84652b86607457babccb23551853f9
parent 392707 ab6c1c0d20bc1b54564ccd2726c58a7f6124bac1
child 392709 83fee6adc495208562a684a7dfb3d1d01ea2a417
push id24096
push usergszorc@mozilla.com
push dateTue, 26 Jul 2016 03:36:17 +0000
reviewersdustin
bugs1289249
milestone50.0a1
Bug 1289249 - Unify desktop-build-upd versions; r?dustin After this commit, all consumers of the desktop-build-upd image are using the same version. MozReview-Commit-ID: 6VaNHRLcVoH
testing/docker/android-gradle-build/Dockerfile
testing/docker/desktop-l10n/Dockerfile
--- a/testing/docker/android-gradle-build/Dockerfile
+++ b/testing/docker/android-gradle-build/Dockerfile
@@ -1,9 +1,9 @@
-FROM          taskcluster/centos6-build-upd:0.1.3.20160222133000
+FROM          taskcluster/centos6-build-upd:0.1.6.20160329195300
 MAINTAINER    Nick Alexander <nalexander@mozilla.com>
 
 # BEGIN ../desktop-build/Dockerfile
 
 # Add build scripts; these are the entry points from the taskcluster worker, and
 # operate on environment variables
 ADD             bin /home/worker/bin
 RUN             chmod +x /home/worker/bin/*
--- a/testing/docker/desktop-l10n/Dockerfile
+++ b/testing/docker/desktop-l10n/Dockerfile
@@ -1,9 +1,9 @@
-FROM		taskcluster/centos6-build-upd:0.1.3.20160122142300
+FROM		taskcluster/centos6-build-upd:0.1.6.20160329195300
 MAINTAINER	Varun Joshi <varunj.1011@gmail.com>
 
 ADD             bin /home/worker/bin
 ADD		.hgrc /home/worker/.hgrc
 RUN             chmod +x /home/worker/bin/* 
 
 # Generate machine uuid file (like how desktop-build does)
 RUN dbus-uuidgen --ensure=/var/lib/dbus/machine-id