This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new 333de9cba BIGTOP-4431. Upgrade Fedora's version in the docker
provisioner config to 40. (#1354)
333de9cba is described below
commit 333de9cbaec4b4db47b14f6e7297fb029a9952fd
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)
---
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