question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jib build is complicated

See original GitHub issue

While working on some other issues, I noticed that the build of jib itself is pretty complicated.

There seem to be 4 separate builds (3 gradle builds and one maven build) which are then glued together by the build.sh script.

Have you considered to just use one multi-module build?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
larsgrefercommented, Jun 20, 2019

I’d propose to just use one multi-module gradle build.

0reactions
larsgrefercommented, Jun 20, 2019

I’ve opened #1791 so you can see how this change might look.

All members of this repository should have write access to the branch of my fork, so you can add changes to #1791 if you want.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Building Java container images using Jib - Snyk
In this article, we will look at Jib, a 100% Java-based tool for Java developers to build highly optimized images for their Java...
Read more >
Jib 1.0.0 is GA—building Java Docker images has never been ...
Jib 1.0, an open-source tool to containerize your Java applications, includes new features and is production-ready.
Read more >
Jib Build - Skaffold
Some users may have more complicated builds that may be better suited to using the custom builder. For example, the jib builder normally...
Read more >
Jib vs. Spring Boot for building Docker images - Tom Gregory
In fact, Dockerfile instructions like COPY add a new layer which is cached locally on your hard drive. This helps enormously with build...
Read more >
Docker image build vs. jib - LinkedIn
It's clear that Docker image building is a complex process. And if you're not fully well familiar with the best practices, shortly you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found