bump up the base image for v2.12.3 (#21948)
Build Package Workflow / BUILD_PACKAGE (push) Has been cancelled Details
Code scanning - action / CodeQL-Build (push) Has been cancelled Details

Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
Wang Yan 2025-04-29 19:04:29 +08:00 committed by GitHub
parent 4b3d095df4
commit ff62f305d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,9 @@
* Add date here... Add signature here...
- Add your reason here...
* Apr 29 2025 <yan-yw.wang@broadcom.com>
- Refresh base image
* Apr 25 2025 <yan-yw.wang@broadcom.com>
- Refresh base image

View File

@ -537,7 +537,7 @@ swagger_client:
rm -rf harborclient
mkdir -p harborclient/harbor_v2_swagger_client
java -jar openapi-generator-cli.jar generate -i api/v2.0/swagger.yaml -g python -o harborclient/harbor_v2_swagger_client --package-name v2_swagger_client
cd harborclient/harbor_v2_swagger_client; python ./setup.py install
cd harborclient/harbor_v2_swagger_client; pip install .
pip install docker -q
pip freeze