Oracle Database Server Docker images in Oracle Container Registry are not updated regularly. 19c linux/amd64 image version is 19.3.0.0 and it is over a year old. Is there some reason that this image is not updated to current version 19.24.0.0? Should I install the patches by myself to the docker image locally?
For example JSON_TRANSFORM function is not available in current linux/amd64 image but it is available in linux/arm64 image that is in version 19.19.0.0. This makes it quite difficult to use these Docker images in development environments where both amd64 arm64 architectures are used.