You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the application development, there are cases when an image prepared once can be used for different purposes by just giving it a different initial payload.
For example, having an NGINX image, the internal configuration and installed applications can stay the same, whereas the HTML files to be served can be uploaded during the initialization stage.
With this task, we should make sure we have an initialization mechanism, where users can provide an initial payload that will be sent to the app image.
Todo:
Prepare design doc for new "transfer" command for descriptor, based on ExecScript.TRANSSFER
The text was updated successfully, but these errors were encountered:
We spoke about this a while ago. GAOM descriptor does include service.init attribute which specifies the ExeScript sequence to execute when launching a service. This ExeScript may include TRANSFER statements to upload arbitrary content to the runtime, for the payload to use.
approxit
changed the title
Implement container initialization with data (init payload) in dapps
[analysis] container initialization with data (init payload) in dapps
Feb 7, 2023
During the application development, there are cases when an image prepared once can be used for different purposes by just giving it a different initial payload.
For example, having an NGINX image, the internal configuration and installed applications can stay the same, whereas the HTML files to be served can be uploaded during the initialization stage.
With this task, we should make sure we have an initialization mechanism, where users can provide an initial payload that will be sent to the app image.
Todo:
ExecScript.TRANSSFER
The text was updated successfully, but these errors were encountered: