-
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
Can't build basic hello-world example #85
Comments
Hey @coollog, thank you for the quick reply. Is there a snapshots repo or some other way I can depend on the new code? I suppose I could always clone and |
this is basically an experimental toy project and i don't mind if the dependency breaks later. |
We do not currently release snapshot versions, but we will look into that (thanks for the suggestion!). In the future, we will release new versions more finely so issues like these can be fixed and released more rapidly. |
+1 to setting up a snapshot nightly. @loosebazooka should be able to help
with that.
…On Mon, Feb 12, 2018 at 2:46 PM, Qingyang Chen ***@***.***> wrote:
We do not currently release snapshot versions, but we will look into that
(thanks for the suggestion!). In the future, we will release new versions
more finely so issues like these can be fixed and released more rapidly.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#85 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHf5HeVeEYf2gwg_vOTEUrCd3Z3E_T1Hks5tUJUJgaJpZM4SCoC3>
.
|
Filed #89 |
@sgammon |
Description of the issue:
Jib tells me the "source files for [the] application layer cannot be empty." But I have a main class and it has content.
Expected behavior:
It should build an image that dutifully echoes a hello world.
Steps to reproduce:
mvn clean package jib:build
Environment:
Maven:
IntelliJ:
jib-maven-plugin
Configuration:Sample main class:
Log output:
Additional Information:
gcloud
is logged ingcloud config get-value project
produces the correct projectThe text was updated successfully, but these errors were encountered: