This is an automated email from the ASF dual-hosted git repository. yikun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark-docker.git
The following commit(s) were added to refs/heads/master by this push: new 4f2d96a [SPARK-47206][FOLLOWUP] Fix wrong path version 4f2d96a is described below commit 4f2d96a415c89cfe0fde89a55e9034d095224c94 Author: Yikun Jiang <yikunk...@gmail.com> AuthorDate: Thu Feb 29 09:49:01 2024 +0800 [SPARK-47206][FOLLOWUP] Fix wrong path version ### What changes were proposed in this pull request? Fix wrong path version. ### Why are the changes needed? This will be used by https://github.com/docker-library/official-images . ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? ``` $ tools/manifest.py manifest Maintainers: Apache Spark Developers <devspark.apache.org> (ApacheSpark) GitRepo: https://github.com/apache/spark-docker.git Tags: 3.5.1-scala2.12-java17-python3-ubuntu, 3.5.1-java17-python3, 3.5.1-java17, python3-java17 Architectures: amd64, arm64v8 GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676 Directory: ./3.5.1/scala2.12-java17-python3-ubuntu Tags: 3.5.1-scala2.12-java17-r-ubuntu, 3.5.1-java17-r Architectures: amd64, arm64v8 GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676 Directory: ./3.5.1/scala2.12-java17-r-ubuntu Tags: 3.5.1-scala2.12-java17-ubuntu, 3.5.1-java17-scala Architectures: amd64, arm64v8 GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676 Directory: ./3.5.1/scala2.12-java17-ubuntu Tags: 3.5.1-scala2.12-java17-python3-r-ubuntu Architectures: amd64, arm64v8 GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676 Directory: ./3.5.1/scala2.12-java17-python3-r-ubuntu Tags: 3.5.1-scala2.12-java11-python3-ubuntu, 3.5.1-python3, 3.5.1, python3, latest Architectures: amd64, arm64v8 GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676 Directory: ./3.5.1/scala2.12-java11-python3-ubuntu Tags: 3.5.1-scala2.12-java11-r-ubuntu, 3.5.1-r, r Architectures: amd64, arm64v8 GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676 Directory: ./3.5.1/scala2.12-java11-r-ubuntu Tags: 3.5.1-scala2.12-java11-ubuntu, 3.5.1-scala, scala Architectures: amd64, arm64v8 GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676 Directory: ./3.5.1/scala2.12-java11-ubuntu Tags: 3.5.1-scala2.12-java11-python3-r-ubuntu Architectures: amd64, arm64v8 GitCommit: 8b4329162bbbd1ce5c9d885a1edcd6d61ebcc676 Directory: ./3.5.1/scala2.12-java11-python3-r-ubuntu ``` Closes #60 from Yikun/3.5.1-follow. Authored-by: Yikun Jiang <yikunk...@gmail.com> Signed-off-by: Yikun Jiang <yikunk...@gmail.com> --- versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.json b/versions.json index 3d3e3b9..6ea6d71 100644 --- a/versions.json +++ b/versions.json @@ -30,7 +30,7 @@ ] }, { - "path": "3.5.0/scala2.12-java11-python3-ubuntu", + "path": "3.5.1/scala2.12-java11-python3-ubuntu", "tags": [ "3.5.1-scala2.12-java11-python3-ubuntu", "3.5.1-python3", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org