From fe8933c9b67178019cd267d6bcee10b17fa9e3c9 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 1 Apr 2021 18:12:12 +0000 Subject: [PATCH] Run update.sh --- composer/README.md | 4 ++-- fedora/README.md | 4 ++-- rust/README.md | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/composer/README.md b/composer/README.md index 015abcdc9..d26361524 100644 --- a/composer/README.md +++ b/composer/README.md @@ -24,8 +24,8 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`2.0.11`, `2.0`, `2`, `latest`](https://github.com/composer/docker/blob/b1b829400d160b9ceaf70908528017a8d25971e9/2.0/Dockerfile) -- [`1.10.20`, `1.10`, `1`](https://github.com/composer/docker/blob/b414f0a74b10d9c4359530a94dcd450c0a858d77/1.10/Dockerfile) +- [`2.0.12`, `2.0`, `2`, `latest`](https://github.com/composer/docker/blob/a534fa6d3ca169c58d9622a36457e3e5c6301bae/2.0/Dockerfile) +- [`1.10.21`, `1.10`, `1`](https://github.com/composer/docker/blob/70a34a6e811942b9c55a57eb696c3ee49ca528e1/1.10/Dockerfile) # Quick reference (cont.) diff --git a/fedora/README.md b/fedora/README.md index e68acdc4c..b42c09201 100644 --- a/fedora/README.md +++ b/fedora/README.md @@ -26,8 +26,8 @@ WARNING: - [`31`](https://github.com/fedora-cloud/docker-brew-fedora/blob/619a9d98269d556d030648ad486bb2c9f50f1768/x86_64/Dockerfile) - [`32`](https://github.com/fedora-cloud/docker-brew-fedora/blob/7d59b0538a60562d1756644b02e51451a311ccdc/x86_64/Dockerfile) -- [`latest`, `33`](https://github.com/fedora-cloud/docker-brew-fedora/blob/7b9d4b28443845a3e4e4e520a857fa2e9e52fb8e/x86_64/Dockerfile) -- [`34`](https://github.com/fedora-cloud/docker-brew-fedora/blob/843fecc7a03b3164515d462156d7da597899fe10/x86_64/Dockerfile) +- [`latest`, `33`](https://github.com/fedora-cloud/docker-brew-fedora/blob/84e8f980c203961f94e12e85bd2cee8fff08b70f/x86_64/Dockerfile) +- [`34`](https://github.com/fedora-cloud/docker-brew-fedora/blob/fbf3385cf226b655a7e785c238232ea165badca7/x86_64/Dockerfile) - [`rawhide`, `35`](https://github.com/fedora-cloud/docker-brew-fedora/blob/5af98888c93fe29c5c738df708e9864d47e8e492/x86_64/Dockerfile) # Quick reference (cont.) diff --git a/rust/README.md b/rust/README.md index 5181e13e5..9f5a85586 100644 --- a/rust/README.md +++ b/rust/README.md @@ -26,6 +26,8 @@ WARNING: - [`1-buster`, `1.51-buster`, `1.51.0-buster`, `buster`, `1`, `1.51`, `1.51.0`, `latest`](https://github.com/rust-lang-nursery/docker-rust/blob/267790f45f67986c1f5cec39206ba10a20df9624/1.51.0/buster/Dockerfile) - [`1-slim-buster`, `1.51-slim-buster`, `1.51.0-slim-buster`, `slim-buster`, `1-slim`, `1.51-slim`, `1.51.0-slim`, `slim`](https://github.com/rust-lang-nursery/docker-rust/blob/267790f45f67986c1f5cec39206ba10a20df9624/1.51.0/buster/slim/Dockerfile) +- [`1-bullseye`, `1.51-bullseye`, `1.51.0-bullseye`, `bullseye`](https://github.com/rust-lang-nursery/docker-rust/blob/e12dcd68da678ded3919606bcebab011b748371c/1.51.0/bullseye/Dockerfile) +- [`1-slim-bullseye`, `1.51-slim-bullseye`, `1.51.0-slim-bullseye`, `slim-bullseye`](https://github.com/rust-lang-nursery/docker-rust/blob/e12dcd68da678ded3919606bcebab011b748371c/1.51.0/bullseye/slim/Dockerfile) - [`1-alpine3.12`, `1.51-alpine3.12`, `1.51.0-alpine3.12`, `alpine3.12`](https://github.com/rust-lang-nursery/docker-rust/blob/267790f45f67986c1f5cec39206ba10a20df9624/1.51.0/alpine3.12/Dockerfile) - [`1-alpine3.13`, `1.51-alpine3.13`, `1.51.0-alpine3.13`, `alpine3.13`, `1-alpine`, `1.51-alpine`, `1.51.0-alpine`, `alpine`](https://github.com/rust-lang-nursery/docker-rust/blob/267790f45f67986c1f5cec39206ba10a20df9624/1.51.0/alpine3.13/Dockerfile) @@ -118,7 +120,7 @@ The `rust` 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. +Some of these tags may have names like bullseye or 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. This tag is based off of [`buildpack-deps`](https://hub.docker.com/_/buildpack-deps/). `buildpack-deps` is designed for the average user of Docker who has many images on their system. It, by design, has a large number of extremely common Debian packages. This reduces the number of packages that images that derive from it need to install, thus reducing the overall size of all images on your system.