moqui / moqui-framework

Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
http://www.moqui.org
Other
279 stars 200 forks source link

Docker-Image-Pull Feature #553

Closed rohitpawar2811 closed 1 year ago

rohitpawar2811 commented 1 year ago

I have created the Docker-Image-Pull feature in which on clicking the INIT button it will fetch the Docker image mentioned according to credentials and also init Initialise instance in Async,by refresh you can check the status.

Updated Changes :

EX-:

rohitpawar2811 commented 1 year ago

Docker-Images-Pulling-Instructions -: For configuring images ,whose instance we have to create and firstly we have to configure credentials ,from where we have to fetch/pull images.
-And after following things just create an instance and select the image , which you have created. configuration point for image and registry in moqui.server.instance.InstanceImage Instance-Image-Id : Must-be-unique-name/PK your choice Image-Type-ID -: it's our choice of categorization Host-Type-Id -: it's our choice of categorization Image-Name - full-name of image must be given serveraddress/image-name:tag EX-:

Registry-Location : it contains the Registry-server-address now.

Username : Name of user from which we can login to docker . Password : password/ command(aws ecr get-login-password --region us-east-1) in case of Aws (through which token is generated)

jonesde commented 1 year ago

I apologize for the long delay reviewing this. The changes look good so there is just one thing missing: adding yourself to the AUTHORS file to take more formal credit for your changes, and to grant others clear permission to use them.

There are 2 sections in the AUTHORS file to sign by adding your legal name and github username like the others, and it must be a commit from the named GitHub account. There is one section for the CC0 license and one for the patent disclaimer in addition to the copyright disclaimer for CC0.

rohitpawar2811 commented 1 year ago

@dixitdeepak I have revised the changes as you suggested to me, thank you for suggestions.

rohitpawar2811 commented 1 year ago

I apologize for the long delay reviewing this. The changes look good so there is just one thing missing: adding yourself to the AUTHORS file to take more formal credit for your changes, and to grant others clear permission to use them.

There are 2 sections in the AUTHORS file to sign by adding your legal name and github username like the others, and it must be a commit from the named GitHub account. There is one section for the CC0 license and one for the patent disclaimer in addition to the copyright disclaimer for CC0.

@jonesde I have added Authors file as you said ,Thank you!

rohitpawar2811 commented 1 year ago

@jonesde Anything wrong with my changes?