Hans
Hans
I want to run the DockerImage in Openshift with another usercontext as root. The command `/bin/bash -l -c license_finder` doesn't work. The problem is that you use bin/bash -l that...
Firefox Nodes from selenium are working perfect in openshift. In Openshift everything needs special permissions for example xvfb https://github.com/SeleniumHQ/docker-selenium/blob/trunk/NodeBase/Dockerfile#L130 https://docs.openshift.com/container-platform/4.15/openshift_images/create-images.html#use-uid_create-images The container runs on the group 0, so every folder...
### Is your feature request related to a problem? Please describe. https://maven.apache.org/guides/mini/guide-configuring-plugins.html#generic-configuration for example `mvn org.jfrog.buildinfo:artifactory-maven-plugin:3.6.1 publish -Dpublisher.contextUrl=https://acme.jfrog.io - Dpublischer.username=deployer -Dpublisher.possword=dontellanyone -Dpublisher.repoKey=libs-release-local -Dpublischer.snapshotRepoKey=libs-snapshot-local ` ### Describe the solution you'd like...