Documentation ¶
Overview ¶
Package pkg provides common libraries for the Deis builder.
The Deis builder is responsible for building slugs and docker images for use in the Deis on the Deis PaaS platform.
Index ¶
Constants ¶
View Source
const ( StatusOk = iota StatusLocalError )
Return codes that will be sent to the shell.
Variables ¶
This section is empty.
Functions ¶
func RunBuilder ¶
func RunBuilder(cnf *sshd.Config, gitHomeDir string, sshServerCircuit *sshd.Circuit, pushLock sshd.RepositoryLock) int
RunBuilder starts the Builder service.
The Builder service is responsible for setting up the local container environment and then listening for new builds. The main listening service is SSH. Builder listens for new Git commands and then sends those on to Git.
Run returns on of the Status* status code constants.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package cleaner is a background process that compares the kubernetes namespace list with the folders in the local git home directory, deleting what's not in the namespace list.
|
Package cleaner is a background process that compares the kubernetes namespace list with the folders in the local git home directory, deleting what's not in the namespace list. |
Package sshd implements an SSH server.
|
Package sshd implements an SSH server. |
Click to show internal directories.
Click to hide internal directories.