Skip to content

Commit

Permalink
Fix UBI source URL
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 committed Jun 21, 2021
1 parent 6347d45 commit 8806175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-tools/dependencies-report
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ go list -m -json all $@ | go run go.elastic.co/go-licence-detector \
# Check headers in $SRCPATH/notice/dependencies.csv.tmpl:
# name,url,version,revision,license
ubi8url='https://catalog.redhat.com/software/containers/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8'
ubi8source='https://oss-dependencies.elastic.co/redhat/ubi/ubi-minimal-8-source.tar.gz'
ubi8source='https://oss-dependencies.elastic.co/red-hat-universal-base-image-minimal/8/ubi-minimal-8-source.tar.gz'
ubilicense='Custom;https://www.redhat.com/licenses/EULA_Red_Hat_Universal_Base_Image_English_20190422.pdf'
cat <<EOF >> $outfile
Red Hat Universal Base Image,$ubi8url,8,,$ubilicense,$ubi8source
Red Hat Universal Base Image minimal,$ubi8url,8,,$ubilicense,$ubi8source
EOF

0 comments on commit 8806175

Please sign in to comment.