So basically, this what we want to do: create an application and publish it in our jelastic provider.
To do that, we had this idea:
- Create our customized docker images locally
- create a registry in our jelastic provider
- push our images into this registry
- create a manifest in yaml that describes how the environment should be created
Basically, the manifest describes:
what images should be used (our image and a jelastic storage)
shell scripts to run on the dockers
pops up a message when the installation succeed
send mail also
My question is: Is that secure?? I mean if a user go to the marketplace and chooses to deploy our application, can he gets some registry information?
So you have any experience in this?
Thank you in advance Regards