Run update.sh

This commit is contained in:
Docker Library Bot 2024-06-25 12:08:53 -07:00
parent f242fb1eb4
commit 0cfafe84ed
2 changed files with 3 additions and 20 deletions

View File

@ -38,8 +38,8 @@ WARNING:
- [`24.3.4.17-alpine`, `24.3.4-alpine`, `24.3-alpine`, `24-alpine`](https://github.com/erlang/docker-erlang-otp/blob/c7e3d58244259ec45bd0b84df7287096d9833d19/24/alpine/Dockerfile)
- [`23.3.4.20`, `23.3.4`, `23.3`, `23`](https://github.com/erlang/docker-erlang-otp/blob/23c0ba4f6ad91572990ccc5a22fb59861494887e/23/Dockerfile)
- [`23.3.4.20-slim`, `23.3.4-slim`, `23.3-slim`, `23-slim`](https://github.com/erlang/docker-erlang-otp/blob/23c0ba4f6ad91572990ccc5a22fb59861494887e/23/slim/Dockerfile)
- [`22.3.4.27`, `22.3.4`, `22.3`, `22`](https://github.com/erlang/docker-erlang-otp/blob/23c0ba4f6ad91572990ccc5a22fb59861494887e/22/Dockerfile)
- [`22.3.4.27-slim`, `22.3.4-slim`, `22.3-slim`, `22-slim`](https://github.com/erlang/docker-erlang-otp/blob/23c0ba4f6ad91572990ccc5a22fb59861494887e/22/slim/Dockerfile)
- [`22.3.4.27`, `22.3.4`, `22.3`, `22`](https://github.com/erlang/docker-erlang-otp/blob/b3cbee1be5d91c64f5f71ccc3393009b72b55922/22/Dockerfile)
- [`22.3.4.27-slim`, `22.3.4-slim`, `22.3-slim`, `22-slim`](https://github.com/erlang/docker-erlang-otp/blob/b3cbee1be5d91c64f5f71ccc3393009b72b55922/22/slim/Dockerfile)
- [`21.3.8.24`, `21.3.8`, `21.3`, `21`](https://github.com/erlang/docker-erlang-otp/blob/fd21a3bf876b240b413d2cd4543d832dca466c5c/21/Dockerfile)
- [`21.3.8.24-slim`, `21.3.8-slim`, `21.3-slim`, `21-slim`](https://github.com/erlang/docker-erlang-otp/blob/fd21a3bf876b240b413d2cd4543d832dca466c5c/21/slim/Dockerfile)
- [`20.3.8.26`, `20.3.8`, `20.3`, `20`](https://github.com/erlang/docker-erlang-otp/blob/fd21a3bf876b240b413d2cd4543d832dca466c5c/20/Dockerfile)

View File

@ -28,8 +28,7 @@ WARNING:
- [`3.6.1-ubuntu`, `3.6-ubuntu`, `3.6.1`, `3.6`](https://github.com/Kong/docker-kong/blob/8791499ad78381aff75b4763ea944b0141851089/ubuntu/Dockerfile)
- [`3.5.0-ubuntu`, `3.5-ubuntu`, `3.5.0`, `3.5`](https://github.com/Kong/docker-kong/blob/8814c97a408d76ed004b05ea96f0d9eadf9b36be/ubuntu/Dockerfile)
- [`3.4.2-ubuntu`, `3.4-ubuntu`, `3.4.2`, `3.4`](https://github.com/Kong/docker-kong/blob/e07de903edf213445a0540172d51529ac344b448/ubuntu/Dockerfile)
- [`2.8.4-alpine`, `2.8.4`, `2.8`](https://github.com/Kong/docker-kong/blob/1c31704cdc9bbd2c0a20e5479eb307140339582b/alpine/Dockerfile)
- [`2.8.4-ubuntu`, `2.8-ubuntu`](https://github.com/Kong/docker-kong/blob/1c31704cdc9bbd2c0a20e5479eb307140339582b/ubuntu/Dockerfile)
- [`2.8.5-ubuntu`, `2.8-ubuntu`, `2.8.5`, `2.8`, `2`](https://github.com/Kong/docker-kong/blob/3fe94ba928bf75b385bd98aa2d5ad07b86fd3eb8/ubuntu/Dockerfile)
# Quick reference (cont.)
@ -62,22 +61,6 @@ Kong's official documentation can be found at [docs.konghq.com](https://docs.kon
Please refer to the [installation section](https://docs.konghq.com/gateway/latest/install/docker/#main) on our documentation website to learn how to use this image.
# Image Variants
The `kong` images come in many flavors, each designed for a specific use case.
## `kong:<version>`
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.
## `kong:<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 useful when final image size being as small as possible is your primary concern. 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 software will often run into issues depending on the depth of their libc requirements/assumptions. 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).
# License
View [license information](https://konghq.com/kong/license/) for the software contained in this image.