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 07ff60c0 BIGTOP-3666: Replace the Docker provisioner config for CentOS
8 with Rocky 8 (#887)
07ff60c0 is described below
commit 07ff60c0a97e4fd9b7557f45cc8ad4bc07fbc894
Author: Leona Yoda <[email protected]>
AuthorDate: Mon Apr 18 21:43:15 2022 +0900
BIGTOP-3666: Replace the Docker provisioner config for CentOS 8 with Rocky
8 (#887)
---
provisioner/docker/{config_centos-8.yaml => config_rockylinux-8.yaml} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/provisioner/docker/config_centos-8.yaml
b/provisioner/docker/config_rockylinux-8.yaml
similarity index 95%
rename from provisioner/docker/config_centos-8.yaml
rename to provisioner/docker/config_rockylinux-8.yaml
index 275144c0..d5b0b02f 100644
--- a/provisioner/docker/config_centos-8.yaml
+++ b/provisioner/docker/config_rockylinux-8.yaml
@@ -15,7 +15,7 @@
docker:
memory_limit: "4g"
- image: "bigtop/puppet:trunk-centos-8"
+ image: "bigtop/puppet:trunk-rockylinux-8"
repo: "http://repos.bigtop.apache.org/releases/3.0.0/centos/8/$basearch"
distro: centos