Nathan C
Nathan C
@abhisbyk is there any update on reducing the patched image size? I need to apply patch sets 34133642 and 34086870. These need to be applied as separate `docker build` executions,...
@abhisbyk sorry for the late reply, I've just gotten back to working on this. Thanks for the tip about applying the patches in a single execution. I've had a go...
@yunus-qureshi I have created pull request https://github.com/oracle/docker-images/pull/2594 As a side note, we use the "prebuiltdb" extension to create separate images for each of our schemas. Using 19.3, the `runOracle.sh` step...
I can reproduce the issue with my test app (Spring Boot 2.5.7) on all the following configurations. Note that these are all different physical computers - WSL is running on...
I've tested this with my [sample Spring Boot app](https://github.com/thelateperseus/spring-boot-bouncy-castle) and it works now. I had to change the Spring Boot version in `build.gradle` to 2.6.9 and add this section to...