I have Ubuntu 22.04
kubernetes v1.26
I have the jasperreport server license file.
I already have jasper report server running on my dev environment as a community edition.
I would like the deploy the commercial edition of jasper report server on my prod environment.
Task: Build a Docker file using the jasperreport server license as the base image and
Deploy jasper report server on k8s (prod env) with this docker file.
Any guide will be welcomed!!
I tried creating a docker file using the license as the base image, but I do not have a complete understanding of the process.