Run update.sh

This commit is contained in:
Docker Library Bot 2022-05-31 15:08:51 -07:00
parent 32ca4a681d
commit e3564a1d79
1 changed files with 8 additions and 6 deletions

View File

@ -24,12 +24,12 @@ WARNING:
# Supported tags and respective `Dockerfile` links
- [`9.2.2-buster`, `9.2-buster`, `9-buster`, `buster`, `9.2.2`, `9.2`, `9`, `latest`](https://github.com/haskell/docker-haskell/blob/210996a373f977e4fc8ed39508f8bdeff9a7d386/9.2/buster/Dockerfile)
- [`9.2.2-slim-buster`, `9.2-slim-buster`, `9-slim-buster`, `slim-buster`, `9.2.2-slim`, `9.2-slim`, `9-slim`, `slim`](https://github.com/haskell/docker-haskell/blob/210996a373f977e4fc8ed39508f8bdeff9a7d386/9.2/slim-buster/Dockerfile)
- [`9.0.2-buster`, `9.0-buster`, `9.0.2`, `9.0`](https://github.com/haskell/docker-haskell/blob/210996a373f977e4fc8ed39508f8bdeff9a7d386/9.0/buster/Dockerfile)
- [`9.0.2-slim-buster`, `9.0-slim-buster`, `9.0.2-slim`, `9.0-slim`](https://github.com/haskell/docker-haskell/blob/210996a373f977e4fc8ed39508f8bdeff9a7d386/9.0/slim-buster/Dockerfile)
- [`8.10.7-buster`, `8.10-buster`, `8-buster`, `8.10.7`, `8.10`, `8`](https://github.com/haskell/docker-haskell/blob/210996a373f977e4fc8ed39508f8bdeff9a7d386/8.10/buster/Dockerfile)
- [`8.10.7-slim-buster`, `8.10-slim-buster`, `8-slim-buster`, `8.10.7-slim`, `8.10-slim`, `8-slim`](https://github.com/haskell/docker-haskell/blob/210996a373f977e4fc8ed39508f8bdeff9a7d386/8.10/slim-buster/Dockerfile)
- [`9.2.3-buster`, `9.2-buster`, `9-buster`, `buster`, `9.2.3`, `9.2`, `9`, `latest`](https://github.com/haskell/docker-haskell/blob/573ee754783f8d5c5674888768378c6832f8d121/9.2/buster/Dockerfile)
- [`9.2.3-slim-buster`, `9.2-slim-buster`, `9-slim-buster`, `slim-buster`, `9.2.3-slim`, `9.2-slim`, `9-slim`, `slim`](https://github.com/haskell/docker-haskell/blob/573ee754783f8d5c5674888768378c6832f8d121/9.2/slim-buster/Dockerfile)
- [`9.0.2-buster`, `9.0-buster`, `9.0.2`, `9.0`](https://github.com/haskell/docker-haskell/blob/573ee754783f8d5c5674888768378c6832f8d121/9.0/buster/Dockerfile)
- [`9.0.2-slim-buster`, `9.0-slim-buster`, `9.0.2-slim`, `9.0-slim`](https://github.com/haskell/docker-haskell/blob/573ee754783f8d5c5674888768378c6832f8d121/9.0/slim-buster/Dockerfile)
- [`8.10.7-buster`, `8.10-buster`, `8-buster`, `8.10.7`, `8.10`, `8`](https://github.com/haskell/docker-haskell/blob/573ee754783f8d5c5674888768378c6832f8d121/8.10/buster/Dockerfile)
- [`8.10.7-slim-buster`, `8.10-slim-buster`, `8-slim-buster`, `8.10.7-slim`, `8.10-slim`, `8-slim`](https://github.com/haskell/docker-haskell/blob/573ee754783f8d5c5674888768378c6832f8d121/8.10/slim-buster/Dockerfile)
# Quick reference (cont.)
@ -168,6 +168,8 @@ This is the defacto image. If you are unsure about what your needs are, you prob
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.
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.
## `haskell:<version>-slim`
This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `ghc`, `cabal-install` and `stack`. In addition, [profiling support](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/profiling.html) is not included which saves ~ 700MB of space.