sbollap1
5 years agoOccasional Visitor
License file installation in Docker
I am trying to install TestEngine with Dockerfile. Into a K8S Cluster. I have simply this in my Dockerfile.
FROM smartbear/readyapi-testengine:latest
But, I am seeing error
16:20:41,864 ERROR [QuartzJobsScheduler] Missing License Details, scheduleLicenseExpirationJob would be skipped
16:20:41,864 ERROR [QuartzJobsScheduler] Missing License Details, scheduleLicenseTokenUpdateJob would be skipped
16:20:41,864 ERROR [QuartzJobsScheduler] Missing License Details, scheduleLicenseTokenUpdateJob would be skipped
All, I want to know is where to install the license file in the Dockerfile. I HAVE the license file .key file with me. not on the license server.
I tried copying the file to the / in the Dockerfile. Like this:
COPY abcd.key /abcd.key
But that didn't help. So, please I am looking for the path where the license file need to be place
Hi,
Thank you for your post. Sounds like you have a fixed license. Docker works only with the floating license.
Here is the documentation that you could reference https://support.smartbear.com/readyapi/docs/integrations/docker/soapui.html
Best,
Lakshmi.