OpenLiberty / ci.common

Common functionality for ci.maven and ci.gradle
Apache License 2.0
3 stars 30 forks source link

Update container functions to use Podman #411

Closed mattbsox closed 1 year ago

mattbsox commented 1 year ago

Adding feature to detect Podman installations and use it to run dev mode with podman.

PRs with doc updates and tests for LMP/LGP to follow.

cherylking commented 1 year ago

@mattbsox Just realized that there was no update to the DevUtil.writeDevcMetadata() method. Can you add the code to include which type of container it is...docker or podman?