Bug 1203158: add a centos6-build-upd layer to include frequent yum updates; r=ted.mielczarek

This commit is contained in:
Dustin J. Mitchell 2015-09-10 17:42:03 -04:00
parent ea8a482ce2
commit 0b4940358f
6 changed files with 15 additions and 3 deletions

View File

@ -0,0 +1,10 @@
FROM taskcluster/centos6-build:0.1.1
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"]

View File

@ -0,0 +1 @@
taskcluster

View File

@ -0,0 +1 @@
20150930093701

View File

@ -1,4 +1,4 @@
FROM taskcluster/centos6-build:0.1.1
FROM taskcluster/centos6-build-upd:20150930093701
MAINTAINER Dustin J. Mitchell <dustin@mozilla.com>
# Add build scripts; these are the entry points from the taskcluster worker, and

View File

@ -1 +1 @@
jlund
taskcluster

View File

@ -1 +1 @@
0.1.9
0.1.10