trumbitta / nx-trumbitta

πŸ’‘An attempt to start collecting all of my Nx-related Open Source work in a mono-repo.
MIT License
47 stars 11 forks source link

feat(nx-plugin-openapi): allow the user to specify an alternate docker image #68

Open joeflateau opened 2 years ago

joeflateau commented 2 years ago

This will allow the user to pin a certain version of openapitools/openapi-generator-cli if latest is not appropriate or use a custom image altogether

nx-cloud[bot] commented 2 years ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit fb5c48852ab1e9a6244d26852ae42c707b701575. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

πŸ“‚ See all runs for this branch


βœ… Successfully ran 2 targets - [`nx affected:e2e --base=remotes/origin/main`](https://nx.app/runs/wandemMRfsJ) - [`nx affected:test --base=remotes/origin/main`](https://nx.app/runs/hqXGuL2EEuF)

Sent with πŸ’Œ from NxCloud.

trumbitta commented 2 years ago

Hey Joe, I think you already figured out I'm not the best at keeping up with this project (at least over the last year) 🀦

I'd like to have the version imported from https://github.com/trumbitta/nx-trumbitta/blob/main/packages/nx-plugin-openapi/src/utils/versions.ts, but that leaves out the default in the JSON files. Do you think you can find a way to work it out?

joeflateau commented 2 years ago

I can probably work it out, yeah. It might take me some time as I'll be on vacation next week.