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

Cage for compiled languages #114

Open
MaksimMyshkin opened this issue Jul 12, 2021 · 1 comment
Open

Cage for compiled languages #114

MaksimMyshkin opened this issue Jul 12, 2021 · 1 comment

Comments

@MaksimMyshkin
Copy link

Is there opportunity to use Cage with compiled languages (like Java)?

There is similar tools that can automatically deploy apps on code changes (Tilt for example) but those tools are more CI/CD centric. Cage is more friendly for developers but I don't see possibility to use it with Java.

Tilt has nice guide how to make deploy on code changes fast for compiled languages https://docs.tilt.dev/example_java.html. Would be nice to incorporate some missed features to support compiled languages (if any).

@emk
Copy link
Contributor

emk commented Jul 12, 2021

The cage source mount command does not currently do a great job with compiled languages. Usually I resort to something like cage run $CONTAINER compile_command && cage restart $CONTAINER. I don't have any particularly well-thought-through ideas about how to handle this at this point, but it would probably involve automating the above.

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

No branches or pull requests

2 participants