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

Add support to specify which docker image version to run #45

Open
kgalli opened this issue Nov 14, 2019 · 0 comments
Open

Add support to specify which docker image version to run #45

kgalli opened this issue Nov 14, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@kgalli
Copy link
Owner

kgalli commented Nov 14, 2019

It is often necessary to run a different version of a particular docker image in development to test a Pull Request or similar. To deal with this you have to update the docker-compose / cliw config every time you need this change. Furthermore, it is very easy to get confused which version is running write now. Not to mention that when you need to run several different versions in a kind of testing environment it is unnecessarily complicated to automate the change of the configuration. I recommend adding a feature like cliw service:origin to be able to overwrite the version.

"buildOrigin": {
  "registry": {
    "image": "kgalli/api-service:<This PART IS CHANGABLE VIA CONFIG>"
  }
}
@kgalli kgalli added the enhancement New feature or request label Dec 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant