Run update.sh
This commit is contained in:
parent
62a5a655f9
commit
9727972f9d
|
|
@ -16,13 +16,13 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`9.4.18-jre11`, `9.4-jre11`, `9-jre11`](https://github.com/appropriate/docker-jetty/blob/997e9496cc30fbc9afee70d7924e6f6a4a93e116/9.4-jre11/Dockerfile)
|
||||
- [`9.4.18`, `9.4`, `9`, `9.4.18-jre8`, `9.4-jre8`, `9-jre8`, `latest`, `jre8`](https://github.com/appropriate/docker-jetty/blob/997e9496cc30fbc9afee70d7924e6f6a4a93e116/9.4-jre8/Dockerfile)
|
||||
- [`9.4.18-alpine`, `9.4-alpine`, `9-alpine`, `9.4.18-jre8-alpine`, `9.4-jre8-alpine`, `9-jre8-alpine`, `alpine`, `jre8-alpine`](https://github.com/appropriate/docker-jetty/blob/997e9496cc30fbc9afee70d7924e6f6a4a93e116/9.4-jre8/alpine/Dockerfile)
|
||||
- [`9.3.27`, `9.3`, `9.3.27-jre8`, `9.3-jre8`](https://github.com/appropriate/docker-jetty/blob/5643739bf5adead920f061a4f055cc7bbbc37888/9.3-jre8/Dockerfile)
|
||||
- [`9.3.27-alpine`, `9.3-alpine`, `9.3.27-jre8-alpine`, `9.3-jre8-alpine`](https://github.com/appropriate/docker-jetty/blob/5643739bf5adead920f061a4f055cc7bbbc37888/9.3-jre8/alpine/Dockerfile)
|
||||
- [`9.2.28`, `9.2`, `9.2.28-jre8`, `9.2-jre8`](https://github.com/appropriate/docker-jetty/blob/5643739bf5adead920f061a4f055cc7bbbc37888/9.2-jre8/Dockerfile)
|
||||
- [`9.2.28-jre7`, `9.2-jre7`, `9-jre7`, `jre7`](https://github.com/appropriate/docker-jetty/blob/5643739bf5adead920f061a4f055cc7bbbc37888/9.2-jre7/Dockerfile)
|
||||
- [`9.4.26-jre11-slim`, `9.4-jre11-slim`, `9-jre11-slim`](https://github.com/appropriate/docker-jetty/blob/4d8c5831719bd7dc409e990250e6c9ff95856b10/9.4-jre11-slim/Dockerfile)
|
||||
- [`9.4.26-jre11`, `9.4-jre11`, `9-jre11`](https://github.com/appropriate/docker-jetty/blob/4d8c5831719bd7dc409e990250e6c9ff95856b10/9.4-jre11/Dockerfile)
|
||||
- [`9.4.26-jre8`, `9.4-jre8`, `9-jre8`](https://github.com/appropriate/docker-jetty/blob/4d8c5831719bd7dc409e990250e6c9ff95856b10/9.4-jre8/Dockerfile)
|
||||
- [`9.4.26-jdk13-slim`, `9.4-jdk13-slim`, `9-jdk13-slim`](https://github.com/appropriate/docker-jetty/blob/4d8c5831719bd7dc409e990250e6c9ff95856b10/9.4-jdk13-slim/Dockerfile)
|
||||
- [`9.4.26`, `9.4`, `9`, `9.4.26-jdk13`, `9.4-jdk13`, `9-jdk13`, `latest`, `jdk13`](https://github.com/appropriate/docker-jetty/blob/4d8c5831719bd7dc409e990250e6c9ff95856b10/9.4-jdk13/Dockerfile)
|
||||
- [`9.3.28-jre8`, `9.3-jre8`](https://github.com/appropriate/docker-jetty/blob/28562cbee783f1ccb94c375b7e9165c6cfe6d2e2/9.3-jre8/Dockerfile)
|
||||
- [`9.2.29-jre8`, `9.2-jre8`](https://github.com/appropriate/docker-jetty/blob/28562cbee783f1ccb94c375b7e9165c6cfe6d2e2/9.2-jre8/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ WARNING:
|
|||
[the Docker Community](https://github.com/appropriate/docker-jetty)
|
||||
|
||||
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
|
||||
[`amd64`](https://hub.docker.com/r/amd64/jetty/), [`arm32v5`](https://hub.docker.com/r/arm32v5/jetty/), [`arm32v6`](https://hub.docker.com/r/arm32v6/jetty/), [`arm32v7`](https://hub.docker.com/r/arm32v7/jetty/), [`arm64v8`](https://hub.docker.com/r/arm64v8/jetty/), [`i386`](https://hub.docker.com/r/i386/jetty/), [`ppc64le`](https://hub.docker.com/r/ppc64le/jetty/), [`s390x`](https://hub.docker.com/r/s390x/jetty/)
|
||||
[`amd64`](https://hub.docker.com/r/amd64/jetty/), [`arm64v8`](https://hub.docker.com/r/arm64v8/jetty/)
|
||||
|
||||
- **Published image artifact details**:
|
||||
[repo-info repo's `repos/jetty/` directory](https://github.com/docker-library/repo-info/blob/master/repos/jetty) ([history](https://github.com/docker-library/repo-info/commits/master/repos/jetty))
|
||||
|
|
@ -161,13 +161,9 @@ The `jetty` images come in many flavors, each designed for a specific use case.
|
|||
|
||||
This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of.
|
||||
|
||||
## `jetty:<version>-alpine`
|
||||
## `jetty:<version>-slim`
|
||||
|
||||
This image is based on the popular [Alpine Linux project](http://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](http://www.musl-libc.org) instead of [glibc and friends](http://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).
|
||||
This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `jetty`. Unless you are working in an environment where *only* the `jetty` image will be deployed and you have space constraints, we highly recommend using the default image of this repository.
|
||||
|
||||
# License
|
||||
|
||||
|
|
|
|||
|
|
@ -16,10 +16,13 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`2.0.0rc2-alpine`, `2.0.0rc1`](https://github.com/Kong/docker-kong/blob/2b9a246a15eb3c43d6e589e7ede45e8c7d94b9be/alpine/Dockerfile)
|
||||
- [`2.0.0rc2-ubuntu`](https://github.com/Kong/docker-kong/blob/2b9a246a15eb3c43d6e589e7ede45e8c7d94b9be/ubuntu/Dockerfile)
|
||||
- [`2.0.0rc2-centos`](https://github.com/Kong/docker-kong/blob/2b9a246a15eb3c43d6e589e7ede45e8c7d94b9be/centos/Dockerfile)
|
||||
- [`1.4.3-alpine`, `1.4.3`, `1.4`, `alpine`, `latest`](https://github.com/Kong/docker-kong/blob/3d9cd4bb1678aee6446b0c3f392ef37f34212c99/alpine/Dockerfile)
|
||||
- [`2.0.0-alpine`, `2.0.0`, `2.0`, `latest`](https://github.com/Kong/docker-kong/blob/8fdd912f9519b584a98ebe2d06d5ff0b12d55155/alpine/Dockerfile)
|
||||
- [`2.0.0-ubuntu`, `2.0-ubuntu`](https://github.com/Kong/docker-kong/blob/8fdd912f9519b584a98ebe2d06d5ff0b12d55155/ubuntu/Dockerfile)
|
||||
- [`2.0.0-centos`, `2.0-centos`](https://github.com/Kong/docker-kong/blob/8fdd912f9519b584a98ebe2d06d5ff0b12d55155/centos/Dockerfile)
|
||||
- [`1.5.0-alpine`, `1.5.0`, `1.5`](https://github.com/Kong/docker-kong/blob/ec0c67d478157c48a4fdec616f88968e1613717a/alpine/Dockerfile)
|
||||
- [`1.5.0-ubuntu`, `1.5-ubuntu`](https://github.com/Kong/docker-kong/blob/ec0c67d478157c48a4fdec616f88968e1613717a/ubuntu/Dockerfile)
|
||||
- [`1.5.0-centos`, `1.5-centos`](https://github.com/Kong/docker-kong/blob/ec0c67d478157c48a4fdec616f88968e1613717a/centos/Dockerfile)
|
||||
- [`1.4.3-alpine`, `1.4.3`, `1.4`, `alpine`](https://github.com/Kong/docker-kong/blob/3d9cd4bb1678aee6446b0c3f392ef37f34212c99/alpine/Dockerfile)
|
||||
- [`1.4.3-ubuntu`, `1.4-ubuntu`, `ubuntu`](https://github.com/Kong/docker-kong/blob/3d9cd4bb1678aee6446b0c3f392ef37f34212c99/ubuntu/Dockerfile)
|
||||
- [`1.4.3-centos`, `1.4-centos`, `centos`](https://github.com/Kong/docker-kong/blob/3d9cd4bb1678aee6446b0c3f392ef37f34212c99/centos/Dockerfile)
|
||||
- [`1.3.1-alpine`, `1.3.1`, `1.3`](https://github.com/Kong/docker-kong/blob/48b240c47a4d902ddcc20de408e2c08855a5feca/alpine/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue