Rabie EZZ
Rabie EZZ
@UltimateDogg Thank you for answer, but the goal is not to define the user manually at each run since the template will be used through Gitlab and automated that's why...
@UltimateDogg the certificate part in the script is executed right after runing the container based on the image. If you need more explanations please let me know.
@UltimateDogg Thank you but I think I may not have given you the full picture or that my explanation is not that clear. We created a a robot framework template...
@UltimateDogg S if I understand the default user will have this awkward UID and GID and will never be part of the sudoers in your image ?
@ppodgorsek @UltimateDogg Thank you for your answers maybe I haven't explained the context the run is done through gitlab CI/CD pipline that calls your image in this case we don't...
Hello @UltimateDogg and @ppodgorsek I applied some changes to your Dockerfile in order to overcome the problem I faced with the original image. I added these three lines : The...
@cosmicraga you don't have to add the image id you should only execute the command which is: ``` docker run -d --name es -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:6.3.2...