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:
Julien Mailleret 2021-06-22 12:30:05 +02:00 committed by GitHub
parent 38604863e5
commit df8637ae47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',
}
);