Skip to content

Commit

Permalink
Run update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Sep 8, 2020
1 parent f209209 commit c2d0a86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,15 @@ WARNING:
- [`17.0.9-apache`, `17.0-apache`, `17-apache`, `17.0.9`, `17.0`, `17`](https://github.com/nextcloud/docker/blob/7d01c9607a647333ac51767053ab175f3b3b695a/17.0/apache/Dockerfile)
- [`17.0.9-fpm-alpine`, `17.0-fpm-alpine`, `17-fpm-alpine`](https://github.com/nextcloud/docker/blob/7d01c9607a647333ac51767053ab175f3b3b695a/17.0/fpm-alpine/Dockerfile)
- [`17.0.9-fpm`, `17.0-fpm`, `17-fpm`](https://github.com/nextcloud/docker/blob/7d01c9607a647333ac51767053ab175f3b3b695a/17.0/fpm/Dockerfile)
- [`18.0.9RC1-apache`, `18.0.9-rc-apache`, `18.0-rc-apache`, `18-rc-apache`, `18.0.9RC1`, `18.0.9-rc`, `18.0-rc`, `18-rc`](https://github.com/nextcloud/docker/blob/1e2c9961f7a42b864a1ba99527d82671eee78245/18.0-rc/apache/Dockerfile)
- [`18.0.9RC1-fpm-alpine`, `18.0.9-rc-fpm-alpine`, `18.0-rc-fpm-alpine`, `18-rc-fpm-alpine`](https://github.com/nextcloud/docker/blob/1e2c9961f7a42b864a1ba99527d82671eee78245/18.0-rc/fpm-alpine/Dockerfile)
- [`18.0.9RC1-fpm`, `18.0.9-rc-fpm`, `18.0-rc-fpm`, `18-rc-fpm`](https://github.com/nextcloud/docker/blob/1e2c9961f7a42b864a1ba99527d82671eee78245/18.0-rc/fpm/Dockerfile)
- [`18.0.8-apache`, `18.0-apache`, `18-apache`, `production-apache`, `18.0.8`, `18.0`, `18`, `production`](https://github.com/nextcloud/docker/blob/7d01c9607a647333ac51767053ab175f3b3b695a/18.0/apache/Dockerfile)
- [`18.0.8-fpm-alpine`, `18.0-fpm-alpine`, `18-fpm-alpine`, `production-fpm-alpine`](https://github.com/nextcloud/docker/blob/7d01c9607a647333ac51767053ab175f3b3b695a/18.0/fpm-alpine/Dockerfile)
- [`18.0.8-fpm`, `18.0-fpm`, `18-fpm`, `production-fpm`](https://github.com/nextcloud/docker/blob/7d01c9607a647333ac51767053ab175f3b3b695a/18.0/fpm/Dockerfile)
- [`19.0.3RC1-apache`, `19.0.3-rc-apache`, `19.0-rc-apache`, `19-rc-apache`, `19.0.3RC1`, `19.0.3-rc`, `19.0-rc`, `19-rc`](https://github.com/nextcloud/docker/blob/1e2c9961f7a42b864a1ba99527d82671eee78245/19.0-rc/apache/Dockerfile)
- [`19.0.3RC1-fpm-alpine`, `19.0.3-rc-fpm-alpine`, `19.0-rc-fpm-alpine`, `19-rc-fpm-alpine`](https://github.com/nextcloud/docker/blob/1e2c9961f7a42b864a1ba99527d82671eee78245/19.0-rc/fpm-alpine/Dockerfile)
- [`19.0.3RC1-fpm`, `19.0.3-rc-fpm`, `19.0-rc-fpm`, `19-rc-fpm`](https://github.com/nextcloud/docker/blob/1e2c9961f7a42b864a1ba99527d82671eee78245/19.0-rc/fpm/Dockerfile)
- [`19.0.2-apache`, `19.0-apache`, `19-apache`, `apache`, `stable-apache`, `19.0.2`, `19.0`, `19`, `latest`, `stable`](https://github.com/nextcloud/docker/blob/7d01c9607a647333ac51767053ab175f3b3b695a/19.0/apache/Dockerfile)
- [`19.0.2-fpm-alpine`, `19.0-fpm-alpine`, `19-fpm-alpine`, `fpm-alpine`, `stable-fpm-alpine`](https://github.com/nextcloud/docker/blob/7d01c9607a647333ac51767053ab175f3b3b695a/19.0/fpm-alpine/Dockerfile)
- [`19.0.2-fpm`, `19.0-fpm`, `19-fpm`, `fpm`, `stable-fpm`](https://github.com/nextcloud/docker/blob/7d01c9607a647333ac51767053ab175f3b3b695a/19.0/fpm/Dockerfile)
Expand Down
4 changes: 2 additions & 2 deletions openjdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ The OpenJDK binaries in the default image as well as the `-oracle` and `-oraclel

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.
The OpenJDK port for Alpine is not in a supported release by OpenJDK, since it is not in the mainline code base. It is only available as early access builds of [OpenJDK Project Portola](http://openjdk.java.net/projects/portola). See also [this comment](https://github.com/docker-library/openjdk/pull/235#issuecomment-424599754). So this image follows what is available from the OpenJDK project's maintainers.

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).
What this means is that Alpine based images are only released for early access release versions of OpenJDK. Once a particular release becomes a "General-Availability" release, the Alpine version is dropped from the "Supported Tags"; they are still available to pull, but will no longer be updated.

## `openjdk:<version>-windowsservercore`

Expand Down

0 comments on commit c2d0a86

Please sign in to comment.