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 75d690ef8 BIGTOP-4431. Upgrade Fedora's version in the docker provisioner config to 40. (#1353) 75d690ef8 is described below commit 75d690ef896170b58114b21430d604fd87919dab Author: Kengo Seki <sek...@apache.org> AuthorDate: Fri May 23 00:29:06 2025 +0900 BIGTOP-4431. Upgrade Fedora's version in the docker provisioner config to 40. (#1353) --- provisioner/docker/{config_fedora-38.yaml => config_fedora-40.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioner/docker/config_fedora-38.yaml b/provisioner/docker/config_fedora-40.yaml similarity index 89% rename from provisioner/docker/config_fedora-38.yaml rename to provisioner/docker/config_fedora-40.yaml index da2c34db8..1efe73c73 100644 --- a/provisioner/docker/config_fedora-38.yaml +++ b/provisioner/docker/config_fedora-40.yaml @@ -15,9 +15,9 @@ docker: memory_limit: "4g" - image: "bigtop/puppet:trunk-fedora-38" + image: "bigtop/puppet:trunk-fedora-40" -repo: "http://repos.bigtop.apache.org/releases/3.3.0/fedora/38/$basearch" +repo: "http://repos.bigtop.apache.org/releases/3.3.0/fedora/40/$basearch" distro: centos components: [hdfs, yarn, mapreduce] enable_local_repo: false