Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update julia #18088

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Update julia #18088

merged 1 commit into from
Dec 13, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Dec 13, 2024

Changes:

Changes:

- docker-library/julia@42e20c5: Merge pull request docker-library/julia#93 from infosiftr/alpine3.21
- docker-library/julia@c763e6d: Add Alpine 3.21 (drop 3.19)
@tianon tianon requested a review from a team as a code owner December 13, 2024 00:56
Copy link

Diff for 8178c1b:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index b2ef4d3..05b6b08 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -28,14 +28,14 @@ Directory: 1.10/windows/windowsservercore-ltsc2022
 Builder: classic
 Constraints: windowsservercore-ltsc2022
 
-Tags: 1.11.2-alpine3.19, 1.11-alpine3.19, 1-alpine3.19, alpine3.19
-GitCommit: 4f01bdd0f40fb73588ec2fb1425939f0b942eaaf
-Directory: 1.11/alpine3.19
-
-Tags: 1.11.2-alpine3.20, 1.11-alpine3.20, 1-alpine3.20, alpine3.20, 1.11.2-alpine, 1.11-alpine, 1-alpine, alpine
+Tags: 1.11.2-alpine3.20, 1.11-alpine3.20, 1-alpine3.20, alpine3.20
 GitCommit: 4f01bdd0f40fb73588ec2fb1425939f0b942eaaf
 Directory: 1.11/alpine3.20
 
+Tags: 1.11.2-alpine3.21, 1.11-alpine3.21, 1-alpine3.21, alpine3.21, 1.11.2-alpine, 1.11-alpine, 1-alpine, alpine
+GitCommit: c763e6dd2005540877917987840d0128b819de91
+Directory: 1.11/alpine3.21
+
 Tags: 1.11.2-bookworm, 1.11-bookworm, 1-bookworm, bookworm
 SharedTags: 1.11.2, 1.11, 1, latest
 Architectures: amd64, arm64v8, i386, ppc64le
diff --git a/_bashbrew-list b/_bashbrew-list
index 95a3594..c26c834 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,7 +1,7 @@
 julia:1
 julia:1-alpine
-julia:1-alpine3.19
 julia:1-alpine3.20
+julia:1-alpine3.21
 julia:1-bookworm
 julia:1-bullseye
 julia:1-windowsservercore
@@ -21,8 +21,8 @@ julia:1.10.7-windowsservercore-1809
 julia:1.10.7-windowsservercore-ltsc2022
 julia:1.11
 julia:1.11-alpine
-julia:1.11-alpine3.19
 julia:1.11-alpine3.20
+julia:1.11-alpine3.21
 julia:1.11-bookworm
 julia:1.11-bullseye
 julia:1.11-windowsservercore
@@ -30,16 +30,16 @@ julia:1.11-windowsservercore-1809
 julia:1.11-windowsservercore-ltsc2022
 julia:1.11.2
 julia:1.11.2-alpine
-julia:1.11.2-alpine3.19
 julia:1.11.2-alpine3.20
+julia:1.11.2-alpine3.21
 julia:1.11.2-bookworm
 julia:1.11.2-bullseye
 julia:1.11.2-windowsservercore
 julia:1.11.2-windowsservercore-1809
 julia:1.11.2-windowsservercore-ltsc2022
 julia:alpine
-julia:alpine3.19
 julia:alpine3.20
+julia:alpine3.21
 julia:bookworm
 julia:bullseye
 julia:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 3f3798e..a20ef5e 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -3,7 +3,7 @@ julia:1.10-bullseye
 julia:1.10-windowsservercore-1809
 julia:1.10-windowsservercore-ltsc2022
 julia:alpine
-julia:alpine3.19
+julia:alpine3.20
 julia:bookworm
 julia:bullseye
 julia:windowsservercore-1809
diff --git a/julia_alpine/Dockerfile b/julia_alpine/Dockerfile
index 7cd2143..f92a52e 100644
--- a/julia_alpine/Dockerfile
+++ b/julia_alpine/Dockerfile
@@ -4,7 +4,7 @@
 # PLEASE DO NOT EDIT IT DIRECTLY.
 #
 
-FROM alpine:3.20
+FROM alpine:3.21
 
 ENV JULIA_PATH /usr/local/julia
 ENV PATH $JULIA_PATH/bin:$PATH
diff --git a/julia_alpine3.19/Dockerfile b/julia_alpine3.19/Dockerfile
deleted file mode 100644
index 97458b8..0000000
diff --git a/julia_alpine/Dockerfile b/julia_alpine3.20/Dockerfile
similarity index 100%
copy from julia_alpine/Dockerfile
copy to julia_alpine3.20/Dockerfile
diff --git a/julia_alpine3.19/docker-entrypoint.sh b/julia_alpine3.20/docker-entrypoint.sh
similarity index 100%
rename from julia_alpine3.19/docker-entrypoint.sh
rename to julia_alpine3.20/docker-entrypoint.sh

Relevant Maintainers:

@yosifkit yosifkit merged commit 31e00ce into docker-library:master Dec 13, 2024
15 checks passed
@yosifkit yosifkit deleted the julia branch December 13, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants