openjdk-docker
openjdk-docker copied to clipboard
WIP: Add script to update dockerfiles on a PR merge
As part of dockerfiles generation automation process, I would like to add this script to the repo to semi automate the process of updating dockerfiles after a PR with dockerfile changes gets merged.
Why its a semi automation ? User who runs this script needs to manually raise a PR for updating the dockerfiles. The generation of dockerfiles is only automated.
What would be a better solution ? triggering a automatic dockerfiles update after a PR merge via github actions or github webhooks will be an ideal solution. Till we explore a possible fix, this script can be handy
@dinogun Can i have your views on it ?
Signed-off-by: bharathappali [email protected]
@bharathappali I think I've got a fully automated solution here: https://github.com/AdoptOpenJDK/openjdk-docker/pull/558