Sn0rt commented on code in PR #462: URL: https://github.com/apache/apisix-docker/pull/462#discussion_r1200027766
########## redhat/yum.repos.d/apache-apisix.repo: ########## @@ -0,0 +1,9 @@ +[release] +name=Apache APISIX Repository for Redhat +baseurl=https://repos.apiseven.com/packages/redhat/$releasever/$basearch +skip_if_unavailable=False +gpgcheck=1 +repo_gpgcheck=1 +gpgkey=https://repos.apiseven.com/KEYS +enabled=1 +enabled_metadata=1 Review Comment: new line EOF ########## redhat/yum.repos.d/openresty.repo: ########## @@ -0,0 +1,9 @@ +[openresty] +name=Official OpenResty Open Source Repository for CentOS +baseurl=https://openresty.org/package/centos/$releasever/$basearch +skip_if_unavailable=False +gpgcheck=1 +repo_gpgcheck=0 +gpgkey=https://openresty.org/package/pubkey.gpg +enabled=1 +enabled_metadata=1 Review Comment: new line EOF -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
