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
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.
The text was updated successfully, but these errors were encountered:
vrogach2020
changed the title
Create Dockerfile template for Enterprise version
Support 'Enterprise' containers.
Apr 23, 2021
After some research the option (2) was chosen.
I've fixed issues that blocked building and testing tarantool cartridge clusters in closed environment (#23 and #24).
Also created an example of Dockerfile that uses TE instead of community version.
To close the issue we need to add an example of using TE Dockerfile in readme.
vrogach2020
changed the title
Support 'Enterprise' containers.
Add readme docs for building 'Enterprise' containers in closed environments.
Nov 15, 2021
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: