From 285f010566be5c16ae19d50fce48949ceb9abdeb Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 28 Jan 2016 11:30:09 -0800 Subject: [PATCH] Run update.sh --- erlang/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/erlang/README.md b/erlang/README.md index 4b229efe8..bf52ff26c 100644 --- a/erlang/README.md +++ b/erlang/README.md @@ -1,8 +1,10 @@ # Supported tags and respective `Dockerfile` links -- [`18.2.1`, `18.2`, `18`, `latest` (*18/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/4ccaeb1b709c227bea0a712c25f974350242d6d6/18/Dockerfile) -- [`18.2.1-onbuild`, `18.2-onbuild`, `18-onbuild`, `onbuild` (*18/onbuild/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/4ccaeb1b709c227bea0a712c25f974350242d6d6/18/onbuild/Dockerfile) -- [`17.5.6.7`, `17.5`, `17` (*17/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/4ccaeb1b709c227bea0a712c25f974350242d6d6/17/Dockerfile) +- [`18.2.2`, `18.2`, `18`, `latest` (*18/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/a44b506d60f417c1135257789244f9c3f7941118/18/Dockerfile) +- [`18.2-slim`, `18-slim`, `slim` (*18/slim/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/5deb27b20bb30e0ff5c3d8d8c96df06462ed5909/18/slim/Dockerfile) +- [`18.2.2-onbuild`, `18.2-onbuild`, `18-onbuild`, `onbuild` (*18/onbuild/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/5deb27b20bb30e0ff5c3d8d8c96df06462ed5909/18/onbuild/Dockerfile) +- [`17.5.6.8`, `17.5`, `17` (*17/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/5deb27b20bb30e0ff5c3d8d8c96df06462ed5909/17/Dockerfile) +- [`17.5-slim`, `17-slim` (*17/slim/Dockerfile*)](https://github.com/c0b/docker-erlang-otp/blob/5deb27b20bb30e0ff5c3d8d8c96df06462ed5909/17/slim/Dockerfile) For more information about this image and its history, please see [the relevant manifest file (`library/erlang`)](https://github.com/docker-library/official-images/blob/master/library/erlang). This image is updated via pull requests to [the `docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images). @@ -73,6 +75,10 @@ While the `onbuild` variant is really useful for "getting off the ground running Once you've got a handle on how your project functions within Docker, you'll probably want to adjust your `Dockerfile` to inherit from a non-`onbuild` variant and copy the commands from the `onbuild` variant `Dockerfile` (moving the `ONBUILD` lines to the end and removing the `ONBUILD` keywords) into your own file so that you have tighter control over them and more transparency for yourself and others looking at your `Dockerfile` as to what it does. This also makes it easier to add additional requirements as time goes on (such as installing more packages before performing the previously-`ONBUILD` steps). +## `erlang:slim` + +This image does not contain the common packages contained in the default tag and only contains the minimal packages needed to run `erlang`. Unless you are working in an environment where *only* the erlang image will be deployed and you have space constraints, we highly recommend using the default image of this repository. + # License View [license information](http://www.erlang.org/about.html) for the software contained in this image.