Jenkins in a RKT container
I've been writing my own Docker file to deploy a Jenkins container. Jenkins is a build system and we're using rkt (Rocket) to run the container. The official Dockerfile for Jenkins and most other examples where rather big, so I've been slimming ours down a bit. (If you are looking for something a bit more comprehensive, take a look at this really great tutorial over at Riot Games.) I'll probably add more settings as we figure out what could be better, but this is the state of it right now. Let me show you and explain bit by bit. [crayon-673ed1ff74b96137583749/] This part above states [...]