Build 2024.1 Openstack client image

Change-Id: I2eff1aa716c50952107fafd640e350469b17ac78
This commit is contained in:
Vladimir Kozhukalov 2024-03-28 14:25:26 -05:00
parent 9f4c075bff
commit 4a7a622253
1 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,15 @@
vars: &openstack_client_vars
currentdate: "{{ now(utc=True,fmt='%Y%m%d') }}"
docker_images:
- context: openstack_client
repository: openstackhelm/openstack-client
dockerfile: Dockerfile.ubuntu
tags:
- "2024.1"
- "2024.1-{{ currentdate }}"
build_args:
- FROM=ubuntu:jammy
- OPENSTACK_RELEASE=2024.1
- context: openstack_client
repository: openstackhelm/openstack-client
dockerfile: Dockerfile.ubuntu