Migrate service wait script to Go
requested to merge 3755-helper-image-for-windows-container-execution-bash-runner-service into master
What does this MR do?
Migrate service wait script to Go
Why was this MR needed?
gitlab-runner-service
is a bash script inside of the helper image that
runs to check if a specific host/port of service is open. This is
written in bash currently, which does not run on windows. With support
for windows coming we need to make this cross-platform.
Are there points in the code the reviewer needs to double check?
Does this MR meet the acceptance criteria?
-
Documentation created/updated -
Added tests for this feature/bug -
In case of conflicts with master
- branch was rebased
What are the relevant issue numbers?
Edited by Kamil Trzciński (Back 2025-01-01)