[Standalone] wsl works with podman
Open
- Dominant language
- Scala
- Stars
- 6.8k
- Forks
- 1.2k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 2
Description
# Feature Request
Make standalone works with **podman** <===
After updating this [**change**](https://github.com/apache/openwhisk/issues/5493), the build in wsl proceeded to finish.

openwhisk-2.0.0\core\standalone\build.gradle
https://github.com/apache/openwhisk/blob/6246f6a1be04931272aae27eae8715d160216f4a/core/standalone/build.gradle#L25
```
plugins {
id 'maven'
id 'org.scoverage'
id 'org.springframework.boot' version '2.1.6.RELEASE'
id 'scala'
id 'com.gorylenko.gradle-git-properties' version '2.4.2'
}
```
Contributor guide
Assessment
This issue has not been assessed yet.