Commit 0fa6101
authored
The run.sh script requires git, which is not available by default (#22174)
* The run.sh script requires git, but git is not available by default in the base image
I've created a shell in the datacontainer and noticed that the run.sh script fails, because the git command is not found. Without it, the datacontainer cannot check out the local clone of the repo and we end up with a completely empty/usr/data/openapispecs. This is currently blocking RPaaS api-validation service in Air-Gapped clouds, where we depend entirely on specs loaded from the data container.
I tested this change locally: WIth git being previously installed to the image, run.sh succeeds and /usr/data/openapispecs is properly populated with the repo contents.
* Addressing PR commants
Use Ubuntu 22.04, as suggested in the PR reviews.1 parent b56524c commit 0fa6101
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
0 commit comments