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

Rocky Linus requires docker installation #28141

Closed
RobertMolenda opened this issue Dec 8, 2024 · 2 comments
Closed

Rocky Linus requires docker installation #28141

RobertMolenda opened this issue Dec 8, 2024 · 2 comments

Comments

@RobertMolenda
Copy link

As previously documented in ticket

#27435

I've upgraded to the latest release - 8.7.3 - and this still continues to fail with the following setup:

Create new application as mentioned in the previous ticket:

Production DB = Postgres / Development = H2 - Fails - same as before

Production DB = Oracle / Development = H2 - Fails with slightly different error of:
"No Docker Compose file found in directory /.

Installation instructions do not state that 'docker is required to build / run' app...

Kindly advise
Best
Robert

@mshima
Copy link
Member

mshima commented Dec 8, 2024

#28142 proves it's working as expected.
It may be a Spring Boot issue since main is using v3.4.0.

Closing since a reproduction was not passed in issue description.

@mshima mshima closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2024
@atomfrede
Copy link
Member

@RobertMolenda Just to make it clear, we use the default spring boot docker compose integration to ease development. As always with boot (and jhipster) you can configure it differently in particular for production (as you mentioned it in the other issue). So if you want to step back from any docker usage, you can do so by setting spring.docker.compose.enabled to false. This would need to configure all database urls manually afterwards.

@mraible mraible added this to the 8.8.0 milestone Dec 23, 2024
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

4 participants