openjdk-docker icon indicating copy to clipboard operation
openjdk-docker copied to clipboard

WIP: Add script to update dockerfiles on a PR merge

Open bharathappali opened this issue 4 years ago • 1 comments

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 avatar Nov 16 '20 08:11 bharathappali

@bharathappali I think I've got a fully automated solution here: https://github.com/AdoptOpenJDK/openjdk-docker/pull/558

gdams avatar Apr 29 '21 09:04 gdams