From 8b878b34fb8d806776cd9525943a84e0764111e4 Mon Sep 17 00:00:00 2001
From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
Date: Mon, 21 Jun 2021 14:31:32 +0200
Subject: [PATCH] Fix UBI source URL

This commit fix the source URL for UBI image to ensure that it stays
consistent with the URL generated in
https://artifacts.elastic.co/reports/dependencies/dependencies-current.html
---
 script/generate_notice.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/generate_notice.py b/script/generate_notice.py
index fd7196f19e0..7916479ecb8 100644
--- a/script/generate_notice.py
+++ b/script/generate_notice.py
@@ -33,7 +33,7 @@
     "version":   "8",
     "url":       "https://catalog.redhat.com/software/containers/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8",
     "license":   "Custom;https://www.redhat.com/licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf",
-    "sourceURL": "https://oss-dependencies.elastic.co/redhat/ubi/ubi-minimal-8-source.tar.gz",
+    "sourceURL": "https://oss-dependencies.elastic.co/red-hat-universal-base-image-minimal/8/ubi-minimal-8-source.tar.gz",
 }]