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 #9815

Merged
merged 1 commit into from
Mar 18, 2021
Merged

Update julia #9815

merged 1 commit into from
Mar 18, 2021

Conversation

tianon
Copy link
Member

@tianon tianon commented Mar 18, 2021

Changes:

Changes:

- docker-library/julia@bd48104: Update to 1.6.0-rc3
@github-actions
Copy link

Diff for 43598a4:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 33ed166..449d0d0 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -54,26 +54,26 @@ GitCommit: fd7152819b13e0d953e90c65af1d734654e6ec3d
 Directory: 1.5/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
 
-Tags: 1.6.0-rc2-alpine3.13, 1.6.0-alpine3.13, 1.6-alpine3.13, 1.6-rc-alpine3.13, 1.6.0-rc2-alpine, 1.6.0-alpine, 1.6-alpine, 1.6-rc-alpine
-GitCommit: 82bc0a63cfded9d8eac2d7ef64b42d3c0315c6cc
+Tags: 1.6.0-rc3-alpine3.13, 1.6.0-alpine3.13, 1.6-alpine3.13, 1.6-rc-alpine3.13, 1.6.0-rc3-alpine, 1.6.0-alpine, 1.6-alpine, 1.6-rc-alpine
+GitCommit: bd481047baf707bfac6b6c918654256c4a6b4608
 Directory: 1.6-rc/alpine3.13
 
-Tags: 1.6.0-rc2-buster, 1.6.0-buster, 1.6-buster, 1.6-rc-buster
-SharedTags: 1.6.0-rc2, 1.6.0, 1.6, 1.6-rc
+Tags: 1.6.0-rc3-buster, 1.6.0-buster, 1.6-buster, 1.6-rc-buster
+SharedTags: 1.6.0-rc3, 1.6.0, 1.6, 1.6-rc
 Architectures: amd64, arm64v8, i386, ppc64le
-GitCommit: f87eb3489cbce17e565e8434e0650130063ffa41
+GitCommit: bd481047baf707bfac6b6c918654256c4a6b4608
 Directory: 1.6-rc/buster
 
-Tags: 1.6.0-rc2-windowsservercore-1809, 1.6.0-windowsservercore-1809, 1.6-windowsservercore-1809, 1.6-rc-windowsservercore-1809
-SharedTags: 1.6.0-rc2, 1.6.0, 1.6, 1.6-rc
+Tags: 1.6.0-rc3-windowsservercore-1809, 1.6.0-windowsservercore-1809, 1.6-windowsservercore-1809, 1.6-rc-windowsservercore-1809
+SharedTags: 1.6.0-rc3, 1.6.0, 1.6, 1.6-rc
 Architectures: windows-amd64
-GitCommit: f87eb3489cbce17e565e8434e0650130063ffa41
+GitCommit: bd481047baf707bfac6b6c918654256c4a6b4608
 Directory: 1.6-rc/windows/windowsservercore-1809
 Constraints: windowsservercore-1809
 
-Tags: 1.6.0-rc2-windowsservercore-ltsc2016, 1.6.0-windowsservercore-ltsc2016, 1.6-windowsservercore-ltsc2016, 1.6-rc-windowsservercore-ltsc2016
-SharedTags: 1.6.0-rc2, 1.6.0, 1.6, 1.6-rc
+Tags: 1.6.0-rc3-windowsservercore-ltsc2016, 1.6.0-windowsservercore-ltsc2016, 1.6-windowsservercore-ltsc2016, 1.6-rc-windowsservercore-ltsc2016
+SharedTags: 1.6.0-rc3, 1.6.0, 1.6, 1.6-rc
 Architectures: windows-amd64
-GitCommit: f87eb3489cbce17e565e8434e0650130063ffa41
+GitCommit: bd481047baf707bfac6b6c918654256c4a6b4608
 Directory: 1.6-rc/windows/windowsservercore-ltsc2016
 Constraints: windowsservercore-ltsc2016
diff --git a/_bashbrew-list b/_bashbrew-list
index 3743d57..ae1e81a 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -45,12 +45,12 @@ julia:1.6.0
 julia:1.6.0-alpine
 julia:1.6.0-alpine3.13
 julia:1.6.0-buster
-julia:1.6.0-rc2
-julia:1.6.0-rc2-alpine
-julia:1.6.0-rc2-alpine3.13
-julia:1.6.0-rc2-buster
-julia:1.6.0-rc2-windowsservercore-1809
-julia:1.6.0-rc2-windowsservercore-ltsc2016
+julia:1.6.0-rc3
+julia:1.6.0-rc3-alpine
+julia:1.6.0-rc3-alpine3.13
+julia:1.6.0-rc3-buster
+julia:1.6.0-rc3-windowsservercore-1809
+julia:1.6.0-rc3-windowsservercore-ltsc2016
 julia:1.6.0-windowsservercore-1809
 julia:1.6.0-windowsservercore-ltsc2016
 julia:alpine
diff --git a/julia_1.6-rc-alpine/Dockerfile b/julia_1.6-rc-alpine/Dockerfile
index 4b9a251..3c2db04 100644
--- a/julia_1.6-rc-alpine/Dockerfile
+++ b/julia_1.6-rc-alpine/Dockerfile
@@ -8,19 +8,19 @@ ENV PATH $JULIA_PATH/bin:$PATH
 ENV JULIA_GPG 3673DF529D9049477F76B37566E3C7DC03D6E495
 
 # https://julialang.org/downloads/
-ENV JULIA_VERSION 1.6.0-rc2
+ENV JULIA_VERSION 1.6.0-rc3
 
 RUN set -eux; \
 	\
 	apk add --no-cache --virtual .fetch-deps gnupg; \
 	\
 # https://julialang.org/downloads/#julia-command-line-version
-# https://julialang-s3.julialang.org/bin/checksums/julia-1.6.0-rc2.sha256
+# https://julialang-s3.julialang.org/bin/checksums/julia-1.6.0-rc3.sha256
 # this "case" statement is generated via "update.sh"
 	apkArch="$(apk --print-arch)"; \
 	case "$apkArch" in \
 # amd64
-		x86_64) tarArch='x86_64'; dirArch='x64'; sha256='8c04675221c6494ada41cb5c1abe08ff18703626b6fd7161132cd56324913f8e' ;; \
+		x86_64) tarArch='x86_64'; dirArch='x64'; sha256='1162b8dc7fce7b321a3e8998f9cbba8b65bfdbfc3d486c8afd2044abc186f851' ;; \
 		*) echo >&2 "error: current architecture ($apkArch) does not have a corresponding Julia binary release"; exit 1 ;; \
 	esac; \
 	\
diff --git a/julia_1.6-rc-buster/Dockerfile b/julia_1.6-rc-buster/Dockerfile
index 7fb443f..0e6057c 100644
--- a/julia_1.6-rc-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.6.0-rc2
+ENV JULIA_VERSION 1.6.0-rc3
 
 RUN set -eux; \
 	\
@@ -32,18 +32,18 @@ RUN set -eux; \
 	fi; \
 	\
 # https://julialang.org/downloads/#julia-command-line-version
-# https://julialang-s3.julialang.org/bin/checksums/julia-1.6.0-rc2.sha256
+# https://julialang-s3.julialang.org/bin/checksums/julia-1.6.0-rc3.sha256
 # this "case" statement is generated via "update.sh"
 	dpkgArch="$(dpkg --print-architecture)"; \
 	case "${dpkgArch##*-}" in \
 # amd64
-		amd64) tarArch='x86_64'; dirArch='x64'; sha256='1b923493066581e566ff37ff23f6bef638cef467e93c89c0ce40e63fa068639e' ;; \
+		amd64) tarArch='x86_64'; dirArch='x64'; sha256='d2e93e07d29fdc16c1efdebf16363c7f6afcae59b0b6b160d336ee93f9055d73' ;; \
 # arm64v8
-		arm64) tarArch='aarch64'; dirArch='aarch64'; sha256='eea414936b219389be94079b0d21c4297944b15daa8bec5ad5e28da846a3bfe0' ;; \
+		arm64) tarArch='aarch64'; dirArch='aarch64'; sha256='4eb6b5df3aa1630a97b321bb6f000b00f4b7cc2f983ac9ecb2ac557b06b79991' ;; \
 # i386
-		i386) tarArch='i686'; dirArch='x86'; sha256='8f6d2bb7a958b73b4fb409f1541dc4ff938094675d1d7c43421336c4c6991f6b' ;; \
+		i386) tarArch='i686'; dirArch='x86'; sha256='105e373dbfc7408e06f923c265deb9414c0e6fd3f517c284ed8931a371e1e8f7' ;; \
 # ppc64le
-		ppc64el) tarArch='ppc64le'; dirArch='ppc64le'; sha256='3d4ea704dfc1c042944fd08c0f34d67295884676ec5374b77c0fcbe47937e42d' ;; \
+		ppc64el) tarArch='ppc64le'; dirArch='ppc64le'; sha256='d6ee05ed2c1a3f1979eab6166b79d9680c145602bdd9d695378e0f71ef138b14' ;; \
 		*) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding Julia binary release"; exit 1 ;; \
 	esac; \
 	\
diff --git a/julia_1.6-rc-windowsservercore-1809/Dockerfile b/julia_1.6-rc-windowsservercore-1809/Dockerfile
index d3e7bd7..6d8635b 100644
--- a/julia_1.6-rc-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.6.0-rc2
-ENV JULIA_SHA256 3a167bd858f9841404e1091195d7ffe4dd4f015cb279c2c2f59da0e2e76f2658
+ENV JULIA_VERSION 1.6.0-rc3
+ENV JULIA_SHA256 5a294c4f3c844d02feee84d8aa69c71ae949c4792e9e46148f8eb6c9d46f4f73
 
 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_1.6-rc-windowsservercore-ltsc2016/Dockerfile b/julia_1.6-rc-windowsservercore-ltsc2016/Dockerfile
index 7796802..733ba6b 100644
--- a/julia_1.6-rc-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.6.0-rc2
-ENV JULIA_SHA256 3a167bd858f9841404e1091195d7ffe4dd4f015cb279c2c2f59da0e2e76f2658
+ENV JULIA_VERSION 1.6.0-rc3
+ENV JULIA_SHA256 5a294c4f3c844d02feee84d8aa69c71ae949c4792e9e46148f8eb6c9d46f4f73
 
 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); \

@yosifkit yosifkit merged commit c2170c2 into docker-library:master Mar 18, 2021
@yosifkit yosifkit deleted the julia branch March 18, 2021 23:40
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