ci.docker icon indicating copy to clipboard operation
ci.docker copied to clipboard

Build scripts for Docker images (Dockerfiles) and Docker related utilities for WebSphere Liberty.

Results 69 ci.docker issues
Sort by recently updated
recently updated
newest added

- This change allows you to set env vars `SERVICEABILITY_NAMESPACE` and `HOSTNAME` to automatically create a directory `/serviceability/$SERVICEABILITY_NAMESPACE/$HOSTNAME` for redirecting Liberty log output into.

https://github.com/WASdev/ci.docker#session-caching Additional steps are needed that I'm still working out. Prior to this, we were having to `yum module enable -y maven:3.6` ourselves, but of course, `yum` isn't available in...

zenhub-dev

- Update readme to clarify the build variable (formerly documented as enterprise functionality) - Misc doc updates

Deals with OpenLiberty/ci.docker#681

Certificates are mounted to the Kubernetes pod and it generates keystore and truststore ``` { "type": "liberty_message", "message": "CWPKI0033E: The keystore located at \/opt\/ibm\/wlp\/output\/defaultServer\/resources\/security\/trust.p12 did not load because of the...

(Maybe related to #669 , but maybe not) Having updated our application to use Jakarta EE (and Java 21), and running the Infinispan steps to add session cache, we're now...

zenhub-dev

We are building image for multiarch platforms, and the code works for amd64 and s390x (using docker buildX on amd64 node). But when we are building the same code for...