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

Latching not working for VanillaDockerApplications built on hub images #311

Open
johnmccabe opened this issue May 6, 2016 · 0 comments
Open
Labels

Comments

@johnmccabe
Copy link
Member

johnmccabe commented May 6, 2016

If you build a VanillaDockerApplication on top of a docker hub image which is configured to start on run (ie has an entrypoint) then none of the provided latch points are suitable to prevent the container from running when provisioned (even the provision latch).

Currently you have to make use of the env: tag to create a latch that blocks creation (and running) of the container.

For example:

env:
  DUMMY_LATCHING_VAR: $brooklyn:component("global", "my-latched-on-entity").attributeWhenReady("service.isUp")
@grkvlt grkvlt added the 1.x label Sep 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants