Hi,
Is there any intent to freshen up the installer for newer environments (CentOS 7, CenOS 6 is EOL, etc.) (also for instance, the domain referenced for GVM is a potentially malicious domain now and the install script tries to run bash code from there, potentially creating a security issue for anyone who tries to use as-is. GVM also appears to be a defunct project).
See: ./installer/roles/common/tasks/main.yml: 'Common: Download GVM'
|
- name: 'Common: Download GVM' |
Also, is there any interest in creating a more modern approach for testing such as creating a docker container for running the registry in a testing environment?
Thanks!