You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our launch script runs applications as the owner of the jar file. In some situations it's possible that the jar file might be set with an owner that doesn't exist.
This problem happens with our own build in SysVinitLaunchScriptIntegrationTests. When running locally, the test jar file can be owned by a user that doesn't exist in the Docker container.
The text was updated successfully, but these errors were encountered:
Currently our launch script runs applications as the owner of the jar file. In some situations it's possible that the jar file might be set with an owner that doesn't exist.
This problem happens with our own build in
SysVinitLaunchScriptIntegrationTests
. When running locally, the test jar file can be owned by a user that doesn't exist in the Docker container.The text was updated successfully, but these errors were encountered: