From dd71ed74e91c8374ba823cfe0846c82b2e6a748f Mon Sep 17 00:00:00 2001 From: Samantha Dawley Date: Wed, 7 Dec 2022 14:17:34 -0800 Subject: [PATCH] Add UDI dockerfiles to update-base-images (#69) * Add UDI dockerfiles to update-base-images Signed-off-by: sdawley * Second 2/3 of the update Signed-off-by: sdawley Signed-off-by: sdawley --- .github/workflows/update-base-images.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-base-images.yml b/.github/workflows/update-base-images.yml index 5f46194..c9757fd 100644 --- a/.github/workflows/update-base-images.yml +++ b/.github/workflows/update-base-images.yml @@ -21,6 +21,7 @@ on: che-incubator/kubernetes-image-puller, che-incubator/kubernetes-image-puller-operator, devfile/devworkspace-operator, + devfile/developer-images, eclipse-che/che-dashboard, eclipse-che/che-devfile-registry, eclipse-che/che-machine-exec, @@ -51,6 +52,7 @@ jobs: - { repo: "che-incubator/kubernetes-image-puller", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" } - { repo: "che-incubator/kubernetes-image-puller-operator", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" } - { repo: "devfile/devworkspace-operator", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" } + - { repo: "devfile/developer-images", user: "CHE_INCUBATOR_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" } - { repo: "eclipse-che/che-dashboard", user: "CHE_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" } - { repo: "eclipse-che/che-devfile-registry", user: "CHE_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" } - { repo: "eclipse-che/che-machine-exec", user: "CHE_BOT_GITHUB_TOKEN", commandFlags: "-maxdepth 3 -f *Dockerfile --pr" } @@ -76,6 +78,7 @@ jobs: che-incubator/kubernetes-image-puller, che-incubator/kubernetes-image-puller-operator, devfile/devworkspace-operator, + devfile/developer-images, eclipse-che/che-dashboard, eclipse-che/che-devfile-registry, eclipse-che/che-machine-exec,