1
0
mirror of https://github.com/erlang/docker-erlang-example.git synced 2025-04-19 01:24:03 +03:00

49 Commits

Author SHA1 Message Date
Lukas Larsson
20e91e4bbd Add libstd++ dependency in all dockerfiles
Closes #19
2022-06-13 08:47:16 +02:00
Lukas Larsson
d8bade899b
Merge pull request #18 from vkatsuba/patch-1
Update jsone to 1.6.1
2021-11-01 08:11:48 +01:00
Viacheslav Katsuba
73dcd62940
Update jsone to 1.6.1 2021-11-01 00:02:14 +02:00
Lukas Larsson
7485f49080
Merge pull request #17 from aswales/fixing-SSL_ERROR_SYSCALL
pin OTP version and upgrade cowboy to avoid SSL_ERROR_SYSCALL
2021-10-19 13:10:41 +02:00
aswales
6090acc9b3
Update rebar.config 2021-10-18 15:59:16 -04:00
aswales
760f1f7c36 pin OTP version and upgrade cowboy to avoid SSL_ERROR_SYSCALL 2021-10-18 13:08:56 -04:00
Lukas Larsson
d91ae00dfd
Merge pull request #15 from stevereaver/fix_missining_libstdc
Issue#14 Added libstdc++ to docker image
2021-06-04 08:20:33 +02:00
Stephen Bancroft
225fb8dec0 Issue#14 Added libstdc++ to docker image 2021-06-04 09:47:41 +10:00
Lukas Larsson
bc8100aa7f
Merge pull request #13 from erlang/fix-relx-release-config
Use atom and not string for release name
2020-11-25 15:09:21 +01:00
Lukas Larsson
2f7cb8e280 Use atom and not string for release name 2020-11-25 13:20:19 +01:00
Lukas Larsson
57d094067c Remove all references to branches examples 2019-10-02 18:17:35 +02:00
Lukas Larsson
68e677d5f8 Update k8s apiVersion to stable versions 2019-10-02 18:08:45 +02:00
Lukas Larsson
89c99fb28c Fix minikube service dockerwatch --url fetch 2019-10-02 18:08:45 +02:00
Lukas Larsson
5caf7c4c9c Wrap k8s Dockerfile start in sh 2019-10-02 18:08:45 +02:00
Lukas Larsson
002926ad35 Add init to all docker examples 2019-10-02 18:08:45 +02:00
Lukas Larsson
c54e108bd0 Remove rebar3 install from basic example
rebar3 is already installed in image.
2019-08-12 14:33:00 +02:00
Lukas Larsson
398b9c26d3 Remove rebar3 install from basic example
rebar3 is already installed in image.
2019-06-26 10:10:27 +02:00
Kjell Winblad
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
Kjell Winblad
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
Kjell Winblad
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
Kjell Winblad
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
Kjell Winblad
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
Kjell Winblad
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
Kjell Winblad
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
Kjell Winblad
9c38beb513 Refactoring: Add separate folder for advanced examples with readme 2019-05-20 14:27:56 +02:00
Kjell Winblad
784a29fcf6 Add Dockerfile for creating a very small docker image for a service 2019-05-15 15:24:08 +02:00
Lukas Larsson
6552521c31
Merge pull request #5 from RoadRunnr/master
gitlab CI build yaml
2018-12-03 17:04:27 +01:00
Andreas Schultz
c8c76ff006 add gitlab CI build yaml 2018-11-29 10:47:39 +01:00
Siri Hansen
fe20898212
Update README.md
Add link to more complex examples
2018-11-27 13:44:40 +01:00
Björn Gustavsson
bfa3feeb24 Add a few additional clarifications 2018-11-08 10:40:43 +01:00
Björn Gustavsson
8d46edd74f Fix container ID
The containter ID printed by `docker ps` should be first 12
characters from the full container ID printed when the container
is started.
2018-11-08 10:34:06 +01:00
Siri Hansen
b297bcee38
Merge pull request #3 from erlang/siri/multi-stage-build
Modify to use docker multi-stage builds
2018-11-07 16:07:04 +01:00
Siri Hansen
0c338bdca1 Update README.md 2018-11-07 15:23:31 +01:00
Siri Hansen
d1a837c1f3 Use multi-stage build 2018-11-07 15:22:51 +01:00
Siri Hansen
c26ac9cf47 Base on erlang:alpine image 2018-11-06 15:38:39 +01:00
Siri Hansen
b099a24698 Update to latest version of alpine, deps and OTP
Also removed lager and set a minor config for logger
2018-11-06 14:52:05 +01:00
Björn-Egil Dahlberg
52ae7ea8ff Merge pull request #2 from bjorng/patch-1
Correct minor typos
2017-03-08 15:09:54 +01:00
Björn Gustavsson
bc2cd70fe8 Correct minor typos
The first example was not shown correctly, because the Markdown conversion ate the backquotes. Rewrite it with in the `$(...)` style as in second example.
2017-03-08 14:42:28 +01:00
Björn-Egil Dahlberg
e2c02cc2c5 Mention what is released via rebar3 2017-02-23 15:48:46 +01:00
Björn-Egil Dahlberg
71e1a10341 Fix spelling 2017-02-23 15:30:28 +01:00
Björn-Egil Dahlberg
6af7830b57 Use non-interactive certificate generation 2017-02-22 15:28:08 +01:00
Björn-Egil Dahlberg
84171f2651 Merge pull request #1 from garazdawi/master
Rewrite application to be an ets counter app
2017-02-22 15:01:26 +01:00
Lukas Larsson
e407b8768f Rewrite dockerwatch api to be a counter based API 2017-02-22 14:31:21 +01:00
Lukas Larsson
6d9f272a40 Add docker exec to cheat sheet 2017-02-22 14:31:21 +01:00
Lukas Larsson
81535cbfbe Enable both http and https in application 2017-02-22 14:31:21 +01:00
Lukas Larsson
22599a0d25 Create bash script for creating https certs 2017-02-22 14:31:21 +01:00
Lukas Larsson
9cf386ddb3 Add http proxy handling to create-image 2017-02-22 14:28:54 +01:00
Björn-Egil Dahlberg
6d215feef4 Update configuration 2017-02-21 14:55:53 +01:00
Björn-Egil Dahlberg
5f2c44cac4 Initial commit 2017-02-16 16:32:12 +01:00