Bug 1178161 - Base 32 bit builders on a base image that we control; r=dustin

It's not secure to use a 3rd party image.
This commit is contained in:
Morgan Phillips 2015-06-29 13:43:20 -05:00
parent 1d327165d9
commit 48cca65a60
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM quay.io/mrrrgn/ubuntu32-build:0.0.1
FROM quay.io/mrrrgn/ubuntu32-build:0.0.2
MAINTAINER Morgan Reece Phillips <winter2718@gmail.com>
# Add build scripts; these are the entry points from the taskcluster worker, and

View File

@ -1 +1 @@
0.0.0
0.0.1

View File

@ -1,4 +1,4 @@
FROM 32bit/ubuntu:14.04
FROM quay.io/mrrrgn/ubuntu32:14.04
MAINTAINER Morgan Reece Phillips <winter2718@gmail.com>
### add worker user and setup its workspace

View File

@ -1 +1 @@
0.0.1
0.0.2