mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1203158: add a centos6-build-upd layer to include frequent yum updates; r=ted.mielczarek
This commit is contained in:
parent
ea8a482ce2
commit
0b4940358f
10
testing/docker/centos6-build-upd/Dockerfile
Normal file
10
testing/docker/centos6-build-upd/Dockerfile
Normal 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"]
|
1
testing/docker/centos6-build-upd/REGISTRY
Normal file
1
testing/docker/centos6-build-upd/REGISTRY
Normal file
@ -0,0 +1 @@
|
||||
taskcluster
|
1
testing/docker/centos6-build-upd/VERSION
Normal file
1
testing/docker/centos6-build-upd/VERSION
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user