-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update README for 0.10.0 #1147
Update README for 0.10.0 #1147
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved for merge after release v0.10.0
Added extraDirectory stuff, should probably re-review.
…25-container.user-doc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just realized maybe we should provide a warning if the user set permissions for a file that wasn't an actual path built in the container.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Shall we also add in the other new things to this PR?
Properties for each configuration parametercredHelper
can be a full pathwar supportjib-image.digest
I will do the WAR part. |
Oh, we should probably address #1138 as well. |
Hmm... I feel like it's best to address #1138 after we have the |
I updated it to be more clear about the current functionality, we can leave the issue open and update it again for 0.10.1. |
jib-gradle-plugin/README.md
Outdated
|
||
Jib supports creating images for projects that build a WAR. If the Gradle project uses the [WAR Plugin](https://docs.gradle.org/current/userguide/war_plugin.html), Jib will by default use the [distroless Jetty]https://github.com/GoogleContainerTools/distroless/tree/master/java/jetty) as a base image to deploy the project WAR. No extra configuration is necessary than using the WAR Plugin to make Jib build WAR images. | ||
|
||
Note that Jib will work slightly differently for WAR projects from plain Java projects: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is "plain" the right terminology? I think if we do choose a terminology for non-WAR projects, we should stick with it and be consistent everywhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really the right terminology. I've been using non-WAR projects, but I remember @briandealwis said (in a different context) "maybe more accurate to say JAR". It'd be good to pick one terminology and stick to it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going for "JAR projects" instead of "plain Java projects".
We should finish/review this since we're releasing. @GoogleContainerTools/java-tools Does someone more familiar with |
I'm not so familiar with the image ID and digest honestly. We don't have to add it in this PR, as long as we don't forget to add it soon. |
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) |
LGTM for the parts not from me. Since it's me who put up the PR, this PR needs an approval from others than me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as well
Fixes #1125.
Should be merged after the next release, so labeling with "PR: Not Ready".