Update julia#21355
Merged
tianon merged 1 commit intodocker-library:masterfrom May 1, 2026
Merged
Conversation
Changes: - docker-library/julia@514ae39: Update rc to 1.13.0-rc1
Diff for f16b667:diff --git a/_bashbrew-cat b/_bashbrew-cat
index f84e388..3a59b17 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
GitRepo: https://github.com/docker-library/julia.git
-GitCommit: d36a5a6875477fc64d364dde4f279b96b589a9fe
+GitCommit: 514ae398a374848542fae799869fffbb53f48519
Tags: 1.10.11-bookworm, 1.10-bookworm
Architectures: amd64, arm64v8, i386, ppc64le
@@ -65,23 +65,23 @@ Architectures: windows-amd64
Directory: stable/windows/servercore-ltsc2025
Constraints: windowsservercore-ltsc2025
-Tags: 1.13.0-beta3-bookworm, 1.13-rc-bookworm, rc-bookworm
+Tags: 1.13.0-rc1-bookworm, 1.13-rc-bookworm, rc-bookworm
Architectures: amd64, arm64v8, i386
Directory: rc/bookworm
-Tags: 1.13.0-beta3-trixie, 1.13-rc-trixie, rc-trixie
-SharedTags: 1.13.0-beta3, 1.13-rc, rc
+Tags: 1.13.0-rc1-trixie, 1.13-rc-trixie, rc-trixie
+SharedTags: 1.13.0-rc1, 1.13-rc, rc
Architectures: amd64, arm64v8, i386
Directory: rc/trixie
-Tags: 1.13.0-beta3-windowsservercore-ltsc2022, 1.13-rc-windowsservercore-ltsc2022, rc-windowsservercore-ltsc2022
-SharedTags: 1.13.0-beta3-windowsservercore, 1.13-rc-windowsservercore, rc-windowsservercore, 1.13.0-beta3, 1.13-rc, rc
+Tags: 1.13.0-rc1-windowsservercore-ltsc2022, 1.13-rc-windowsservercore-ltsc2022, rc-windowsservercore-ltsc2022
+SharedTags: 1.13.0-rc1-windowsservercore, 1.13-rc-windowsservercore, rc-windowsservercore, 1.13.0-rc1, 1.13-rc, rc
Architectures: windows-amd64
Directory: rc/windows/servercore-ltsc2022
Constraints: windowsservercore-ltsc2022
-Tags: 1.13.0-beta3-windowsservercore-ltsc2025, 1.13-rc-windowsservercore-ltsc2025, rc-windowsservercore-ltsc2025
-SharedTags: 1.13.0-beta3-windowsservercore, 1.13-rc-windowsservercore, rc-windowsservercore, 1.13.0-beta3, 1.13-rc, rc
+Tags: 1.13.0-rc1-windowsservercore-ltsc2025, 1.13-rc-windowsservercore-ltsc2025, rc-windowsservercore-ltsc2025
+SharedTags: 1.13.0-rc1-windowsservercore, 1.13-rc-windowsservercore, rc-windowsservercore, 1.13.0-rc1, 1.13-rc, rc
Architectures: windows-amd64
Directory: rc/windows/servercore-ltsc2025
Constraints: windowsservercore-ltsc2025
diff --git a/_bashbrew-list b/_bashbrew-list
index a10a2e1..fc868d6 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -46,12 +46,12 @@ julia:1.13-rc-trixie
julia:1.13-rc-windowsservercore
julia:1.13-rc-windowsservercore-ltsc2022
julia:1.13-rc-windowsservercore-ltsc2025
-julia:1.13.0-beta3
-julia:1.13.0-beta3-bookworm
-julia:1.13.0-beta3-trixie
-julia:1.13.0-beta3-windowsservercore
-julia:1.13.0-beta3-windowsservercore-ltsc2022
-julia:1.13.0-beta3-windowsservercore-ltsc2025
+julia:1.13.0-rc1
+julia:1.13.0-rc1-bookworm
+julia:1.13.0-rc1-trixie
+julia:1.13.0-rc1-windowsservercore
+julia:1.13.0-rc1-windowsservercore-ltsc2022
+julia:1.13.0-rc1-windowsservercore-ltsc2025
julia:bookworm
julia:latest
julia:rc
diff --git a/julia_rc-bookworm/Dockerfile b/julia_rc-bookworm/Dockerfile
index 0412374..53ee0c6 100644
--- a/julia_rc-bookworm/Dockerfile
+++ b/julia_rc-bookworm/Dockerfile
@@ -23,7 +23,7 @@ ENV PATH $JULIA_PATH/bin:$PATH
ENV JULIA_GPG 3673DF529D9049477F76B37566E3C7DC03D6E495
# https://julialang.org/downloads/
-ENV JULIA_VERSION 1.13.0-beta3
+ENV JULIA_VERSION 1.13.0-rc1
RUN set -eux; \
\
@@ -35,20 +35,20 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*; \
\
# https://julialang.org/downloads/#julia-command-line-version
-# https://julialang-s3.julialang.org/bin/checksums/julia-1.13.0-beta3.sha256
+# https://julialang-s3.julialang.org/bin/checksums/julia-1.13.0-rc1.sha256
arch="$(dpkg --print-architecture)"; \
case "$arch" in \
'amd64') \
- url='https://julialang-s3.julialang.org/bin/linux/x64/1.13/julia-1.13.0-beta3-linux-x86_64.tar.gz'; \
- sha256='02111690b460ad1641d10fc920f3000a6254916d2f53b6d0f5f7482f47283e62'; \
+ url='https://julialang-s3.julialang.org/bin/linux/x64/1.13/julia-1.13.0-rc1-linux-x86_64.tar.gz'; \
+ sha256='94c501d83aa46fad188894a31db093c6d065bbab94346645c775876066ec1b78'; \
;; \
'i386') \
- url='https://julialang-s3.julialang.org/bin/linux/x86/1.13/julia-1.13.0-beta3-linux-i686.tar.gz'; \
- sha256='3f0f1a362e611559b58acb71a50a130b9fc53273d157755cb7ac8f0fa7d99ef2'; \
+ url='https://julialang-s3.julialang.org/bin/linux/x86/1.13/julia-1.13.0-rc1-linux-i686.tar.gz'; \
+ sha256='1e758cfe0ba45a9b5313ff732ff5aa0d4f1927129e1b207e5e6c51e35ed9abb4'; \
;; \
'arm64') \
- url='https://julialang-s3.julialang.org/bin/linux/aarch64/1.13/julia-1.13.0-beta3-linux-aarch64.tar.gz'; \
- sha256='56043f2572c169a4d515b201f192d91792b4f5dfc8f1d90f595101a240693348'; \
+ url='https://julialang-s3.julialang.org/bin/linux/aarch64/1.13/julia-1.13.0-rc1-linux-aarch64.tar.gz'; \
+ sha256='0e08d6410e76a51b6825aed34c9e20fd5778b35cc4b406dd8eb8bd402d8df705'; \
;; \
*) \
echo >&2 "error: current architecture ($arch) does not have a corresponding Julia binary release"; \
diff --git a/julia_rc-trixie/Dockerfile b/julia_rc-trixie/Dockerfile
index 884d78d..2b49269 100644
--- a/julia_rc-trixie/Dockerfile
+++ b/julia_rc-trixie/Dockerfile
@@ -23,7 +23,7 @@ ENV PATH $JULIA_PATH/bin:$PATH
ENV JULIA_GPG 3673DF529D9049477F76B37566E3C7DC03D6E495
# https://julialang.org/downloads/
-ENV JULIA_VERSION 1.13.0-beta3
+ENV JULIA_VERSION 1.13.0-rc1
RUN set -eux; \
\
@@ -35,20 +35,20 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*; \
\
# https://julialang.org/downloads/#julia-command-line-version
-# https://julialang-s3.julialang.org/bin/checksums/julia-1.13.0-beta3.sha256
+# https://julialang-s3.julialang.org/bin/checksums/julia-1.13.0-rc1.sha256
arch="$(dpkg --print-architecture)"; \
case "$arch" in \
'amd64') \
- url='https://julialang-s3.julialang.org/bin/linux/x64/1.13/julia-1.13.0-beta3-linux-x86_64.tar.gz'; \
- sha256='02111690b460ad1641d10fc920f3000a6254916d2f53b6d0f5f7482f47283e62'; \
+ url='https://julialang-s3.julialang.org/bin/linux/x64/1.13/julia-1.13.0-rc1-linux-x86_64.tar.gz'; \
+ sha256='94c501d83aa46fad188894a31db093c6d065bbab94346645c775876066ec1b78'; \
;; \
'i386') \
- url='https://julialang-s3.julialang.org/bin/linux/x86/1.13/julia-1.13.0-beta3-linux-i686.tar.gz'; \
- sha256='3f0f1a362e611559b58acb71a50a130b9fc53273d157755cb7ac8f0fa7d99ef2'; \
+ url='https://julialang-s3.julialang.org/bin/linux/x86/1.13/julia-1.13.0-rc1-linux-i686.tar.gz'; \
+ sha256='1e758cfe0ba45a9b5313ff732ff5aa0d4f1927129e1b207e5e6c51e35ed9abb4'; \
;; \
'arm64') \
- url='https://julialang-s3.julialang.org/bin/linux/aarch64/1.13/julia-1.13.0-beta3-linux-aarch64.tar.gz'; \
- sha256='56043f2572c169a4d515b201f192d91792b4f5dfc8f1d90f595101a240693348'; \
+ url='https://julialang-s3.julialang.org/bin/linux/aarch64/1.13/julia-1.13.0-rc1-linux-aarch64.tar.gz'; \
+ sha256='0e08d6410e76a51b6825aed34c9e20fd5778b35cc4b406dd8eb8bd402d8df705'; \
;; \
*) \
echo >&2 "error: current architecture ($arch) does not have a corresponding Julia binary release"; \
diff --git a/julia_rc-windowsservercore-ltsc2022/Dockerfile b/julia_rc-windowsservercore-ltsc2022/Dockerfile
index 4167a9c..450c962 100644
--- a/julia_rc-windowsservercore-ltsc2022/Dockerfile
+++ b/julia_rc-windowsservercore-ltsc2022/Dockerfile
@@ -9,9 +9,9 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
# $ProgressPreference: https://github.com/PowerShell/PowerShell/issues/2138#issuecomment-251261324
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
-ENV JULIA_VERSION 1.13.0-beta3
-ENV JULIA_URL https://julialang-s3.julialang.org/bin/winnt/x64/1.13/julia-1.13.0-beta3-win64.exe
-ENV JULIA_SHA256 3ac4b3824830783ec9661cdbcca93875faea1c2ffb33568aeba1924e26466cb2
+ENV JULIA_VERSION 1.13.0-rc1
+ENV JULIA_URL https://julialang-s3.julialang.org/bin/winnt/x64/1.13/julia-1.13.0-rc1-win64.exe
+ENV JULIA_SHA256 58e3b22f9e99b94f99bd81d26ca049ef1b4fd9aa0f58e7eb0d984f56cd76d4cf
RUN Write-Host ('Downloading {0} ...' -f $env:JULIA_URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
diff --git a/julia_rc-windowsservercore-ltsc2025/Dockerfile b/julia_rc-windowsservercore-ltsc2025/Dockerfile
index 4fc6036..98b507a 100644
--- a/julia_rc-windowsservercore-ltsc2025/Dockerfile
+++ b/julia_rc-windowsservercore-ltsc2025/Dockerfile
@@ -9,9 +9,9 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2025
# $ProgressPreference: https://github.com/PowerShell/PowerShell/issues/2138#issuecomment-251261324
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
-ENV JULIA_VERSION 1.13.0-beta3
-ENV JULIA_URL https://julialang-s3.julialang.org/bin/winnt/x64/1.13/julia-1.13.0-beta3-win64.exe
-ENV JULIA_SHA256 3ac4b3824830783ec9661cdbcca93875faea1c2ffb33568aeba1924e26466cb2
+ENV JULIA_VERSION 1.13.0-rc1
+ENV JULIA_URL https://julialang-s3.julialang.org/bin/winnt/x64/1.13/julia-1.13.0-rc1-win64.exe
+ENV JULIA_SHA256 58e3b22f9e99b94f99bd81d26ca049ef1b4fd9aa0f58e7eb0d984f56cd76d4cf
RUN Write-Host ('Downloading {0} ...' -f $env:JULIA_URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \Relevant Maintainers: |
Member
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: