Closed msimerson closed 9 years ago
Hi @msimerson, I think this is related to the build environment containers, and not the Enterprise containers.
Have you tried downloading new build environment containers?
Ch-ching. Right you are. Next question, would it be mostly safe to put something like this in cron weekly?
langs='go node-js perl'
tag=latest
for lang in $langs; do
docker pull quay.io/travisci/travis-$lang:$tag
docker tag quay.io/travisci/travis-$lang:$tag travis:$lang
done
te start
@msimerson well, that is up to you, but I am not sure if I would recommend it as the change in images could have unintended consequences for your users.
There are pros and cons either way.
I've run
te pull
andte start
on the Travis worker, so I think I'm up-to-date. nvm does build node 0.12 from sources, but it'd be much better to have the jobs run in 1m instead of 13m. Anything else I should be trying? Is there another place I should be posting such issues?