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 pull request introduces several improvements to the CI/CD workflows and enhances the security and flexibility of the Harbor admin password setup. The most significant changes are the migration of CI jobs to a new runner, the implementation of a secure admin password prompt during installation, and the adjustment of configuration templates to support these changes.
CI/CD Infrastructure Updates:
.github/workflows/CI.yml,.github/workflows/build-package.yml,.github/workflows/conformance_test.yml, and.github/workflows/publish_release.ymlfrom theoracle-vm-24cpu-96gb-x86-64runner to theubuntu-24-largerunner for improved reliability and maintainability. [1] [2] [3] [4] [5] [6] [7] [8] [9]Admin Password Handling Improvements:
make/harbor.yml.tmpland replaced it with documentation and a commented-out example, encouraging users to set a secure password during installation. [1] [2]make/install.sh, requiring users to set a non-empty, matching admin password interactively during installation if not provided via environment variable. The password is then securely written toharbor.yml. [1] [2]tests/hostcfg.shto append the admin password toharbor.ymlif theHARBOR_ADMIN_PASSWDenvironment variable is set, supporting automated test setups.Version Update:
v2.15.0tov2.16.0inVERSIONto reflect these changes.Thank you for contributing to Harbor!Comprehensive Summary of your change
Issue being fixed
Fixes #(issue)
Please indicate you've done the following: