In our dockerbuild file, we are installing the visual cobol setup for docker and installing the license.
# installing Cobol Devhub and License
RUN /opt/DevHub/setup_visualcobol_devhub_for_docker_8.0_redhat_x64 -IacceptEULA
RUN /var/microfocuslicensing/bin/MFLicenseAdmin -install /opt/Licenses/VC1_Visual_COBOL_Linux_Docker.mflic
As root , it is able to run cob -u. But when we switch to another user , we are getting a no license error.
This container used to work on a RHEL7 host, but when we moved the container to a RHEL8 host, that is where we started getting the license error.
------------------------------
Aldous Carlos
Rocket Forum Shared Account
------------------------------
