summaryrefslogtreecommitdiffstats
path: root/testing/docker/centos6-build-upd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/docker/centos6-build-upd')
-rw-r--r--testing/docker/centos6-build-upd/Dockerfile10
-rw-r--r--testing/docker/centos6-build-upd/REGISTRY1
-rw-r--r--testing/docker/centos6-build-upd/VERSION1
3 files changed, 12 insertions, 0 deletions
diff --git a/testing/docker/centos6-build-upd/Dockerfile b/testing/docker/centos6-build-upd/Dockerfile
new file mode 100644
index 000000000..a245bcbe5
--- /dev/null
+++ b/testing/docker/centos6-build-upd/Dockerfile
@@ -0,0 +1,10 @@
+FROM taskcluster/centos6-build:0.1.6
+MAINTAINER Dustin J. Mitchell <dustin@mozilla.com>
+
+### update to latest from upstream repositories
+# if this becomes a long list of packages, consider bumping the
+# centos6-build version
+RUN yum update -y
+
+# Set a default command useful for debugging
+CMD ["/bin/bash", "--login"]
diff --git a/testing/docker/centos6-build-upd/REGISTRY b/testing/docker/centos6-build-upd/REGISTRY
new file mode 100644
index 000000000..cb1e1bb48
--- /dev/null
+++ b/testing/docker/centos6-build-upd/REGISTRY
@@ -0,0 +1 @@
+taskcluster
diff --git a/testing/docker/centos6-build-upd/VERSION b/testing/docker/centos6-build-upd/VERSION
new file mode 100644
index 000000000..01ae56f9e
--- /dev/null
+++ b/testing/docker/centos6-build-upd/VERSION
@@ -0,0 +1 @@
+0.1.6.20160329195300