This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new af902f49 BIGTOP-3858 Invalid repository URL is set in rockylinux8 
config (#1047)
af902f49 is described below

commit af902f49e7d0759e0d85c1759b5dcdbdae71453c
Author: Shuhei Yamasaki <[email protected]>
AuthorDate: Wed Oct 26 12:18:45 2022 +0900

    BIGTOP-3858 Invalid repository URL is set in rockylinux8 config (#1047)
---
 provisioner/docker/config_rockylinux-8.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provisioner/docker/config_rockylinux-8.yaml 
b/provisioner/docker/config_rockylinux-8.yaml
index a3261267..620c3d08 100644
--- a/provisioner/docker/config_rockylinux-8.yaml
+++ b/provisioner/docker/config_rockylinux-8.yaml
@@ -17,7 +17,7 @@ docker:
         memory_limit: "4g"
         image: "bigtop/puppet:trunk-rockylinux-8"
 
-repo: "http://repos.bigtop.apache.org/releases/3.1.0/centos/8/$basearch";
+repo: "http://repos.bigtop.apache.org/releases/3.1.0/rockylinux/8/$basearch";
 distro: centos
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false

Reply via email to