jkube
jkube copied to clipboard
Build and Deploy java applications on Kubernetes
## Description Fixes #1563 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds functionality) - [...
## Description Fixes #1579 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Feature (non-breaking change which adds functionality) - [...
### Component openshift-maven-plugin ### Task description Child of #1546 - Remove JUnit4 dependencies - Add JUnit5 dependencies - Refactor tests
### Description Provide HealthCheck enricher for [MicroProfile Health](https://github.com/eclipse/microprofile-health) implementations: - [ ] [SmallRye Health](https://github.com/smallrye/smallrye-health) + Quarkified version - [ ] ... #### See also: - https://github.com/eclipse/microprofile-health/blob/master/spec/src/main/asciidoc/protocol-wireformat.adoc
### Component jkube-kit-quarkus ### Task description Child of #1546 - Remove JUnit4 dependencies - Add JUnit5 dependencies - Refactor tests
This is in the scope of big Pull Requests that take longer to review. Also, bigger PRs might contain changes that are not acceptable for any given reason, but other...
### Component JKube Kit ### Is your enhancement related to a problem? Please describe Our current `DefaultServiceEnricher` will act in three alternate ways: - Add services defined in XML configuration...
### Component _No response_ ### Is your enhancement related to a problem? Please describe If I define multiple services (see #1668) the ProjectLabelEnricher overwrites the custom `app` label I defined...
### Component JKube Kit ### Task description ### Description Make sure that [Docker Credential Store](https://docs.docker.com/engine/reference/commandline/login/#credentials-store) works as expected by adding an Integration Test. ### Expected Behavior The test verifies that...
Plugin doesn't abort building an image in case Podman is used and the Dockerfile can't be processed
Mirror of https://github.com/fabric8io/docker-maven-plugin/pull/1512 Consider JSON responses from Docker/Podman HTTP API even if a `Content-Type` header is not provided in the HTTP response.