mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
1d327165d9
commit
48cca65a60
@ -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
|
||||
|
@ -1 +1 @@
|
||||
0.0.0
|
||||
0.0.1
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
0.0.1
|
||||
0.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user