Run update.sh

This commit is contained in:
Docker Library Bot 2016-01-28 11:30:09 -08:00
parent a056f934ab
commit 285f010566
1 changed files with 9 additions and 3 deletions

View File

@ -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.