Skip to content

Commit

Permalink
Fix UBI source URL (elastic#102736)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Update src/dev/run_licenses_csv_report.js

Co-authored-by: Jonathan Budzenski <[email protected]>

* try to make eslint happy

Co-authored-by: Jonathan Budzenski <[email protected]>
  • Loading branch information
jmlrt and jbudz committed Jun 24, 2021
1 parent af2d162 commit b03d7a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dev/run_licenses_csv_report.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
);

Expand Down

0 comments on commit b03d7a3

Please sign in to comment.