From b7c28c827aecff16abe991548d534606d838fc6a Mon Sep 17 00:00:00 2001
From: Paul Abel
Date: Tue, 1 Oct 2024 16:59:42 +0100
Subject: [PATCH] add ubi8 images patching
---
.github/data/patch-images.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.github/data/patch-images.json b/.github/data/patch-images.json
index 3587d0d313..9bb2490855 100644
--- a/.github/data/patch-images.json
+++ b/.github/data/patch-images.json
@@ -59,6 +59,12 @@
"target_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress",
"platforms": "linux/amd64"
},
+ {
+ "source_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic-nap/nginx-plus-ingress",
+ "source_os": "ubi8",
+ "target_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap/nginx-plus-ingress",
+ "platforms": "linux/amd64"
+ },
{
"source_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic-nap-v5/nginx-plus-ingress",
"source_os": "debian",
@@ -71,6 +77,12 @@
"target_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress",
"platforms": "linux/amd64"
},
+ {
+ "source_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic-nap-v5/nginx-plus-ingress",
+ "source_os": "ubi8",
+ "target_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-nap-v5/nginx-plus-ingress",
+ "platforms": "linux/amd64"
+ },
{
"source_image": "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release/nginx-ic-dos/nginx-plus-ingress",
"source_os": "debian",