Skip to content
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

Use Docker layers #20

Open
federico-razzoli opened this issue Feb 18, 2024 · 0 comments
Open

Use Docker layers #20

federico-razzoli opened this issue Feb 18, 2024 · 0 comments
Assignees

Comments

@federico-razzoli
Copy link
Member

This is just a suggestion. Let's discuss if you disagree.

Building a Dockerfile takes time. We should split the current image into 2 parts: a MariaDB image and a ColumnStore image. In this way, when we modify the CS Dockerfile and build it again, we won't rebuild MariaDB.

Also, probably we can use the official MariaDB image. Or we could make an image that simply installs S3 and changes some configuration (so these steps doesn't have to be done by the ColumnStore image when we make unrelated changes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants