build/typescript-model/generate.sh
breaks with Podman
#1677
Labels
area/api
Enhancement or issue related to the api/devfile specification
help wanted
Extra attention is needed
kind/bug
Something isn't working
/kind bug
Which area is this bug related to?
/area api
What versions of software are you using?
Podman 5.3.1
Bug Summary
Describe the bug:
According to the CONTRIBUTING.md#prerequisites, I should be able to use podman to run both the build and typescript generation scripts, however
build/typescript-model/generate.sh
breaks unless I am using docker specifically.To Reproduce:
Run the following with podman installed:
bash build/typescript-model/generate.sh
Expected behavior
bash build/typescript-model/generate.sh
should run with podman as with docker.Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
Additional context
Any workaround?
Install the
podman-docker
docker CLI emulation package.Suggestion on how to fix the bug
Find a way to use podman with the kubernetes-client/gen scripts without using docker or docker emulation.
The text was updated successfully, but these errors were encountered: