Browse Source

Run update.sh

Docker Library Bot 5 years ago
parent
commit
3bbea00a2c
3 changed files with 24 additions and 15 deletions
  1. 9 0
      julia/README.md
  2. 9 9
      nextcloud/README.md
  3. 6 6
      telegraf/README.md

+ 9 - 0
julia/README.md

@@ -29,6 +29,7 @@ WARNING:
 ## Simple Tags
 
 -	[`1.5.0-rc1-buster`, `1.5.0-buster`, `1.5-buster`, `1.5-rc-buster`, `rc-buster`](https://github.com/docker-library/julia/blob/6a716f3d1f28aaafce298c33e27a053443eec6fb/1.5-rc/buster/Dockerfile)
+-	[`1.5.0-rc1-alpine3.12`, `1.5.0-alpine3.12`, `1.5-alpine3.12`, `1.5-rc-alpine3.12`, `rc-alpine3.12`, `1.5.0-rc1-alpine`, `1.5.0-alpine`, `1.5-alpine`, `1.5-rc-alpine`, `rc-alpine`](https://github.com/docker-library/julia/blob/fb8e27612702b2dc93f109947a4df0f99477f3b0/1.5-rc/alpine3.12/Dockerfile)
 -	[`1.5.0-rc1-windowsservercore-ltsc2016`, `1.5.0-windowsservercore-ltsc2016`, `1.5-windowsservercore-ltsc2016`, `1.5-rc-windowsservercore-ltsc2016`, `rc-windowsservercore-ltsc2016`](https://github.com/docker-library/julia/blob/6a716f3d1f28aaafce298c33e27a053443eec6fb/1.5-rc/windows/windowsservercore-ltsc2016/Dockerfile)
 -	[`1.5.0-rc1-windowsservercore-1809`, `1.5.0-windowsservercore-1809`, `1.5-windowsservercore-1809`, `1.5-rc-windowsservercore-1809`, `rc-windowsservercore-1809`](https://github.com/docker-library/julia/blob/6a716f3d1f28aaafce298c33e27a053443eec6fb/1.5-rc/windows/windowsservercore-1809/Dockerfile)
 -	[`1.4.2-buster`, `1.4-buster`, `1-buster`, `buster`](https://github.com/docker-library/julia/blob/a427b70887e18776bf16b3f06bfc136a65392690/1.4/buster/Dockerfile)
@@ -107,6 +108,14 @@ This is the defacto image. If you are unsure about what your needs are, you prob
 
 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.
 
+## `julia:<version>-alpine`
+
+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.
+
+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.
+
+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).
+
 ## `julia:<version>-windowsservercore`
 
 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.

+ 9 - 9
nextcloud/README.md

@@ -24,15 +24,15 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`17.0.7-apache`, `17.0-apache`, `17-apache`, `production-apache`, `17.0.7`, `17.0`, `17`, `production`](https://github.com/nextcloud/docker/blob/3ac6fde8d6ed3c13cea1e39d5957ef6be9b6b210/17.0/apache/Dockerfile)
--	[`17.0.7-fpm-alpine`, `17.0-fpm-alpine`, `17-fpm-alpine`, `production-fpm-alpine`](https://github.com/nextcloud/docker/blob/3ac6fde8d6ed3c13cea1e39d5957ef6be9b6b210/17.0/fpm-alpine/Dockerfile)
--	[`17.0.7-fpm`, `17.0-fpm`, `17-fpm`, `production-fpm`](https://github.com/nextcloud/docker/blob/3ac6fde8d6ed3c13cea1e39d5957ef6be9b6b210/17.0/fpm/Dockerfile)
--	[`18.0.6-apache`, `18.0-apache`, `18-apache`, `stable-apache`, `18.0.6`, `18.0`, `18`, `stable`](https://github.com/nextcloud/docker/blob/3ac6fde8d6ed3c13cea1e39d5957ef6be9b6b210/18.0/apache/Dockerfile)
--	[`18.0.6-fpm-alpine`, `18.0-fpm-alpine`, `18-fpm-alpine`, `stable-fpm-alpine`](https://github.com/nextcloud/docker/blob/3ac6fde8d6ed3c13cea1e39d5957ef6be9b6b210/18.0/fpm-alpine/Dockerfile)
--	[`18.0.6-fpm`, `18.0-fpm`, `18-fpm`, `stable-fpm`](https://github.com/nextcloud/docker/blob/3ac6fde8d6ed3c13cea1e39d5957ef6be9b6b210/18.0/fpm/Dockerfile)
--	[`19.0.0-apache`, `19.0-apache`, `19-apache`, `apache`, `19.0.0`, `19.0`, `19`, `latest`](https://github.com/nextcloud/docker/blob/3ac6fde8d6ed3c13cea1e39d5957ef6be9b6b210/19.0/apache/Dockerfile)
--	[`19.0.0-fpm-alpine`, `19.0-fpm-alpine`, `19-fpm-alpine`, `fpm-alpine`](https://github.com/nextcloud/docker/blob/3ac6fde8d6ed3c13cea1e39d5957ef6be9b6b210/19.0/fpm-alpine/Dockerfile)
--	[`19.0.0-fpm`, `19.0-fpm`, `19-fpm`, `fpm`](https://github.com/nextcloud/docker/blob/3ac6fde8d6ed3c13cea1e39d5957ef6be9b6b210/19.0/fpm/Dockerfile)
+-	[`17.0.7-apache`, `17.0-apache`, `17-apache`, `production-apache`, `17.0.7`, `17.0`, `17`, `production`](https://github.com/nextcloud/docker/blob/f9ef31431dc0be4b4e2227e90f6a336492da661c/17.0/apache/Dockerfile)
+-	[`17.0.7-fpm-alpine`, `17.0-fpm-alpine`, `17-fpm-alpine`, `production-fpm-alpine`](https://github.com/nextcloud/docker/blob/1e702241082208e0af748370786d2ec18df39246/17.0/fpm-alpine/Dockerfile)
+-	[`17.0.7-fpm`, `17.0-fpm`, `17-fpm`, `production-fpm`](https://github.com/nextcloud/docker/blob/f9ef31431dc0be4b4e2227e90f6a336492da661c/17.0/fpm/Dockerfile)
+-	[`18.0.6-apache`, `18.0-apache`, `18-apache`, `stable-apache`, `18.0.6`, `18.0`, `18`, `stable`](https://github.com/nextcloud/docker/blob/f9ef31431dc0be4b4e2227e90f6a336492da661c/18.0/apache/Dockerfile)
+-	[`18.0.6-fpm-alpine`, `18.0-fpm-alpine`, `18-fpm-alpine`, `stable-fpm-alpine`](https://github.com/nextcloud/docker/blob/1e702241082208e0af748370786d2ec18df39246/18.0/fpm-alpine/Dockerfile)
+-	[`18.0.6-fpm`, `18.0-fpm`, `18-fpm`, `stable-fpm`](https://github.com/nextcloud/docker/blob/f9ef31431dc0be4b4e2227e90f6a336492da661c/18.0/fpm/Dockerfile)
+-	[`19.0.0-apache`, `19.0-apache`, `19-apache`, `apache`, `19.0.0`, `19.0`, `19`, `latest`](https://github.com/nextcloud/docker/blob/f9ef31431dc0be4b4e2227e90f6a336492da661c/19.0/apache/Dockerfile)
+-	[`19.0.0-fpm-alpine`, `19.0-fpm-alpine`, `19-fpm-alpine`, `fpm-alpine`](https://github.com/nextcloud/docker/blob/1e702241082208e0af748370786d2ec18df39246/19.0/fpm-alpine/Dockerfile)
+-	[`19.0.0-fpm`, `19.0-fpm`, `19-fpm`, `fpm`](https://github.com/nextcloud/docker/blob/f9ef31431dc0be4b4e2227e90f6a336492da661c/19.0/fpm/Dockerfile)
 
 # Quick reference (cont.)
 

+ 6 - 6
telegraf/README.md

@@ -24,12 +24,12 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`1.12`, `1.12.6`](https://github.com/influxdata/influxdata-docker/blob/1d3c13915c892a46bca5da3e3369b8620be6df80/telegraf/1.12/Dockerfile)
--	[`1.12-alpine`, `1.12.6-alpine`](https://github.com/influxdata/influxdata-docker/blob/1d3c13915c892a46bca5da3e3369b8620be6df80/telegraf/1.12/alpine/Dockerfile)
--	[`1.13`, `1.13.4`](https://github.com/influxdata/influxdata-docker/blob/1d3c13915c892a46bca5da3e3369b8620be6df80/telegraf/1.13/Dockerfile)
--	[`1.13-alpine`, `1.13.4-alpine`](https://github.com/influxdata/influxdata-docker/blob/1d3c13915c892a46bca5da3e3369b8620be6df80/telegraf/1.13/alpine/Dockerfile)
--	[`1.14`, `1.14.4`, `latest`](https://github.com/influxdata/influxdata-docker/blob/1d3c13915c892a46bca5da3e3369b8620be6df80/telegraf/1.14/Dockerfile)
--	[`1.14-alpine`, `1.14.4-alpine`, `alpine`](https://github.com/influxdata/influxdata-docker/blob/1d3c13915c892a46bca5da3e3369b8620be6df80/telegraf/1.14/alpine/Dockerfile)
+-	[`1.12`, `1.12.6`](https://github.com/influxdata/influxdata-docker/blob/4453ec8e090467ded8987168c8bbf85f3d65418d/telegraf/1.12/Dockerfile)
+-	[`1.12-alpine`, `1.12.6-alpine`](https://github.com/influxdata/influxdata-docker/blob/4453ec8e090467ded8987168c8bbf85f3d65418d/telegraf/1.12/alpine/Dockerfile)
+-	[`1.13`, `1.13.4`](https://github.com/influxdata/influxdata-docker/blob/4453ec8e090467ded8987168c8bbf85f3d65418d/telegraf/1.13/Dockerfile)
+-	[`1.13-alpine`, `1.13.4-alpine`](https://github.com/influxdata/influxdata-docker/blob/4453ec8e090467ded8987168c8bbf85f3d65418d/telegraf/1.13/alpine/Dockerfile)
+-	[`1.14`, `1.14.5`, `latest`](https://github.com/influxdata/influxdata-docker/blob/4453ec8e090467ded8987168c8bbf85f3d65418d/telegraf/1.14/Dockerfile)
+-	[`1.14-alpine`, `1.14.5-alpine`, `alpine`](https://github.com/influxdata/influxdata-docker/blob/4453ec8e090467ded8987168c8bbf85f3d65418d/telegraf/1.14/alpine/Dockerfile)
 
 # Quick reference (cont.)