Skip to content

Commit

Permalink
[SPARK-47206][FOLLOWUP] Fix wrong path version
Browse files Browse the repository at this point in the history
### 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: 8b43291
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: 8b43291
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: 8b43291
Directory: ./3.5.1/scala2.12-java17-ubuntu

Tags: 3.5.1-scala2.12-java17-python3-r-ubuntu
Architectures: amd64, arm64v8
GitCommit: 8b43291
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: 8b43291
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: 8b43291
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: 8b43291
Directory: ./3.5.1/scala2.12-java11-ubuntu

Tags: 3.5.1-scala2.12-java11-python3-r-ubuntu
Architectures: amd64, arm64v8
GitCommit: 8b43291
Directory: ./3.5.1/scala2.12-java11-python3-r-ubuntu
```

Closes #60 from Yikun/3.5.1-follow.

Authored-by: Yikun Jiang <[email protected]>
Signed-off-by: Yikun Jiang <[email protected]>
  • Loading branch information
Yikun committed Feb 29, 2024
1 parent 7216374 commit 4f2d96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4f2d96a

Please sign in to comment.