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 7e9124778 BIGTOP-4431. Upgrade Fedora's version in the docker 
provisioner config to 40. (#1354)
7e9124778 is described below

commit 7e9124778fe436ae376c97912acb9409fa3038be
Author: Kengo Seki <[email protected]>
AuthorDate: Fri May 23 00:23:26 2025 +0900

    BIGTOP-4431. Upgrade Fedora's version in the docker provisioner config to 
40. (#1354)
    
    (cherry picked from commit 333de9cbaec4b4db47b14f6e7297fb029a9952fd)
---
 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..1bf04fe87 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:3.4.0-fedora-40"
 
-repo: "http://repos.bigtop.apache.org/releases/3.3.0/fedora/38/$basearch";
+repo: "http://repos.bigtop.apache.org/releases/3.4.0/fedora/40/$basearch";
 distro: centos
 components: [hdfs, yarn, mapreduce]
 enable_local_repo: false

Reply via email to