From fa2024dd57bae092b85c373cb53a526974ad8fdb Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 1 Dec 2021 16:11:38 -0800 Subject: [PATCH] Run update.sh --- redmine/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/redmine/README.md b/redmine/README.md index 9038d8ef3..d57990e6c 100644 --- a/redmine/README.md +++ b/redmine/README.md @@ -24,15 +24,15 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`4.2.3`, `4.2`, `4`, `latest`](https://github.com/docker-library/redmine/blob/282e53760ea23d3415bb1e45d2a0d930f47575c3/4.2/Dockerfile) +- [`4.2.3`, `4.2`, `4`, `latest`, `4.2.3-buster`, `4.2-buster`, `4-buster`, `buster`](https://github.com/docker-library/redmine/blob/282e53760ea23d3415bb1e45d2a0d930f47575c3/4.2/Dockerfile) - [`4.2.3-passenger`, `4.2-passenger`, `4-passenger`, `passenger`](https://github.com/docker-library/redmine/blob/5444fd564ffba5c871a4d964b54c5559ee52e61e/4.2/passenger/Dockerfile) -- [`4.2.3-alpine`, `4.2-alpine`, `4-alpine`, `alpine`](https://github.com/docker-library/redmine/blob/282e53760ea23d3415bb1e45d2a0d930f47575c3/4.2/alpine/Dockerfile) -- [`4.1.5`, `4.1`](https://github.com/docker-library/redmine/blob/5c6ee97401c76351a5e228548717dfc4130f4179/4.1/Dockerfile) +- [`4.2.3-alpine`, `4.2-alpine`, `4-alpine`, `alpine`, `4.2.3-alpine3.13`, `4.2-alpine3.13`, `4-alpine3.13`, `alpine3.13`](https://github.com/docker-library/redmine/blob/282e53760ea23d3415bb1e45d2a0d930f47575c3/4.2/alpine/Dockerfile) +- [`4.1.5`, `4.1`, `4.1.5-buster`, `4.1-buster`](https://github.com/docker-library/redmine/blob/5c6ee97401c76351a5e228548717dfc4130f4179/4.1/Dockerfile) - [`4.1.5-passenger`, `4.1-passenger`](https://github.com/docker-library/redmine/blob/5444fd564ffba5c871a4d964b54c5559ee52e61e/4.1/passenger/Dockerfile) -- [`4.1.5-alpine`, `4.1-alpine`](https://github.com/docker-library/redmine/blob/5c6ee97401c76351a5e228548717dfc4130f4179/4.1/alpine/Dockerfile) -- [`4.0.9`, `4.0`](https://github.com/docker-library/redmine/blob/02809f9dead7b26e490f84107c7a2170f11fd2b9/4.0/Dockerfile) +- [`4.1.5-alpine`, `4.1-alpine`, `4.1.5-alpine3.13`, `4.1-alpine3.13`](https://github.com/docker-library/redmine/blob/5c6ee97401c76351a5e228548717dfc4130f4179/4.1/alpine/Dockerfile) +- [`4.0.9`, `4.0`, `4.0.9-buster`, `4.0-buster`](https://github.com/docker-library/redmine/blob/02809f9dead7b26e490f84107c7a2170f11fd2b9/4.0/Dockerfile) - [`4.0.9-passenger`, `4.0-passenger`](https://github.com/docker-library/redmine/blob/5444fd564ffba5c871a4d964b54c5559ee52e61e/4.0/passenger/Dockerfile) -- [`4.0.9-alpine`, `4.0-alpine`](https://github.com/docker-library/redmine/blob/02809f9dead7b26e490f84107c7a2170f11fd2b9/4.0/alpine/Dockerfile) +- [`4.0.9-alpine`, `4.0-alpine`, `4.0.9-alpine3.13`, `4.0-alpine3.13`](https://github.com/docker-library/redmine/blob/02809f9dead7b26e490f84107c7a2170f11fd2b9/4.0/alpine/Dockerfile) # Quick reference (cont.) @@ -236,6 +236,8 @@ The `redmine` 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. +Some of these tags may have names like buster 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. + ## `redmine:-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.