Skip to content

[0.27.2] portPropertyFile not written anymore #1112

Closed
@mixaaaa

Description

Description

After upgrading to newer d-m-p version (0.26.1 -> 0.27.2) the portPropertyFile-property is not working anymore. By checking change logs and issues we did not really found an explanation why this failure happens. We used following standard configuration.

<configuration>
    <portPropertyFile>${project.basedir}/src/test/resources/ports.properties</portPropertyFile>
    <images>
        <image>
            <name>test-db</name>
            <registry>vm-test:443</registry>
            <alias>dockerfile</alias>
            <build>
                <dockerFileDir>${project.basedir}/src/test/docker</dockerFileDir>
            </build>
            <run>
                <ports>
                    <port>host.port:5432</port>
                </ports>
                <wait>
                    <time>5000</time>
                </wait>
            </run>
        </image>
    </images>
</configuration>

Thanks in advance,
Uwe

Info

  • d-m-p version : 0.26.1 -> 0.27.2
  • Maven version (mvn -v) : Apache Maven 3.3.9
  • Docker version :
Client:
 Version:      17.05.0-ce
 API version:  1.29
 Go version:   go1.7.5
 Git commit:   89658be
 Built:        Thu May  4 22:04:27 2017
 OS/Arch:      linux/amd64

Server:
 Version:      17.05.0-ce
 API version:  1.29 (minimum version 1.12)
 Go version:   go1.7.5
 Git commit:   89658be
 Built:        Thu May  4 22:04:27 2017
 OS/Arch:      linux/amd64
 Experimental: false
  • If it's a bug, how to reproduce :
    just change the version ;)

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions