mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fix UBI source URL (#102736)
* 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 * Update src/dev/run_licenses_csv_report.js Co-authored-by: Jonathan Budzenski <jon@budzenski.me> * Update src/dev/run_licenses_csv_report.js Co-authored-by: Jonathan Budzenski <jon@budzenski.me> * try to make eslint happy Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
This commit is contained in:
parent
38604863e5
commit
df8637ae47
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,8 @@ run(
|
|||
licenses: [
|
||||
'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',
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue