We build two sets of images in Loci. 1) For legacy images we first build so called requirements image that contains all the necessary wheels and then we build all other project images using these wheels from the requirements image. 2) Also recently we added another set of images that we build using the two stage Dockerfile. On the first stage we build venv using UV and then we just copy the venv as is to the project image. We are going to support two sets of images for two release cycles before we decide how to continue. Change-Id: Id6412055f742990f08aa1befa7a41f1670414d4c Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
20 lines
760 B
YAML
20 lines
760 B
YAML
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
---
|
|
images:
|
|
tags:
|
|
ks_endpoints: 'quay.io/airshipit/heat:2025.1-ubuntu_noble_uv'
|
|
ks_service: 'quay.io/airshipit/heat:2025.1-ubuntu_noble_uv'
|
|
ks_user: 'quay.io/airshipit/heat:2025.1-ubuntu_noble_uv'
|
|
...
|