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

16 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
57d094067c Remove all references to branches examples 2019-10-02 18:17:35 +02:00
68e677d5f8 Update k8s apiVersion to stable versions 2019-10-02 18:08:45 +02:00
89c99fb28c Fix minikube service dockerwatch --url fetch 2019-10-02 18:08:45 +02:00
5caf7c4c9c Wrap k8s Dockerfile start in sh 2019-10-02 18:08:45 +02: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
cc84e835f9 Refactoring: Update example lists and remove example list duplicates
This commit updates the example lists and removes duplicates of the
example list. Examples that referred to different branches are also
modified.
2019-05-20 16:37:36 +02:00
233aaaa8b4 Refactoring: Copy simple minikube example
This commit copies Lukas Larsson's (@garazdawi) and Siri Hansen's
(@sirihansen) example from:

https://github.com/erlang/docker-erlang-example/tree/minikube-simple
2019-05-20 14:32:22 +02:00
6b805ff343 Refactoring: Copy Minikube, Erlang and Prometheus example
This commit copies Lukas Larsson's (@garazdawi) and Siri Hansen's
(@sirihansen) example from:

https://github.com/erlang/docker-erlang-example/tree/minikube-prom-graf
2019-05-20 14:32:06 +02:00
81c88928de Refactoring: Copy minikube example
This commit copies Lukas Larsson's (@garazdawi) and Siri Hansen's
(@sirihansen) example from:

https://github.com/erlang/docker-erlang-example/tree/minikube-dist
2019-05-20 14:31:47 +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
36d97779cc Refactoring: Copy ELK stack example
This commit copies Siri Hansen's (@sirihansen) ELK stack example from:

https://github.com/erlang/docker-erlang-example/tree/elk
2019-05-20 14:28:51 +02:00
9c38beb513 Refactoring: Add separate folder for advanced examples with readme 2019-05-20 14:27:56 +02:00