The Perl image supports a number of environment variables which can be set to control the configuration and behavior of the Perl runtime.
To set these environment variables as part of your image, you can place them into
a .s2i/environment
file inside your source code repository, or define them in
the environment section of the build configuration’s sourceStrategy
definition.
You can also set environment variables to be used with an existing image when creating new applications, or by updating environment variables for existing objects such as deployment configurations.
Note
|
Environment variables that control build behavior must be set as part of the source-to-image (S2I) build configuration or in the |
Variable name | Description |
---|---|
|
When set to |
|
This variable specifies a mirror URL which cpanminus uses to install dependencies. By default, this URL is not specified. |
|
Set this to |
|
The StartServers directive sets the number of child server processes created on startup. Default is 8. |
|
Number of simultaneous requests that will be handled by Apache. The default is 256, but it will be automatically lowered if memory is limited. |