Have one entrypoint script for ubi and udi #23281
Labels
area/udi
Issues and PRs related to the universal developer image https://github.com/devfile/developer-images
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P2
Has a minor but important impact to the usage or development of the system.
team/B
This team is responsible for the Web Terminal, the DevWorkspace Operator and the IDEs.
Is your task related to a problem? Please describe
Currently there is an entrypoint file under base/ubi9 and universal/ubi9.
A second entrypoint file was introduced for
universal/ubi
when kubedock was introduced as a udi-specific feature in this PR here.Since the ubi was updated to include kubedock functionalities here, a separate entrypoint file for the ubi and udi is not required
Describe the solution you'd like
Maintain only one entrypoint.sh in
base/ubi9
, and remove the entrypoint.sh inuniversal/ubi9
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: