create an external image component config
Create an external image component config.
Authorizations
Type "Bearer" followed by a space and token.
Path Parameters
component ID
Body
Input
Duration string for build operations (e.g., "30m", "1h")
Duration string for deploy operations (e.g., "30m", "1h")
UpdatePolicy is an optional Masterminds-compatible semver constraint (e.g. "~1.25.0", "^2"). When set, the runner lists tags from the source registry, filters to those satisfying the constraint, and uses the highest matching tag. Tag becomes optional in this case.
Response
Created
value
UpdatePolicy is an optional Masterminds-compatible semver constraint (e.g. "~1.25.0", "^2", ">=1.0.0,<2.0.0") that, when set, causes the runner to list tags from the source registry, filter to those that parse as semver and satisfy the constraint, and pick the highest matching tag at build time. Tag is then ignored as the source ref; the resolved tag is recorded on ComponentBuild.ResolvedTag.
When empty, the runner uses Tag literally.