ci.docker
ci.docker copied to clipboard
Consider allowing users to import one or more certificates into the truststore only. The default location should be customizable by the user by an environment variable (i.e. TRUSTED_CERTS_DIR). Note: At...
We want to use an on-premise maven repository to install features instead of using the public one. It has a company signed cert so we need to establish trust with...
Run some sniff/basic tests as part of the OnePipeline for Liberty to validate that the built container image Also tracked by the following workitem on this board: https://github.ibm.com/was-docker/build-liberty-images-ubi/issues/314
When Liberty containers are run with `readOnlyRootFilesystem` security context set to true, it encounters permission issues due to files being generated at runtime. In particular at these locations: - `/opt/ol/wlp/output`...
want to run the open liberty on the readonly file system on k8s (AKS) , we are facing issues in using the symbolic link.. Also wanted to know whats the...
The current documentation (https://hub.docker.com/_/open-liberty) suggests: ``` docker run -d -p 80:9080 -p 443:9443 \ --tmpfs /opt/ol/wlp//output --tmpfs /logs -v /config --read-only \ open-liberty:webProfile8 ``` However, the server will now fail...
There are various ways to inject keystore and truststore for the application. In some cases, some conflicts could prevent the application from working as expected. Re-evaluate the generation and handling...
The existing Security.MD mentions including a keystore but fails to mention sequencing it after any feature.sh and configure.sh call since those overwrite the keystore. The Security.MD also doesn't mention the...
Fixes #320 - Addresses `yum install maven` failure in `infinispan-client-setup.sh` helper script. Fixes #324 - Adds Infinispan service name (i.e. `example-inifinispan:11222`) as a fallback for the Liberty client when the...