mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-22 15:54:30 +01:00
runtime: cloud-hypervisor: tag openapi-generator-cli container
Tag openapi-generator-cli container to v4.3.1 that is the latest stable, this way we can have reproducible builds and the same generated code in all the systems Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -13,7 +13,7 @@ YQ := $(shell command -v yq 2> /dev/null)
|
||||
generate-client-code: clean-generated-code
|
||||
docker run --rm \
|
||||
--user $$(id -u):$$(id -g) \
|
||||
-v $${PWD}:/local openapitools/openapi-generator-cli generate \
|
||||
-v $${PWD}:/local openapitools/openapi-generator-cli:v4.3.1 generate \
|
||||
-i /local/cloud-hypervisor.yaml \
|
||||
-g go \
|
||||
-o /local/client
|
||||
|
||||
Reference in New Issue
Block a user