Skip to content

Add readme docs for building 'Enterprise' containers in closed environments. #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
vrogach2020 opened this issue Apr 23, 2021 · 1 comment · Fixed by #43
Closed

Add readme docs for building 'Enterprise' containers in closed environments. #15

vrogach2020 opened this issue Apr 23, 2021 · 1 comment · Fixed by #43
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@vrogach2020
Copy link
Contributor

vrogach2020 commented Apr 23, 2021

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:

  1. 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.

  2. 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.

@vrogach2020 vrogach2020 changed the title Create Dockerfile template for Enterprise version Support 'Enterprise' containers. Apr 23, 2021
@sharonovd sharonovd added this to the wishlist milestone Sep 21, 2021
@vrogach2020 vrogach2020 removed this from the wishlist milestone Nov 8, 2021
@vrogach2020 vrogach2020 self-assigned this Nov 8, 2021
@vrogach2020
Copy link
Contributor Author

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 vrogach2020 added the documentation Improvements or additions to documentation label Nov 15, 2021
@vrogach2020 vrogach2020 changed the title Support 'Enterprise' containers. Add readme docs for building 'Enterprise' containers in closed environments. Nov 15, 2021
@vrogach2020 vrogach2020 assigned wey1and and unassigned vrogach2020 Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants