1
0
mirror of https://github.com/erlang/docker-erlang-example.git synced 2025-07-29 11:41:10 +03:00

6 Commits

Author SHA1 Message Date
20e91e4bbd Add libstd++ dependency in all dockerfiles
Closes #19
2022-06-13 08:47:16 +02:00
2f7cb8e280 Use atom and not string for release name 2020-11-25 13:20:19 +01:00
002926ad35 Add init to all docker examples 2019-10-02 18:08:45 +02:00
c54e108bd0 Remove rebar3 install from basic example
rebar3 is already installed in image.
2019-08-12 14:33:00 +02:00
0a20de1ddb Refactoring: Copy content from .travis.yml files to scripts
This commit adds a .travis.yaml file in the root folder that will
trigger tests for the examples in the advanced_examples folder. The
tests are based on the .travis.yaml files that existed in the branches
that the examples were taken from.
2019-05-21 11:37:29 +02:00
61d3fe2a44 Refactoring: Copy Logstash example
This commit copies Siri Hansen's (@sirihansen) Logstash example from:

https://github.com/erlang/docker-erlang-example/tree/logstash
2019-05-20 14:30:46 +02:00