-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update julia #9396
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
Merged
Merged
Update julia #9396
Conversation
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
Changes: - docker-library/julia@54c776a: Merge pull request docker-library/julia#50 from infosiftr/1.6.0-beta1 - docker-library/julia@fff19ae: Add 1.6.0-beta1
Diff for eac391b:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 18ea567..cabd9ca 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -49,3 +49,23 @@ Architectures: windows-amd64
GitCommit: 221740e8163a4bdb858065b5cca1ae774ea3a73a
Directory: 1.5/windows/windowsservercore-ltsc2016
Constraints: windowsservercore-ltsc2016
+
+Tags: 1.6.0-beta1-buster, 1.6.0-buster, 1.6-buster, 1.6-rc-buster
+SharedTags: 1.6.0-beta1, 1.6.0, 1.6, 1.6-rc
+Architectures: amd64, arm64v8, i386, ppc64le
+GitCommit: fff19aebd036897d380cd48ba5be847d04e09ec6
+Directory: 1.6-rc/buster
+
+Tags: 1.6.0-beta1-windowsservercore-1809, 1.6.0-windowsservercore-1809, 1.6-windowsservercore-1809, 1.6-rc-windowsservercore-1809
+SharedTags: 1.6.0-beta1, 1.6.0, 1.6, 1.6-rc
+Architectures: windows-amd64
+GitCommit: fff19aebd036897d380cd48ba5be847d04e09ec6
+Directory: 1.6-rc/windows/windowsservercore-1809
+Constraints: windowsservercore-1809
+
+Tags: 1.6.0-beta1-windowsservercore-ltsc2016, 1.6.0-windowsservercore-ltsc2016, 1.6-windowsservercore-ltsc2016, 1.6-rc-windowsservercore-ltsc2016
+SharedTags: 1.6.0-beta1, 1.6.0, 1.6, 1.6-rc
+Architectures: windows-amd64
+GitCommit: fff19aebd036897d380cd48ba5be847d04e09ec6
+Directory: 1.6-rc/windows/windowsservercore-ltsc2016
+Constraints: windowsservercore-ltsc2016
diff --git a/_bashbrew-list b/_bashbrew-list
index 4c53ef7..4aed852 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -26,6 +26,22 @@ julia:1.5.3-alpine3.12
julia:1.5.3-buster
julia:1.5.3-windowsservercore-1809
julia:1.5.3-windowsservercore-ltsc2016
+julia:1.6
+julia:1.6-buster
+julia:1.6-rc
+julia:1.6-rc-buster
+julia:1.6-rc-windowsservercore-1809
+julia:1.6-rc-windowsservercore-ltsc2016
+julia:1.6-windowsservercore-1809
+julia:1.6-windowsservercore-ltsc2016
+julia:1.6.0
+julia:1.6.0-beta1
+julia:1.6.0-beta1-buster
+julia:1.6.0-beta1-windowsservercore-1809
+julia:1.6.0-beta1-windowsservercore-ltsc2016
+julia:1.6.0-buster
+julia:1.6.0-windowsservercore-1809
+julia:1.6.0-windowsservercore-ltsc2016
julia:alpine
julia:alpine3.12
julia:buster
diff --git a/julia_buster/Dockerfile b/julia_1.6-rc-buster/Dockerfile
similarity index 77%
copy from julia_buster/Dockerfile
copy to julia_1.6-rc-buster/Dockerfile
index e6961fb..5eaf912 100644
--- a/julia_buster/Dockerfile
+++ b/julia_1.6-rc-buster/Dockerfile
@@ -17,7 +17,7 @@ ENV PATH $JULIA_PATH/bin:$PATH
ENV JULIA_GPG 3673DF529D9049477F76B37566E3C7DC03D6E495
# https://julialang.org/downloads/
-ENV JULIA_VERSION 1.5.3
+ENV JULIA_VERSION 1.6.0-beta1
RUN set -eux; \
\
@@ -32,16 +32,18 @@ RUN set -eux; \
fi; \
\
# https://julialang.org/downloads/#julia-command-line-version
-# https://julialang-s3.julialang.org/bin/checksums/julia-1.5.3.sha256
+# https://julialang-s3.julialang.org/bin/checksums/julia-1.6.0-beta1.sha256
# this "case" statement is generated via "update.sh"
dpkgArch="$(dpkg --print-architecture)"; \
case "${dpkgArch##*-}" in \
# amd64
- amd64) tarArch='x86_64'; dirArch='x64'; sha256='f190c938dd6fed97021953240523c9db448ec0a6760b574afd4e9924ab5615f1' ;; \
+ amd64) tarArch='x86_64'; dirArch='x64'; sha256='30b214c7f544c6589a20104eaa6764eb368cadac5fa834b7454b747043e5a2b8' ;; \
# arm64v8
- arm64) tarArch='aarch64'; dirArch='aarch64'; sha256='1e8445eae896d347200b819b7a41778597ae15c314d9df080172eb868a42b628' ;; \
+ arm64) tarArch='aarch64'; dirArch='aarch64'; sha256='6f4a0d63c7bc69b5e649710c31affe7e39a554c895235df50eddc9d26bcc3910' ;; \
# i386
- i386) tarArch='i686'; dirArch='x86'; sha256='b265144f136dcaf2336b5abc8d18ae405ad5834de058a0338a4d020bede2fe47' ;; \
+ i386) tarArch='i686'; dirArch='x86'; sha256='de8c8e3560974196c09b4a01c91591ce4faf8c77daf080fb37b9e2759c5df29d' ;; \
+# ppc64le
+ ppc64el) tarArch='ppc64le'; dirArch='ppc64le'; sha256='13f6192990d1c44039444707d8753d80b299c3fa05625ee9ca1680413ae344cd' ;; \
*) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding Julia binary release"; exit 1 ;; \
esac; \
\
diff --git a/julia_windowsservercore-1809/Dockerfile b/julia_1.6-rc-windowsservercore-1809/Dockerfile
similarity index 92%
copy from julia_windowsservercore-1809/Dockerfile
copy to julia_1.6-rc-windowsservercore-1809/Dockerfile
index c11d6bf..88b99b9 100644
--- a/julia_windowsservercore-1809/Dockerfile
+++ b/julia_1.6-rc-windowsservercore-1809/Dockerfile
@@ -3,8 +3,8 @@ FROM mcr.microsoft.com/windows/servercore:1809
# $ProgressPreference: https://github.com/PowerShell/PowerShell/issues/2138#issuecomment-251261324
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
-ENV JULIA_VERSION 1.5.3
-ENV JULIA_SHA256 5c5c5f8794747072296d33d6547977a61126c6283b449814fb6e8005fb282a59
+ENV JULIA_VERSION 1.6.0-beta1
+ENV JULIA_SHA256 f308a7b7e877a232a19d47d78b4bf55a974c9c24052ab867f346a151a8a91f90
RUN $url = ('https://julialang-s3.julialang.org/bin/winnt/x64/{1}/julia-{0}-win64.exe' -f $env:JULIA_VERSION, ($env:JULIA_VERSION.Split('.')[0..1] -Join '.')); \
Write-Host ('Downloading {0} ...' -f $url); \
diff --git a/julia_windowsservercore-ltsc2016/Dockerfile b/julia_1.6-rc-windowsservercore-ltsc2016/Dockerfile
similarity index 92%
copy from julia_windowsservercore-ltsc2016/Dockerfile
copy to julia_1.6-rc-windowsservercore-ltsc2016/Dockerfile
index aa45a6b..1e9430d 100644
--- a/julia_windowsservercore-ltsc2016/Dockerfile
+++ b/julia_1.6-rc-windowsservercore-ltsc2016/Dockerfile
@@ -3,8 +3,8 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2016
# $ProgressPreference: https://github.com/PowerShell/PowerShell/issues/2138#issuecomment-251261324
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
-ENV JULIA_VERSION 1.5.3
-ENV JULIA_SHA256 5c5c5f8794747072296d33d6547977a61126c6283b449814fb6e8005fb282a59
+ENV JULIA_VERSION 1.6.0-beta1
+ENV JULIA_SHA256 f308a7b7e877a232a19d47d78b4bf55a974c9c24052ab867f346a151a8a91f90
RUN $url = ('https://julialang-s3.julialang.org/bin/winnt/x64/{1}/julia-{0}-win64.exe' -f $env:JULIA_VERSION, ($env:JULIA_VERSION.Split('.')[0..1] -Join '.')); \
Write-Host ('Downloading {0} ...' -f $url); \
|
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: