Commit 5f62974
committed
feat(builder): look for DEIS_OUTSIDE_STORAGE_{HOST,PORT} environment var
if an operator launches a builder with this environment variable and
does not have a minio service running, builder will do the following:
1. use the mc tool to upload the tarball to
“http://$DEIS_OUTSIDE_STORAGE_HOST:${DEIS_OUTSIDE_STORAGE_PORT}”
2. Instantiate a slugbuilder with TAR_URL the same as above
HTTPS support forthcoming1 parent 33e16e5 commit 5f62974
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
0 commit comments