Hi Morten,
sadly that would only move the problem from the local nodes to the nexus
repository as there is no 'auto purge the oldest x images' option in nexus
as far as I can tell.
BR
Lukas
Am Samstag, 17. März 2018 01:00:17 UTC+1 schrieb Morten Bjoernsvik:
>
> Hi Lucas
>
> This is exactly the
Hi Lucas
This is exactly the use case of a private docker registry like Nexus3.
https://www.sonatype.com/nexus-repository-oss
You can build to what ever layer of readiness you need and then push it to
the registry, then clean everything, then next time you need to build/run a
container you jus
Hi,
I want to setup a jenkinsfile building a git project and running tests in
various environments, preferably docker (multiple gcc versions, clang,
...). My approach was to simply setup agents and connect them via ssh and
install docker on them. The jenkinsfile will have a parallel section
li