1
0
mirror of https://github.com/erlang/docker-erlang-example.git synced 2025-07-30 22:43:04 +03:00

Commit Graph

  • 20e91e4bbd Add libstd++ dependency in all dockerfiles master Lukas Larsson 2022-06-13 08:46:58 +02:00
  • d8bade899b Merge pull request #18 from vkatsuba/patch-1 Lukas Larsson 2021-11-01 08:11:48 +01:00
  • 73dcd62940 Update jsone to 1.6.1 Viacheslav Katsuba 2021-11-01 00:02:14 +02:00
  • 7485f49080 Merge pull request #17 from aswales/fixing-SSL_ERROR_SYSCALL Lukas Larsson 2021-10-19 13:10:41 +02:00
  • 6090acc9b3 Update rebar.config aswales 2021-10-18 15:59:16 -04:00
  • 760f1f7c36 pin OTP version and upgrade cowboy to avoid SSL_ERROR_SYSCALL aswales 2021-10-18 13:08:56 -04:00
  • d91ae00dfd Merge pull request #15 from stevereaver/fix_missining_libstdc Lukas Larsson 2021-06-04 08:20:33 +02:00
  • 225fb8dec0 Issue#14 Added libstdc++ to docker image Stephen Bancroft 2021-06-04 09:47:41 +10:00
  • bc8100aa7f Merge pull request #13 from erlang/fix-relx-release-config Lukas Larsson 2020-11-25 15:09:21 +01:00
  • 2f7cb8e280 Use atom and not string for release name Lukas Larsson 2020-11-25 13:20:19 +01:00
  • 57d094067c Remove all references to branches examples Lukas Larsson 2019-10-02 18:15:20 +02:00
  • 68e677d5f8 Update k8s apiVersion to stable versions Lukas Larsson 2019-10-02 17:59:51 +02:00
  • 89c99fb28c Fix minikube service dockerwatch --url fetch Lukas Larsson 2019-10-02 15:48:03 +02:00
  • 5caf7c4c9c Wrap k8s Dockerfile start in sh Lukas Larsson 2019-10-02 15:02:37 +02:00
  • 002926ad35 Add init to all docker examples Lukas Larsson 2019-10-02 14:52:11 +02:00
  • c54e108bd0 Remove rebar3 install from basic example Lukas Larsson 2019-06-26 10:10:27 +02:00
  • 398b9c26d3 Remove rebar3 install from basic example Lukas Larsson 2019-06-26 10:10:27 +02:00
  • 0a20de1ddb Refactoring: Copy content from .travis.yml files to scripts Kjell Winblad 2019-05-20 16:39:05 +02:00
  • cc84e835f9 Refactoring: Update example lists and remove example list duplicates Kjell Winblad 2019-05-20 14:41:04 +02:00
  • 233aaaa8b4 Refactoring: Copy simple minikube example Kjell Winblad 2019-05-20 14:23:21 +02:00
  • 6b805ff343 Refactoring: Copy Minikube, Erlang and Prometheus example Kjell Winblad 2019-05-20 14:18:17 +02:00
  • 81c88928de Refactoring: Copy minikube example Kjell Winblad 2019-05-20 14:13:40 +02:00
  • 61d3fe2a44 Refactoring: Copy Logstash example Kjell Winblad 2019-05-20 14:03:14 +02:00
  • 36d97779cc Refactoring: Copy ELK stack example Kjell Winblad 2019-05-20 13:54:12 +02:00
  • 9c38beb513 Refactoring: Add separate folder for advanced examples with readme Kjell Winblad 2019-05-15 15:46:48 +02:00
  • 784a29fcf6 Add Dockerfile for creating a very small docker image for a service Kjell Winblad 2019-05-15 15:18:49 +02:00
  • 6552521c31 Merge pull request #5 from RoadRunnr/master Lukas Larsson 2018-12-03 17:04:27 +01:00
  • c8c76ff006 add gitlab CI build yaml Andreas Schultz 2018-11-29 10:47:39 +01:00
  • fe20898212 Update README.md Siri Hansen 2018-11-27 13:44:40 +01:00
  • bfa3feeb24 Add a few additional clarifications Björn Gustavsson 2018-11-08 10:40:43 +01:00
  • 8d46edd74f Fix container ID Björn Gustavsson 2018-11-08 10:34:06 +01:00
  • b297bcee38 Merge pull request #3 from erlang/siri/multi-stage-build Siri Hansen 2018-11-07 16:07:04 +01:00
  • 0c338bdca1 Update README.md Siri Hansen 2018-11-07 15:23:31 +01:00
  • d1a837c1f3 Use multi-stage build Siri Hansen 2018-11-07 12:06:11 +01:00
  • c26ac9cf47 Base on erlang:alpine image Siri Hansen 2018-11-06 15:21:54 +01:00
  • b099a24698 Update to latest version of alpine, deps and OTP Siri Hansen 2018-11-06 14:50:32 +01:00
  • 52ae7ea8ff Merge pull request #2 from bjorng/patch-1 Björn-Egil Dahlberg 2017-03-08 15:09:54 +01:00
  • bc2cd70fe8 Correct minor typos Björn Gustavsson 2017-03-08 14:42:28 +01:00
  • e2c02cc2c5 Mention what is released via rebar3 Björn-Egil Dahlberg 2017-02-23 15:47:26 +01:00
  • 71e1a10341 Fix spelling Björn-Egil Dahlberg 2017-02-23 15:30:28 +01:00
  • 6af7830b57 Use non-interactive certificate generation Björn-Egil Dahlberg 2017-02-22 15:28:08 +01:00
  • 84171f2651 Merge pull request #1 from garazdawi/master Björn-Egil Dahlberg 2017-02-22 15:01:26 +01:00
  • e407b8768f Rewrite dockerwatch api to be a counter based API Lukas Larsson 2017-02-22 13:34:55 +01:00
  • 6d9f272a40 Add docker exec to cheat sheet Lukas Larsson 2017-02-22 13:34:27 +01:00
  • 81535cbfbe Enable both http and https in application Lukas Larsson 2017-02-22 11:08:59 +01:00
  • 22599a0d25 Create bash script for creating https certs Lukas Larsson 2017-02-22 11:08:17 +01:00
  • 9cf386ddb3 Add http proxy handling to create-image Lukas Larsson 2017-02-22 11:07:25 +01:00
  • 6d215feef4 Update configuration Björn-Egil Dahlberg 2017-02-16 16:45:22 +01:00
  • 5f2c44cac4 Initial commit Björn-Egil Dahlberg 2017-02-14 15:11:19 +01:00