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

FR: Add a Dockerfile #277

Closed
barnabasbusa opened this issue Dec 18, 2023 · 2 comments
Closed

FR: Add a Dockerfile #277

barnabasbusa opened this issue Dec 18, 2023 · 2 comments

Comments

@barnabasbusa
Copy link

barnabasbusa commented Dec 18, 2023

Could you guys please add a Dockerfile which would eliminate the need to install gradle, and java.

Also it would help us create a local docker image without needing to ensure we correctly run the build process.

@splix
Copy link
Member

splix commented Dec 18, 2023

I'm not sure it's possible to make it working without Java. But you could run ./gradlew jibDockerBuild, or just ./gradlew, and the command would install the Gradle itself.

@barnabasbusa
Copy link
Author

This should do it: #279

@barnabasbusa barnabasbusa closed this as not planned Won't fix, can't repro, duplicate, stale Mar 11, 2024
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

Successfully merging a pull request may close this issue.

2 participants