java release updater
			
		
		| .gitignore | ||
| config.json | ||
| create_database_jru.sql | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
java release updater
Description
- Update Java version status from Adoptium API + store in PostgreSQL database
 
Todo
- Download release
 - Package release to Artifactory
 - Trigger Docker image build
 
Install
- 
Create PostgreSQL database with associated script
 - 
Install Python3 dependencies
/usr/bin/python3 -m pip install -r requirements.txt 
Usage
- Launch
/usr/bin/python3 main.py