
Image Builders (Jib, Buildpacks) are an alternative to Dockerfiles and provide standardization out-of-the-box for continuous image creation. They are easy to maintain and allow some parameterization and layering. But don't forget to test them!
Image Builders (Jib, Buildpacks) are an alternative to Dockerfiles and provide standardization out-of-the-box for continuous image creation. They are easy to maintain and allow some parameterization and layering. But don't forget to test them!
Elytron will become the one and unified subsystem for authentication and authorization. For easing the transition, a partial migration is offered to link both subsystems, but the full migration is preferred. KIE server is ready to migrate with a few jboss-cli operations.
Testcontainers is a Java library which allows you to interact seamlessly with any application that can be dockerized, making your integration testing much easier (and fun). Let’s see a practical integration sample with Kie Server, the lightweight process and decision engine used within projects like jBPM and Drools. In this article, we are going toRead more →