Parâmentros

Nome parâmetro Descrição
container
requerido

Validations:

  • Must be a Hash

container[name]
opcional , nulo permitido

Validations:

  • Must be String

container[location_ids]
opcional , nulo permitido

SUBSTITUIR localizações dadas com ids

Validations:

  • Must be an array of any type

container[organization_ids]
opcional , nulo permitido

SUBSTITUIR organizações dadas com ids

Validations:

  • Must be an array of any type

container[compute_resource_id]
requerido

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

container[registry_id]
opcional , nulo permitido

Registry this container will have to use to get the image

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

container[repository_name]
requerido

Name of the repository to use to create the container. e.g. centos

Validations:

  • Must be String

container[tag]
requerido

Tag to use to create the container. e.g. latest

Validations:

  • Must be String

container[tty]
opcional , nulo permitido

Validations:

  • Must be 'true' or 'false' or '1' or '0'

container[entrypoint]
opcional , nulo permitido

Validations:

  • Must be String

container[command]
requerido

Validations:

  • Must be String

container[memory]
opcional , nulo permitido

Validations:

  • Must be String

container[cpu_shares]
opcional , nulo permitido

Validations:

  • Must be a number.

container[cpu_set]
opcional , nulo permitido

Validations:

  • Must be String

container[environment_variables]
opcional , nulo permitido

Optional array of environment variables hashes. e.g. 'environment_variables': [{'name' => 'example', 'value' => '123'}]

Validations:

  • Must be an array of any type

container[attach_stdout]
opcional , nulo permitido

Validations:

  • Must be 'true' or 'false' or '1' or '0'

container[attach_stdin]
opcional , nulo permitido

Validations:

  • Must be 'true' or 'false' or '1' or '0'

container[attach_stderr]
opcional , nulo permitido

Validations:

  • Must be 'true' or 'false' or '1' or '0'

container[capsule_id]
opcional , nulo permitido

The capsule this container will have to use to get the image. Relevant for images retrieved from katello registry.

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.