Skip to content

Commit 564cf86

Browse files
Run update.sh
1 parent 9096d76 commit 564cf86

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

julia/README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ WARNING:
2828

2929
## Simple Tags
3030

31+
- [`1.6.0-beta1-buster`, `1.6.0-buster`, `1.6-buster`, `1.6-rc-buster`](https://github.com/docker-library/julia/blob/fff19aebd036897d380cd48ba5be847d04e09ec6/1.6-rc/buster/Dockerfile)
32+
- [`1.6.0-beta1-windowsservercore-1809`, `1.6.0-windowsservercore-1809`, `1.6-windowsservercore-1809`, `1.6-rc-windowsservercore-1809`](https://github.com/docker-library/julia/blob/fff19aebd036897d380cd48ba5be847d04e09ec6/1.6-rc/windows/windowsservercore-1809/Dockerfile)
33+
- [`1.6.0-beta1-windowsservercore-ltsc2016`, `1.6.0-windowsservercore-ltsc2016`, `1.6-windowsservercore-ltsc2016`, `1.6-rc-windowsservercore-ltsc2016`](https://github.com/docker-library/julia/blob/fff19aebd036897d380cd48ba5be847d04e09ec6/1.6-rc/windows/windowsservercore-ltsc2016/Dockerfile)
3134
- [`1.5.3-buster`, `1.5-buster`, `1-buster`, `buster`](https://github.com/docker-library/julia/blob/1a43a633f80d76bd6bf20b88797b18971b87de4e/1.5/buster/Dockerfile)
3235
- [`1.5.3-alpine3.12`, `1.5-alpine3.12`, `1-alpine3.12`, `alpine3.12`, `1.5.3-alpine`, `1.5-alpine`, `1-alpine`, `alpine`](https://github.com/docker-library/julia/blob/221740e8163a4bdb858065b5cca1ae774ea3a73a/1.5/alpine3.12/Dockerfile)
3336
- [`1.5.3-windowsservercore-1809`, `1.5-windowsservercore-1809`, `1-windowsservercore-1809`, `windowsservercore-1809`](https://github.com/docker-library/julia/blob/221740e8163a4bdb858065b5cca1ae774ea3a73a/1.5/windows/windowsservercore-1809/Dockerfile)
@@ -39,6 +42,10 @@ WARNING:
3942

4043
## Shared Tags
4144

45+
- `1.6.0-beta1`, `1.6.0`, `1.6`, `1.6-rc`:
46+
- [`1.6.0-beta1-buster`](https://github.com/docker-library/julia/blob/fff19aebd036897d380cd48ba5be847d04e09ec6/1.6-rc/buster/Dockerfile)
47+
- [`1.6.0-beta1-windowsservercore-1809`](https://github.com/docker-library/julia/blob/fff19aebd036897d380cd48ba5be847d04e09ec6/1.6-rc/windows/windowsservercore-1809/Dockerfile)
48+
- [`1.6.0-beta1-windowsservercore-ltsc2016`](https://github.com/docker-library/julia/blob/fff19aebd036897d380cd48ba5be847d04e09ec6/1.6-rc/windows/windowsservercore-ltsc2016/Dockerfile)
4249
- `1.5.3`, `1.5`, `1`, `latest`:
4350
- [`1.5.3-buster`](https://github.com/docker-library/julia/blob/1a43a633f80d76bd6bf20b88797b18971b87de4e/1.5/buster/Dockerfile)
4451
- [`1.5.3-windowsservercore-1809`](https://github.com/docker-library/julia/blob/221740e8163a4bdb858065b5cca1ae774ea3a73a/1.5/windows/windowsservercore-1809/Dockerfile)
@@ -54,7 +61,7 @@ WARNING:
5461
[https://github.com/docker-library/julia/issues](https://github.com/docker-library/julia/issues)
5562

5663
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
57-
[`amd64`](https://hub.docker.com/r/amd64/julia/), [`arm32v7`](https://hub.docker.com/r/arm32v7/julia/), [`arm64v8`](https://hub.docker.com/r/arm64v8/julia/), [`i386`](https://hub.docker.com/r/i386/julia/), [`windows-amd64`](https://hub.docker.com/r/winamd64/julia/)
64+
[`amd64`](https://hub.docker.com/r/amd64/julia/), [`arm32v7`](https://hub.docker.com/r/arm32v7/julia/), [`arm64v8`](https://hub.docker.com/r/arm64v8/julia/), [`i386`](https://hub.docker.com/r/i386/julia/), [`ppc64le`](https://hub.docker.com/r/ppc64le/julia/), [`windows-amd64`](https://hub.docker.com/r/winamd64/julia/)
5865

5966
- **Published image artifact details**:
6067
[repo-info repo's `repos/julia/` directory](https://github.com/docker-library/repo-info/blob/master/repos/julia) ([history](https://github.com/docker-library/repo-info/commits/master/repos/julia))
@@ -107,14 +114,6 @@ This is the defacto image. If you are unsure about what your needs are, you prob
107114

108115
Some of these tags may have names like buster or stretch in them. These are the suite code names for releases of [Debian](https://wiki.debian.org/DebianReleases) and indicate which release the image is based on. If your image needs to install any additional packages beyond what comes with the image, you'll likely want to specify one of these explicitly to minimize breakage when there are new releases of Debian.
109116

110-
## `julia:<version>-alpine`
111-
112-
This image is based on the popular [Alpine Linux project](https://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.
113-
114-
This variant is highly recommended when final image size being as small as possible is desired. The main caveat to note is that it does use [musl libc](https://musl.libc.org) instead of [glibc and friends](https://www.etalabs.net/compare_libcs.html), so certain software might run into issues depending on the depth of their libc requirements. However, most software doesn't have an issue with this, so this variant is usually a very safe choice. See [this Hacker News comment thread](https://news.ycombinator.com/item?id=10782897) for more discussion of the issues that might arise and some pro/con comparisons of using Alpine-based images.
115-
116-
To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar).
117-
118117
## `julia:<version>-windowsservercore`
119118

120119
This image is based on [Windows Server Core (`microsoft/windowsservercore`)](https://hub.docker.com/r/microsoft/windowsservercore/). As such, it only works in places which that image does, such as Windows 10 Professional/Enterprise (Anniversary Edition) or Windows Server 2016.
@@ -124,6 +123,14 @@ For information about how to get Docker running on Windows, please see the relev
124123
- [Windows Server Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_server)
125124
- [Windows 10 Quick Start](https://msdn.microsoft.com/en-us/virtualization/windowscontainers/quick_start/quick_start_windows_10)
126125

126+
## `julia:<version>-alpine`
127+
128+
This image is based on the popular [Alpine Linux project](https://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.
129+
130+
This variant is highly recommended when final image size being as small as possible is desired. The main caveat to note is that it does use [musl libc](https://musl.libc.org) instead of [glibc and friends](https://www.etalabs.net/compare_libcs.html), so certain software might run into issues depending on the depth of their libc requirements. However, most software doesn't have an issue with this, so this variant is usually a very safe choice. See [this Hacker News comment thread](https://news.ycombinator.com/item?id=10782897) for more discussion of the issues that might arise and some pro/con comparisons of using Alpine-based images.
131+
132+
To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar).
133+
127134
# License
128135

129136
View [license information](http://julialang.org/) for the software contained in this image.

0 commit comments

Comments
 (0)