{{ 'Lifecycle Environment:' | translate }} {{ environment.name }}

Basic Information

Name
Label
{{ environment.label }}
Description

Container Image Registry

Unauthenticated Pull
Determines whether to require login to pull container images in this lifecycle environment.
Registry Name Pattern
The Registry Name Pattern overrides the default name by which container images may be pulled from the server. (By default this name is a combination of Organization, Lifecycle Environment, Content View, Product, and Repository labels.)

The name may be constructed using ERB syntax. Variables available for use are:
organization.name
organization.label
repository.name
repository.label
repository.docker_upstream_name
repository.url
content_view.label
content_view.name
content_view.version
product.name
product.label
lifecycle_environment.name
lifecycle_environment.label
Examples:
<%= organization.label %>-<%= lifecycle_environment.label %>-<%= content_view.label %>-<%= product.label %>-<%= repository.label %>
<%= organization.label %>/<%= repository.docker_upstream_name %>