mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-02 00:15:38 +02:00
FIXES #361: key error _service
This commit is contained in:
parent
1f989ed133
commit
1555417958
@ -35,7 +35,7 @@ except ImportError:
|
|||||||
import json
|
import json
|
||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
__version__ = '0.1.8'
|
__version__ = '0.1.9'
|
||||||
|
|
||||||
PY3 = sys.version_info[0] == 3
|
PY3 = sys.version_info[0] == 3
|
||||||
if PY3:
|
if PY3:
|
||||||
@ -355,6 +355,8 @@ def tr_cntnet(project_name, services, given_containers):
|
|||||||
infra = dict(
|
infra = dict(
|
||||||
name=infra_name,
|
name=infra_name,
|
||||||
image="k8s.gcr.io/pause:3.1",
|
image="k8s.gcr.io/pause:3.1",
|
||||||
|
_service=None,
|
||||||
|
service_name=None
|
||||||
)
|
)
|
||||||
for cnt0 in given_containers:
|
for cnt0 in given_containers:
|
||||||
cnt = dict(cnt0, network_mode="container:"+infra_name)
|
cnt = dict(cnt0, network_mode="container:"+infra_name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user