Merge pull request #2118 from AlistairB/haskell-slim

Haskell - add notes on slim variant
This commit is contained in:
Tianon Gravi 2022-03-02 09:05:08 -08:00 committed by GitHub
commit f344810f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
haskell/variant-slim.md Normal file
View File

@ -0,0 +1,5 @@
## `%%IMAGE%%:<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.
If image size is of concern, we recommend using the slim images.