From 426f4e50213c5de44c0e40284da248be2973c8a3 Mon Sep 17 00:00:00 2001 From: sdawley Date: Mon, 5 Dec 2022 15:11:16 -0800 Subject: [PATCH 1/2] Add UDI dockerfiles to update-base-images Signed-off-by: sdawley --- .github/workflows/update-base-images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-base-images.yml b/.github/workflows/update-base-images.yml index 5f46194..be4a588 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, From 187bc5fda4e7d1bd6240144b470f0b85153a307e Mon Sep 17 00:00:00 2001 From: sdawley Date: Tue, 6 Dec 2022 15:50:14 -0800 Subject: [PATCH 2/2] Second 2/3 of the update Signed-off-by: sdawley --- .github/workflows/update-base-images.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-base-images.yml b/.github/workflows/update-base-images.yml index be4a588..c9757fd 100644 --- a/.github/workflows/update-base-images.yml +++ b/.github/workflows/update-base-images.yml @@ -52,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" } @@ -77,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,