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

Always install a specific version of Flogo #517

Open
akpuvvada opened this issue Nov 21, 2019 · 1 comment
Open

Always install a specific version of Flogo #517

akpuvvada opened this issue Nov 21, 2019 · 1 comment

Comments

@akpuvvada
Copy link

What is the command to use to always get a specific version of Flogo container in Dockers instead of the latest one?

For example, if we have to refresh my system and reinstall, or when I reinstall or install an update to Docker (when the docker containers get reset to none) or my colleague needs to continue working on the same application, I would like to have all the work done in the same version so that no net new issues pop-up.

@mellistibco
Copy link
Collaborator

Hi @akpuvvada you can specify the specific version of all imports. If you'd like to use a specific version of core, when creating the application specify that using the --cv flag.

Example of imports with specific versions:

"imports": [
    "github.com/project-flogo/aws-contrib/activity/lambda@master",
    "github.com/project-flogo/contrib/trigger/[email protected]",
    "github.com/project-flogo/contrib/trigger/rest",
    "github.com/project-flogo/[email protected]",
  ]

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

2 participants