Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Currently we use the -Pdocker to use the docker enabled feature to avoid the build failure if there is no docker installation.
Now we can use the maven profile with activation to enable the docker profile automatically.
<activation>
<file>
<exists>/var/run/docker.sock</exists>
</file>
<property>
<name>env.DOCKER_HOST</name>
</property>
</activation>
Attachments
Issue Links
- links to