Is the advantys/workflowgen:7.15.5-win-ltsc2016-onbuild version compatible to the design of WorkflowGen 7.8?
More Information: We are planning to create a docker custom image referencing advantys/workflowgen:7.15.5-win-ltsc2016-onbuild. We are currently using Workflowgen 7.8 through IIS. Is it possible to create a docker image from config and dll files used in Workflowgen 7.8?
The file structure is as follows:
dir inetpub wwwroot wfgen web.config + other folders used in WorkflowGen 7.8 Program Files Advantys WorkflowGen Services bin bunch of dll files Dockerfile
The goal would to use Workflowgen 7.8 through a docker container the same way we use it through IIS. Currently copying and pasting the Workflowgen 7.8 files causes a database connection issue(the database does not block traffic and i can call it inside another container and do a query with no issues). Our assumption is that there might be a mismatch with the reference version and the files we provide.
So, the questions :
-
Can we base an image off advantys/workflowgen:7.15.5-win-ltsc2016-onbuild but use the same config files and folders in Workflowgen 7.8?
-
Is the database configuration different in advantys/workflowgen:7.15.5-win-ltsc2016-onbuild version compared to Workflowgen 7.8?
Thank You,
Thomas L