mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-10 06:07:50 +02:00
Add os.path.normpath to normalize dockerfile pathname
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
This commit is contained in:
@ -46,7 +46,7 @@ class TestContainerToBuildArgs(unittest.TestCase):
|
||||
args,
|
||||
[
|
||||
'-f',
|
||||
'./Containerfile',
|
||||
'Containerfile',
|
||||
'-t',
|
||||
'new-image',
|
||||
'--no-cache',
|
||||
@ -67,7 +67,7 @@ class TestContainerToBuildArgs(unittest.TestCase):
|
||||
args,
|
||||
[
|
||||
'-f',
|
||||
'./Containerfile',
|
||||
'Containerfile',
|
||||
'-t',
|
||||
'new-image',
|
||||
'--platform',
|
||||
@ -90,7 +90,7 @@ class TestContainerToBuildArgs(unittest.TestCase):
|
||||
args,
|
||||
[
|
||||
'-f',
|
||||
'./Containerfile',
|
||||
'Containerfile',
|
||||
'-t',
|
||||
'new-image',
|
||||
'-t',
|
||||
@ -115,7 +115,7 @@ class TestContainerToBuildArgs(unittest.TestCase):
|
||||
args,
|
||||
[
|
||||
'-f',
|
||||
'./Containerfile',
|
||||
'Containerfile',
|
||||
'-t',
|
||||
'new-image',
|
||||
'--label',
|
||||
@ -141,7 +141,7 @@ class TestContainerToBuildArgs(unittest.TestCase):
|
||||
args,
|
||||
[
|
||||
'-f',
|
||||
'./Containerfile',
|
||||
'Containerfile',
|
||||
'-t',
|
||||
'new-image',
|
||||
'--no-cache',
|
||||
|
Reference in New Issue
Block a user