Commit Graph

6 Commits

Author SHA1 Message Date
R. Tyler Croy b30e5bfb27
Return the agent port to the environment to avoid unnecessary exceptions
The upstream Docker image copies this file into tcp-slave-agent-port.groovy
(https://github.com/jenkinsci/docker/blob/master/init.groovy) which expects this
environment variable to be set.

This doesn't really matter in the context of Code Valet, but it's helpful to
just shut this error up 😄

Fixes codevalet/codevalet#81
2018-01-02 12:13:21 -08:00
R. Tyler Croy dee43134e2
Forgot to remove some things which went to the base container 2017-12-21 09:17:22 -08:00
R. Tyler Croy bdb8b8c7bb
Duplicate the user/group args into the master Docker image
Need this in both the proxy and master images unfortunately
2017-12-21 08:33:31 -08:00
R. Tyler Croy b3c059e230
Move the nginx-specific bits for the master into its own base image
This makes the proxy and its rules much easier to test in isolation from the
Jenkins runtime.

Fixes #1
2017-12-21 06:40:28 -08:00
R. Tyler Croy 4b5eaa4818
Add some other missing files to do a proper full build of the master image 2017-12-20 15:25:49 -08:00
R. Tyler Croy 9f8f26c722
Import code from the old tree with some minor adjustments 2017-12-19 16:27:52 -08:00