Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UDI dockerfiles to update-base-images #69

Merged
merged 2 commits into from
Dec 7, 2022

Conversation

SDawley
Copy link
Contributor

@SDawley SDawley commented Dec 5, 2022

Change for eclipse-che/che#21575

Add dockerfiles from https://github.com/devfile/developer-images/ to the update-base-images action.

Signed-off-by: sdawley <sdawley@redhat.com>
@nickboldt nickboldt self-requested a review December 6, 2022 15:28
Copy link
Contributor

@nickboldt nickboldt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See also lines 54 and 78. Need to update all 3 spots.

@nickboldt nickboldt self-requested a review December 6, 2022 15:28
Copy link
Contributor

@nickboldt nickboldt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See also lines 54 and 78. Need to update all 3 spots.

Signed-off-by: sdawley <sdawley@redhat.com>
@@ -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" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will work if we omit updates for the second dockerfile, https://github.com/devfile/developer-images/pull/46/files#diff-9f21bef4669d474b6ddef409447be53ae91c94cb50b6df9345149a0e89fb5391R3

If we however want to figure out how to keep that one current... then we would need more flags here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note also that for this to work the secret has to be pushed to the repo. See step 3 on eclipse-che/che#21575 (just added it tonight). I hope that you have permission to do that step?

@nickboldt nickboldt merged commit dd71ed7 into eclipse-che:main Dec 7, 2022
@SDawley SDawley deleted the 21575 branch December 8, 2022 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants