diff --git a/backdrop/README.md b/backdrop/README.md index 81cc0cf2f46e..f760cc90f967 100644 --- a/backdrop/README.md +++ b/backdrop/README.md @@ -16,8 +16,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`1.10.1`, `1.10`, `1`, `1.10.1-apache`, `1.10-apache`, `1-apache`, `apache`, `latest` (*1/apache/Dockerfile*)](https://github.com/backdrop-ops/backdrop-docker/blob/d0e9a5029f1eb3eaf5bd06f74fd72403c069e31f/1/apache/Dockerfile) -- [`1.10.1-fpm`, `1.10-fpm`, `1-fpm`, `fpm` (*1/fpm/Dockerfile*)](https://github.com/backdrop-ops/backdrop-docker/blob/d0e9a5029f1eb3eaf5bd06f74fd72403c069e31f/1/fpm/Dockerfile) +- [`1.13.2`, `1.13`, `1`, `1.13.2-apache`, `1.13-apache`, `1-apache`, `apache`, `latest` (*1/apache/Dockerfile*)](https://github.com/backdrop-ops/backdrop-docker/blob/1c82e369b6bf1b8ab45becda7f9f9777fe7f6a7f/1/apache/Dockerfile) +- [`1.13.2-fpm`, `1.13-fpm`, `1-fpm`, `fpm` (*1/fpm/Dockerfile*)](https://github.com/backdrop-ops/backdrop-docker/blob/1c82e369b6bf1b8ab45becda7f9f9777fe7f6a7f/1/fpm/Dockerfile) # Quick reference diff --git a/convertigo/README.md b/convertigo/README.md index 1d28d1ea3cb9..38b0b79af349 100644 --- a/convertigo/README.md +++ b/convertigo/README.md @@ -16,10 +16,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`7.5.7`, `7.5`, `latest` (*7.5/7.5.7/Dockerfile*)](https://github.com/convertigo/docker/blob/8dba373fb091d941f4266e98ec1d7e5d2d481d6c/7.5/7.5.7/Dockerfile) -- [`7.5.7-alpine`, `7.5-alpine`, `alpine` (*7.5/7.5.7/alpine/Dockerfile*)](https://github.com/convertigo/docker/blob/8dba373fb091d941f4266e98ec1d7e5d2d481d6c/7.5/7.5.7/alpine/Dockerfile) -- [`7.4.8`, `7.4` (*7.4/7.4.8/Dockerfile*)](https://github.com/convertigo/docker/blob/8dba373fb091d941f4266e98ec1d7e5d2d481d6c/7.4/7.4.8/Dockerfile) -- [`7.4.8-alpine`, `7.4-alpine` (*7.4/7.4.8/alpine/Dockerfile*)](https://github.com/convertigo/docker/blob/8dba373fb091d941f4266e98ec1d7e5d2d481d6c/7.4/7.4.8/alpine/Dockerfile) +- [`7.5.7`, `7.5`, `latest` (*7.5/7.5.7/Dockerfile*)](https://github.com/convertigo/docker/blob/59af509cbad0944fbbf2ad3cdb103d24e330cbec/7.5/7.5.7/Dockerfile) +- [`7.5.7-slim`, `7.5-slim`, `slim` (*7.5/7.5.7/slim/Dockerfile*)](https://github.com/convertigo/docker/blob/59af509cbad0944fbbf2ad3cdb103d24e330cbec/7.5/7.5.7/slim/Dockerfile) # Quick reference @@ -33,7 +31,7 @@ WARNING: [Convertigo](https://github.com/convertigo/docker) - **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64)) - [`amd64`](https://hub.docker.com/r/amd64/convertigo/), [`arm32v6`](https://hub.docker.com/r/arm32v6/convertigo/), [`arm32v7`](https://hub.docker.com/r/arm32v7/convertigo/), [`arm64v8`](https://hub.docker.com/r/arm64v8/convertigo/), [`i386`](https://hub.docker.com/r/i386/convertigo/) + [`amd64`](https://hub.docker.com/r/amd64/convertigo/) - **Published image artifact details**: [repo-info repo's `repos/convertigo/` directory](https://github.com/docker-library/repo-info/blob/master/repos/convertigo) ([history](https://github.com/docker-library/repo-info/commits/master/repos/convertigo)) @@ -184,13 +182,9 @@ The `convertigo` images come in many flavors, each designed for a specific use c 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. -## `convertigo:-alpine` +## `convertigo:-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 `convertigo`. Unless you are working in an environment where *only* the `convertigo` image will be deployed and you have space constraints, we highly recommend using the default image of this repository. # License diff --git a/erlang/README.md b/erlang/README.md index 8c33c3d950a4..8b7902f05f27 100644 --- a/erlang/README.md +++ b/erlang/README.md @@ -16,9 +16,9 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`22.0.1`, `22.0`, `22`, `latest` (*22/Dockerfile*)](https://github.com/erlang/docker-erlang-otp/blob/040f28ef7594822e1c94e1fa5ed35897f6b13f57/22/Dockerfile) -- [`22.0.1-slim`, `22.0-slim`, `22-slim`, `slim` (*22/slim/Dockerfile*)](https://github.com/erlang/docker-erlang-otp/blob/040f28ef7594822e1c94e1fa5ed35897f6b13f57/22/slim/Dockerfile) -- [`22.0.1-alpine`, `22.0-alpine`, `22-alpine`, `alpine` (*22/alpine/Dockerfile*)](https://github.com/erlang/docker-erlang-otp/blob/040f28ef7594822e1c94e1fa5ed35897f6b13f57/22/alpine/Dockerfile) +- [`22.0.2`, `22.0`, `22`, `latest` (*22/Dockerfile*)](https://github.com/erlang/docker-erlang-otp/blob/b3f4342c1c444ea8f270a9585ecb1509ec1e3510/22/Dockerfile) +- [`22.0.2-slim`, `22.0-slim`, `22-slim`, `slim` (*22/slim/Dockerfile*)](https://github.com/erlang/docker-erlang-otp/blob/b3f4342c1c444ea8f270a9585ecb1509ec1e3510/22/slim/Dockerfile) +- [`22.0.2-alpine`, `22.0-alpine`, `22-alpine`, `alpine` (*22/alpine/Dockerfile*)](https://github.com/erlang/docker-erlang-otp/blob/b3f4342c1c444ea8f270a9585ecb1509ec1e3510/22/alpine/Dockerfile) - [`21.3.8.2`, `21.3.8`, `21.3`, `21` (*21/Dockerfile*)](https://github.com/erlang/docker-erlang-otp/blob/65deef427f90ff647f917825f70e1950da006df6/21/Dockerfile) - [`21.3.8.2-slim`, `21.3.8-slim`, `21.3-slim`, `21-slim` (*21/slim/Dockerfile*)](https://github.com/erlang/docker-erlang-otp/blob/65deef427f90ff647f917825f70e1950da006df6/21/slim/Dockerfile) - [`21.3.8.2-alpine`, `21.3.8-alpine`, `21.3-alpine`, `21-alpine` (*21/alpine/Dockerfile*)](https://github.com/erlang/docker-erlang-otp/blob/65deef427f90ff647f917825f70e1950da006df6/21/alpine/Dockerfile) diff --git a/express-gateway/README.md b/express-gateway/README.md index f3789b3d799d..6bb7f5137c34 100644 --- a/express-gateway/README.md +++ b/express-gateway/README.md @@ -16,7 +16,7 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`1.x`, `1.16.x`, `1.16.3`, `latest` (*alpine/Dockerfile*)](https://github.com/ExpressGateway/docker-express-gateway/blob/f7b6973318f32ce5be4e67cd5fb3b43446d32e9a/alpine/Dockerfile) +- [`1.x`, `1.16.x`, `1.16.4`, `latest` (*alpine/Dockerfile*)](https://github.com/ExpressGateway/docker-express-gateway/blob/1913ade15763cb26a22286295902bb85eed76dd7/alpine/Dockerfile) # Quick reference diff --git a/ros/README.md b/ros/README.md index 400ffdb461f4..318e98b9c3ce 100644 --- a/ros/README.md +++ b/ros/README.md @@ -44,6 +44,8 @@ WARNING: - [`bouncy-ros-base`, `bouncy-ros-base-bionic`, `bouncy` (*ros/bouncy/ubuntu/bionic/ros-base/Dockerfile*)](https://github.com/osrf/docker_images/blob/fb0fe0a628d023eec6ea1444551fa28209bd28d6/ros/bouncy/ubuntu/bionic/ros-base/Dockerfile) - [`crystal-ros-core`, `crystal-ros-core-bionic` (*ros/crystal/ubuntu/bionic/ros-core/Dockerfile*)](https://github.com/osrf/docker_images/blob/fb0fe0a628d023eec6ea1444551fa28209bd28d6/ros/crystal/ubuntu/bionic/ros-core/Dockerfile) - [`crystal-ros-base`, `crystal-ros-base-bionic`, `crystal` (*ros/crystal/ubuntu/bionic/ros-base/Dockerfile*)](https://github.com/osrf/docker_images/blob/fb0fe0a628d023eec6ea1444551fa28209bd28d6/ros/crystal/ubuntu/bionic/ros-base/Dockerfile) +- [`dashing-ros-core`, `dashing-ros-core-bionic` (*ros/dashing/ubuntu/bionic/ros-core/Dockerfile*)](https://github.com/osrf/docker_images/blob/b832b00758b1cde2893b80f2f769b076164d9982/ros/dashing/ubuntu/bionic/ros-core/Dockerfile) +- [`dashing-ros-base`, `dashing-ros-base-bionic`, `dashing` (*ros/dashing/ubuntu/bionic/ros-base/Dockerfile*)](https://github.com/osrf/docker_images/blob/b832b00758b1cde2893b80f2f769b076164d9982/ros/dashing/ubuntu/bionic/ros-base/Dockerfile) # Quick reference diff --git a/zookeeper/README.md b/zookeeper/README.md index 8a8edc3ccc61..ef3ba7b7cf9b 100644 --- a/zookeeper/README.md +++ b/zookeeper/README.md @@ -16,8 +16,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`3.4.14`, `3.4` (*3.4.14/Dockerfile*)](https://github.com/31z4/zookeeper-docker/blob/01d134a4dcb1676d7efe9d0c64c5e0cfdba6fb27/3.4.14/Dockerfile) -- [`3.5.5`, `3.5`, `latest` (*3.5.5/Dockerfile*)](https://github.com/31z4/zookeeper-docker/blob/01d134a4dcb1676d7efe9d0c64c5e0cfdba6fb27/3.5.5/Dockerfile) +- [`3.4.14`, `3.4` (*3.4.14/Dockerfile*)](https://github.com/31z4/zookeeper-docker/blob/0ac81c1137d4714fa2d5f698b99b29aabf1fa383/3.4.14/Dockerfile) +- [`3.5.5`, `3.5`, `latest` (*3.5.5/Dockerfile*)](https://github.com/31z4/zookeeper-docker/blob/0ac81c1137d4714fa2d5f698b99b29aabf1fa383/3.5.5/Dockerfile) # Quick reference @@ -93,7 +93,7 @@ services: - 2181:2181 environment: ZOO_MY_ID: 1 - ZOO_SERVERS: server.1=0.0.0.0:2888:3888 server.2=zoo2:2888:3888 server.3=zoo3:2888:3888 + ZOO_SERVERS: server.1=0.0.0.0:2888:3888;2181 server.2=zoo2:2888:3888;2181 server.3=zoo3:2888:3888;2181 zoo2: image: zookeeper @@ -103,7 +103,7 @@ services: - 2182:2181 environment: ZOO_MY_ID: 2 - ZOO_SERVERS: server.1=zoo1:2888:3888 server.2=0.0.0.0:2888:3888 server.3=zoo3:2888:3888 + ZOO_SERVERS: server.1=zoo1:2888:3888;2181 server.2=0.0.0.0:2888:3888;2181 server.3=zoo3:2888:3888;2181 zoo3: image: zookeeper @@ -113,10 +113,10 @@ services: - 2183:2181 environment: ZOO_MY_ID: 3 - ZOO_SERVERS: server.1=zoo1:2888:3888 server.2=zoo2:2888:3888 server.3=0.0.0.0:2888:3888 + ZOO_SERVERS: server.1=zoo1:2888:3888;2181 server.2=zoo2:2888:3888;2181 server.3=0.0.0.0:2888:3888;2181 ``` -[![Try in PWD](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/65a70c8fe1ac46ba04b91d4dc3f55c80a218a029/zookeeper/stack.yml) +[![Try in PWD](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com?stack=https://raw.githubusercontent.com/docker-library/docs/ef162dce5998011e1753c3337dcbe61200c522d2/zookeeper/stack.yml) This will start Zookeeper in [replicated mode](https://zookeeper.apache.org/doc/current/zookeeperStarted.html#sc_RunningReplicatedZooKeeper). Run `docker stack deploy -c stack.yml zookeeper` (or `docker-compose -f stack.yml up`) and wait for it to initialize completely. Ports `2181-2183` will be exposed.