Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need a way to set services under test version #78

Open
big-andy-coates opened this issue Jun 23, 2022 · 0 comments
Open

Need a way to set services under test version #78

big-andy-coates opened this issue Jun 23, 2022 · 0 comments

Comments

@big-andy-coates
Copy link
Member

big-andy-coates commented Jun 23, 2022

Currently the code defaults to latest for the version of the Docker image to use for the services under test. Ideally, users should be able to configure what version of each service they want to test.

This likely needs both an enhancement here and another in the build plugins.

Probably want to provide different strategies for determining the image versions, e.g.

  • latest: (default) get the latest version of the image, i.e. current functionalty.
  • from_jar: extract the version info from the filename of the jar the descriptor was loaded from.
  • specific: look somewhere for specific version info.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant