On 2016-08-11 02:30:07 -0500 (-0500), e...@itsonlyme.name wrote:
[...]
> So it seems the way to go is:
> 1. Upload what we need to e.g.:
> http://tarballs.openstack.org/storlet/images/docker/ubuntu_14.04.tar.gz
Yep, generally you'd have a CI job build and upload that, not
generate it by hand. If t
It's less that we have a specially tailored image for DevStack, and
more that our "standard" images pre-cache any downloads that
DevStack claims it may use... basically we cache all of the
$IMAGE_URLS list built up in
http://git.openstack.org/cgit/openstack-dev/devstack/tree/stackrc as
returned by
On 2016-08-08 06:00:14 -0500 (-0500), e...@itsonlyme.name wrote:
[...]
> One solution we were thinking of is having a VM image that
> contains the Docker image we need (e.g. saved using docker save),
> thus bypassing the need to do "docker pull". Is that possible? I
> realise that so far probably d
I have originally brought this on IRC, but though this place might be
better adequate.
As part of the storlets functional tests Jenkins job, we do a docker
pull from docker hub.
This operation fails many times, and requires many "recheck"s (we run
this with every 'git review').
One solution w