From 9e4fd97a402fef2c8d2050f9aba23d7bbe369812 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Wed, 17 Jan 2024 17:00:56 +0200 Subject: [PATCH] add ipxe-builder to container build list Signed-off-by: Tuomo Tanskanen Change-Id: I7499ec9a2dbc0a496a48918b3b249f0d3037824d --- jjb/metal3/projects.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jjb/metal3/projects.yml b/jjb/metal3/projects.yml index ab525c53..1c2f0452 100644 --- a/jjb/metal3/projects.yml +++ b/jjb/metal3/projects.yml @@ -733,6 +733,9 @@ - ip-address-manager: repo: https://github.com/metal3-io/ip-address-manager.git dockerfile_location: / + - ipxe-builder: + repo: https://github.com/metal3-io/utility-images.git + dockerfile_location: /ipxe-builder/ - ironic: repo: https://github.com/metal3-io/ironic-image.git dockerfile_location: / -- 2.25.1