ci.docker
ci.docker copied to clipboard
Build scripts for Docker images (Dockerfiles) and Docker related utilities for WebSphere Liberty.
The iFixes for WL are added to /opt/ibm/fixes while Open Liberty uses /opt/ol/fixe. This means the application Dockerfile would have to be changed when switching between OL and WL. Evaluate...
Changes in this PR - Delete original `ga/latest/full` folder, move/rename `ga/latest/kernel` folder to become `ga/latest/full` folder - Previously, `full` images based atop `FROM websphere-liberty:kernel` and had added functionality. The missing...
Create WL images similar to OL. This would allow customers to easily switch from one to another
Add the tags for 22.0.0.7 images when they are available (mid-July) https://github.com/WASdev/ci.docker/blob/main/docs/icr-images.md @crpotter Please add a comment to this issue when the 22.0.0.7 images are published.
Hello, Can you please add more support and documentation to build/run this container image with podman and buildah tools? This will help adapt to a non-docker based environments. Thanks!
Some users may not want to invoke the installUtility as part of the configure.sh script invocation ([here](https://github.com/WASdev/ci.docker/blob/dd9a03f7331f72846acd842745ed32af6a27f829/ga/latest/kernel/helpers/build/configure.sh#L119)). Provide an option to skip this step.
Hi, I am using the image "websphere-liberty:22.0.0.2-full-java11-openj9" and using the following in server.xml using "docker container run -p 9082:9080 --name testenv -d -e DBNAME=oracle image" I don't see the value...
Labels `version` and `org.opencontainers.image.version` are set on the Liberty images. But this could be overridden by application images (getting-started Liberty app does that). Create a unique label to specify the...