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

--HG--
extra : commitid : 4stimuDzY61
extra : rebase_source : c0faed07e6febf5bc701066e3bea62b0da6a7ad9
extra : amend_source : dcd4769f9426dd639ba96dfb1435f2f4257e2ea4
This commit is contained in:
Dustin J. Mitchell 2015-09-10 17:42:03 -04:00
Родитель fa18513a7e
Коммит 834ccf7b1c
6 изменённых файлов: 15 добавлений и 3 удалений

Просмотреть файл

@ -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"]

Просмотреть файл

@ -0,0 +1 @@
taskcluster

Просмотреть файл

@ -0,0 +1 @@
20150930093701

Просмотреть файл

@ -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

Просмотреть файл

@ -1 +1 @@
jlund
taskcluster

Просмотреть файл

@ -1 +1 @@
0.1.9
0.1.10