prepare

package
v1.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2018 License: LGPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const BLOCKING_RUN_NODEJS string = `#!/bin/sh
echo "No node. Blocking 4 ever<3!"
while true; do sleep 100d; done;
`

We copy this over the script in wrench if we don't have a nodejs app

View Source
const NGINX_CONFIG_TEMPLATE string = `` /* 1122-byte string literal not displayed */
View Source
const READINESS_LIVENESS_SH = `#!/bin/sh
{{if .Include}}
wget --spider localhost:{{.Port}} > /dev/null 2>&1
{{end}}
`
View Source
const START_SCRIPT string = `#!/bin/bash
source $HOME/architect/run_tools.sh
exec $1
`
View Source
const WRENCH_DOCKER_FILE string = `` /* 565-byte string literal not displayed */

Variables

This section is empty.

Functions

func Prepper

func Prepper() process.Prepper

Types

type PreparedImage

type PreparedImage struct {
	Path string
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL