DeployHubProject / DeployHub-Pro

DeployHub Pro Pipeline Status Project
https://www.openmakesoftware.com/application-release-automation-for-continuous-delivery/
Other
11 stars 4 forks source link

trying out new proxy image #329

Closed piyush94 closed 3 years ago

piyush94 commented 3 years ago

Hi, got this error when trying out the new proxy image. Failed to exec "/opt/deployhub/engine/lib/dmtransfer": Permission denied

UI Tag: master-v9.0.0.2942-gd42f25b Proxy Tag; ui-skin-v9.0.0.3103-g948687c

Is it because of the UI tag?

sbtaylor15 commented 3 years ago

@piyush94 we moved the docker build around and a different userid is building the image which cause the permissions to be incorrect. We fixed this for the .py files, missed the dmtransfer. Fixing it now.

sbtaylor15 commented 3 years ago

@piyush94 the update is in ui-skin-v9.0.0.3106-g3854a9f.

piyush94 commented 3 years ago

@sbtaylor15 Thanks, I'll give it a try later.

piyush94 commented 3 years ago

@sbtaylor15 getting this deprecation warning when using the newer proxy images.

[DEPRECATION WARNING]: Distribution fedora 32 on host localhost should use 
/usr/bin/python3, but is using /usr/bin/python for backward compatibility with 
prior Ansible releases. A future Ansible release will default to using the 
discovered platform python for this host. See https://docs.ansible.com/ansible/
2.9/reference_appendices/interpreter_discovery.html for more information. This 
feature will be removed in version 2.12. Deprecation warnings can be disabled 
by setting deprecation_warnings=False in ansible.cfg.
sbtaylor15 commented 3 years ago

@piyush94 we are installing python3 by default. The python3 install is creating a symbolic link from /usr/bin/python to /usr/bin/python3. So the future auto discovery will find python3.