-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Allow openshift to work with docker and jib container images #10434
Allow openshift to work with docker and jib container images #10434
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.
Aren't there also some checks in the Kubernetes processor that need to be updated?
Or do those just check for the capabilities that you know only enable conditionally?
...age/deployment/src/main/java/io/quarkus/container/image/deployment/ContainerImageConfig.java
Show resolved
Hide resolved
I don't think that anything else needs updating. But I might miss something. |
I'll need to take another look tomorrow |
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 great, thanks!
a03f3c9
to
1964390
Compare
a08d820
to
08fecc9
Compare
Seems like you need to reformat the code |
08fecc9
to
b092dde
Compare
Pushed a rebase and fixed the formatting issue. |
Thanks!
…On Sat, Jul 4, 2020, 14:49 Guillaume Smet ***@***.***> wrote:
Pushed a rebase and fixed the formatting issue.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#10434 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBMDPZFROILF5LJK7QFOGDRZ4JNDANCNFSM4OPEBOJQ>
.
|
JVM tests are failing so I guess there is some problem with the PR |
@iocanel do you plan to fix this? |
b092dde
to
1bc1de9
Compare
1bc1de9
to
9254fc1
Compare
Resolves: #9663