Set up SSHD service entirely within sshd.start. #2066
Draft
+63
−18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This requires che-incubator/che-code#606 (for the component portion)
The start process works as follows :
UBI 9
registry.access.redhat.com/ubi9:9.6 ✅
registry.access.redhat.com/ubi9-minimal:9.6 ✅
registry.access.redhat.com/ubi9-micro:9.6 ❌ (requires too many missing shared libraries)
registry.access.redhat.com/ubi9-init:9.6 ✅
registry.access.redhat.com/ubi9/openjdk-17-runtime:latest ✅
registry.access.redhat.com/ubi9/openjdk-21-runtime:1.23 ✅
registry.access.redhat.com/ubi9/openjdk-17:latest ✅
registry.access.redhat.com/ubi9/openjdk-21:latest ✅
UBI 10
registry.access.redhat.com/ubi10:10.0 ✅
registry.access.redhat.com/ubi10/ubi-minimal:10.0 ✅
registry.access.redhat.com/ubi10/ubi-micro:10.0 ❌ (requires too many missing shared libraries)
registry.access.redhat.com/ubi10/ubi-init:10.0 ✅
registry.access.redhat.com/ubi10/python-312-minimal:10.0 ✅
registry.access.redhat.com/ubi10/perl-540:10.0 ✅
quay.io/devfile/base-developer-image ✅
quay.io/devfile/universal-developer-image ✅
Things left to do :
ubi8,ubi9,ubi10images. Update: ubi8 currently doesn't work, and most ubi9/ubi10 images should work except for -micro images.quay.io/devfile/base-developer-image,quay.io/devfile/universal-developer-image) don't work but there is a solution, I just haven't added yet