mirror of
https://github.com/docker/compose.git
synced 2025-07-23 05:34:36 +02:00
Remove log.info for native build
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
e6fcde422c
commit
2f48b6f5e9
@ -490,8 +490,6 @@ class Project:
|
|||||||
log.info('%s uses an image, skipping' % service.name)
|
log.info('%s uses an image, skipping' % service.name)
|
||||||
|
|
||||||
if cli:
|
if cli:
|
||||||
log.info("Building with native build. Learn about native build in Compose here: "
|
|
||||||
"https://docs.docker.com/go/compose-native-build/")
|
|
||||||
if parallel_build:
|
if parallel_build:
|
||||||
log.warning("Flag '--parallel' is ignored when building with "
|
log.warning("Flag '--parallel' is ignored when building with "
|
||||||
"COMPOSE_DOCKER_CLI_BUILD=1")
|
"COMPOSE_DOCKER_CLI_BUILD=1")
|
||||||
@ -651,10 +649,6 @@ class Project:
|
|||||||
override_options=None,
|
override_options=None,
|
||||||
):
|
):
|
||||||
|
|
||||||
if cli:
|
|
||||||
log.info("Building with native build. Learn about native build in Compose here: "
|
|
||||||
"https://docs.docker.com/go/compose-native-build/")
|
|
||||||
|
|
||||||
self.initialize()
|
self.initialize()
|
||||||
if not ignore_orphans:
|
if not ignore_orphans:
|
||||||
self.find_orphan_containers(remove_orphans)
|
self.find_orphan_containers(remove_orphans)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user