Re: How to use cached Docker images in a Jenkins slave?

2019-04-16 Thread ZillaYT
Yeah we build our own AMIs via Packer. I'll looking into pulling the images into it. Thanks. Chris On Tuesday, April 16, 2019 at 11:30:11 AM UTC-4, kuisathaverat wrote: > > You do not need to change anything there, you would need custom ECS AMIs > where you have pre-pull the Docker images that

Re: How to use cached Docker images in a Jenkins slave?

2019-04-16 Thread kuisathaverat
You do not need to change anything there, you would need custom ECS AMIs where you have pre-pull the Docker images that you will need, see https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html El mar., 16 abr. 2019 a las 17:14, ZillaYT () escribió: > So what values

Re: How to use cached Docker images in a Jenkins slave?

2019-04-16 Thread ZillaYT
So what values do you put in your cloud section of you Jenkins config page for the 'Task definition' and 'Docker image' fields? [image: Screen Shot 2019-04-16 at 11.05.13 AM.png] On Friday, April 5, 2019 at 2:21:10 PM UTC-4, Ivan Fernandez Calvo wrote: > > We have a similar problem, to make

Re: How to use cached Docker images in a Jenkins slave?

2019-04-05 Thread Ivan Fernandez Calvo
We have a similar problem, to make a local cache of those images we pull then when we build packer images (once a day) so when we spin our VMs they have those Docker images and don't have to pull them from any repository. The only disadvantage of that it is you need extra disk space. In your

How to use cached Docker images in a Jenkins slave?

2019-04-05 Thread ZillaYT
We have a number of EC2 instances that we create in our AWS ECS cluster, which run Docker. One of the EC2 instances run the Jenkins master, and the others are designated as slaves. So what we do is for every job, we run a Docker container in one of these slave EC2 instances. We set up, in the