Now default testcontainer Dockerfile works only with community version.
See
Customer wants to use enterprise version in a closed environment.
There are 2 scenarios of using enterprise version:
-
pack cartridge app via cartrdige pack docker .
This command create a 'single' instance image.
We need to add support for such container images to set up the cluster with multiple instances.
-
create Dockerfile template that includes enterprise bundle.
Cartridge app is built via enterprise bundle and packed into docker image.
The Dockerfile must somehow include sdk archive instead of using curl and installer.sh.