github.hscsec.cn/openshift/source-to-image@v1.2.0/pkg/api/constants/env.go (about)

     1  package constants
     2  
     3  // Deprecated Docker ENV variables
     4  const (
     5  	// LocationEnvironment is the environment variable that specifies where to place artifacts in a builder image.
     6  	//
     7  	// DEPRECATED - use DestinationLabel instead.
     8  	LocationEnvironment = "STI_LOCATION"
     9  	// ScriptsURLEnvironment is the environment variable name that specifies where to look for S2I scripts.
    10  	//
    11  	// DEPRECATED - use ScriptsURLLabel instead.
    12  	ScriptsURLEnvironment = "STI_SCRIPTS_URL"
    13  )