Skip to content

Commit

Permalink
Fix UBI source URL (elastic#5506)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jmlrt authored and stuartnelson3 committed Jun 22, 2021
1 parent 477822c commit c4dc133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/generate_notice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}]


Expand Down

0 comments on commit c4dc133

Please sign in to comment.