You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, consider the following `Task`, which uses two images named
`gcr.io/cloud-builders/gcloud` and `gcr.io/cloud-builders/docker`. In this example, the
Pipelines controller retrieves the `entrypoint` value from the registry, which allows
the `Task` to execute the `gcloud` and `docker` commands, respectively.
Retrieving the entrypoint from the registry happens only if nocommand is specified. But in the example below commandis specified and therefore the entrypoint is not retrieved from the registry.
pipeline/docs/container-contract.md
Lines 40 to 43 in 23b3dee
Retrieving the entrypoint from the registry happens only if no
command
is specified. But in the example belowcommand
is specified and therefore the entrypoint is not retrieved from the registry.pipeline/docs/container-contract.md
Lines 45 to 52 in 23b3dee
The text was updated successfully, but these errors were encountered: