We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6534989 commit d1284f8Copy full SHA for d1284f8
t/parse_docker.t
@@ -26,7 +26,7 @@ $expected = {
26
'deps' => ['container:opensuse/tumbleweed:latest', 'container:opensuse/leap:15.2'],
27
'path' => [],
28
'imagerepos' => [],
29
- 'basecontainer' => 'container:opensuse/leap:15.2',
+ 'basecontainer' => 'opensuse/leap:15.2',
30
};
31
32
$result = Build::Docker::parse($conf, \$dockerfile);
0 commit comments