elixir-cloud-aai / ga4gh-sdk

Generic SDK and CLI for GA4GH API services
Apache License 2.0
13 stars 2 forks source link

OpenAPI models generation: switch to using Docker for the generator #43

Open pavelnikonorov opened 1 month ago

pavelnikonorov commented 1 month ago

To streamline setup and minimise local dependency installations, the official Docker container for OpenAPI Generator CLI might be a more convenient alternative. This container includes all required dependencies, eliminating the need for a local Java installation and other setup steps. Available directly on Docker Hub, this solution can simplify development and CI/CD workflows:

Docker Hub - OpenAPI Generator CLI https://hub.docker.com/r/openapitools/openapi-generator-cli

_Originally posted by @uniqueg in https://github.com/elixir-cloud-aai/ga4gh-sdk/pull/27#discussion_r1721809861_