mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-09 20:31:15 +00:00
doc: Document the image nameing scheme used by deploy
When using deploy to create a release for a multi-container project one needs to follow this to avoid triggering a build. Relevant for CI/CD scenarios with their own build pipeline. Change-type: patch Signed-off-by: Robert Günzler <robertg@balena.io>
This commit is contained in:
parent
9265588745
commit
e04242db64
@ -3042,10 +3042,12 @@ the image in the balenaCloud build servers.)
|
||||
Unless an image is specified, this command will look into the current directory
|
||||
(or the one specified by --source) for a docker-compose.yml file. If one is
|
||||
found, this command will deploy each service defined in the compose file,
|
||||
building it first if an image for it doesn't exist. If a compose file isn't
|
||||
found, the command will look for a Dockerfile[.template] file (or alternative
|
||||
Dockerfile specified with the `-f` option), and if yet that isn't found, it
|
||||
will try to generate one.
|
||||
building it first if an image for it doesn't exist. Image names will be looked
|
||||
up according to the scheme: `<projectName>_<serviceName>`.
|
||||
|
||||
If a compose file isn't found, the command will look for a Dockerfile[.template]
|
||||
file (or alternative Dockerfile specified with the `-f` option), and if yet
|
||||
that isn't found, it will try to generate one.
|
||||
|
||||
To deploy to an app on which you're a collaborator, use
|
||||
`balena deploy <appOwnerUsername>/<appName>`.
|
||||
|
@ -81,10 +81,12 @@ the image in the balenaCloud build servers.)
|
||||
Unless an image is specified, this command will look into the current directory
|
||||
(or the one specified by --source) for a docker-compose.yml file. If one is
|
||||
found, this command will deploy each service defined in the compose file,
|
||||
building it first if an image for it doesn't exist. If a compose file isn't
|
||||
found, the command will look for a Dockerfile[.template] file (or alternative
|
||||
Dockerfile specified with the \`-f\` option), and if yet that isn't found, it
|
||||
will try to generate one.
|
||||
building it first if an image for it doesn't exist. Image names will be looked
|
||||
up according to the scheme: \`<projectName>_<serviceName>\`.
|
||||
|
||||
If a compose file isn't found, the command will look for a Dockerfile[.template]
|
||||
file (or alternative Dockerfile specified with the \`-f\` option), and if yet
|
||||
that isn't found, it will try to generate one.
|
||||
|
||||
To deploy to an app on which you're a collaborator, use
|
||||
\`balena deploy <appOwnerUsername>/<appName>\`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user