pulp / pulp-openapi-generator

GNU General Public License v2.0
4 stars 24 forks source link

Add support for Docker in Docker and local openapi schema #84

Closed goarsna closed 9 months ago

goarsna commented 1 year ago

Our build pipeline is running in a Docker environment. Also the openapi schema is fetched in a previous stage and passed on to the next stage for generating the client bindings. This makes two adjustments necessary I want to introduce with this PR:

Besides that the first commit adds a section to the Readme about the usage of the PULP_API variable.