{"id":17313127,"url":"https://github.com/tatsuya6502/docker-erlang","last_synced_at":"2026-05-02T14:38:22.653Z","repository":{"id":36814585,"uuid":"41121459","full_name":"tatsuya6502/docker-erlang","owner":"tatsuya6502","description":"Dockerfiles to build Erlang/OTP images","archived":false,"fork":false,"pushed_at":"2021-04-21T02:59:34.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T06:41:48.730Z","etag":null,"topics":["docker","erlang"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tatsuya6502.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-20T22:19:17.000Z","updated_at":"2016-03-15T22:33:06.000Z","dependencies_parsed_at":"2022-07-20T10:32:10.740Z","dependency_job_id":null,"html_url":"https://github.com/tatsuya6502/docker-erlang","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatsuya6502%2Fdocker-erlang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatsuya6502%2Fdocker-erlang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatsuya6502%2Fdocker-erlang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatsuya6502%2Fdocker-erlang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tatsuya6502","download_url":"https://codeload.github.com/tatsuya6502/docker-erlang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245761303,"owners_count":20667895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","erlang"],"created_at":"2024-10-15T12:45:50.522Z","updated_at":"2026-05-02T14:38:22.619Z","avatar_url":"https://github.com/tatsuya6502.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## docker-erlang - Dockerfiles to build Erlang/OTP images\n\n[![Docker Repository on Quay.io](https://quay.io/repository/tatsuya6502/erlang/status \"Docker Repository on Quay.io\")](https://quay.io/repository/tatsuya6502/erlang)\n\nThis git repository contains Dockerfiles to build kerl-based\nmulti-release Erlang/OTP Docker image on specific Linux\ndistribution. For example, the image with tag `centos6-multi-otp`\nis built upon the official CentOS 6 image and contains Erlang/OTP\n18, 17 and R16.\n\nThese images will be handy to create an Erlang application release\ncontaining ERTS for a specific Linux distribution.\n\n\n## Quick Start\n\nThe Docker images are published to Docker Hub and Quay. Pull one of\nthose images and run it.\n\n```\n$ docker pull quay.io/tatsuya6502/erlang:\u003ctag\u003e\n$ docker run -it --rm quay.io/tatsuya6502/erlang:\u003ctag\u003e /bin/bash\n\n(Activate a release)\n# source /usr/local/erlang/18.3.4_hipe/activate\n```\n\nFor example\n\n```\n$ docker pull tatsuya6502/erlang:centos6-multi-otp\n$ docker run -it --rm tatsuya6502/erlang:centos6-multi-otp /bin/bash\n\n[root@7a0afd51e424 /]# kerl status\nAvailable builds:\nThere are no builds available\n----------\nAvailable installations:\nr16b03-1_hipe /usr/local/erlang/r16b03-1_hipe\n17.5.6.8_hipe /usr/local/erlang/17.5.6.8_hipe\n18.3_hipe /usr/local/erlang/18.3.4_hipe\n----------\nNo Erlang/OTP kerl installation is currently active\n\n[root@7a0afd51e424 /]# source /usr/local/erlang/18.3.4_hipe/activate\n[root@7a0afd51e424 /]# erl\nErlang/OTP 18 [erts-7.3.1] [source] [64-bit] [smp:2:2] [async-threads:10] [hipe] [kernel-poll:false]\n\nEshell V7.3.1  (abort with ^G)\n1\u003e  (Ctrl+G)\nUser switch command\n --\u003e q\n\n[root@7a0afd51e424 /]# source /usr/local/erlang/17.5.6.8_hipe/activate\n[root@7a0afd51e424 /]# erl\nErlang/OTP 17 [erts-6.4.1.5] [source] [64-bit] [async-threads:10] [hipe] [kernel-poll:false]\n\nEshell V6.4.1.5  (abort with ^G)\n1\u003e\n```\n\n\n### Available Tags\n\n| Tag                 | Description                                   |\n|---------------------|-----------------------------------------------|\n| `arch-multi-otp`    | Erlang/OTP 18, 17 and R16 on Arch Linux image |\n| `centos7-multi-otp` | Erlang/OTP 18, 17 and R16 on CentOS 7 image   |\n| `centos6-multi-otp` | Erlang/OTP 18, 17 and R16 on CentOS 6 image   |\n\nPlease note that there is no `latest` tag.\n\n\n### Erlang/OTP Releases\n\n| Releases            | Install Location                  | Config Options                         |\n|---------------------|-----------------------------------|----------------------------------------|\n| OTP 18.3.4 (HiPE)   | `/usr/local/erlang/18.3.4_hipe`   | `--enable-hipe` `--enable-native-libs` |\n| OTP 17.5.6.8 (HiPE) | `/usr/local/erlang/17.5.6.8_hipe` | `--enable-hipe` `--enable-native-libs` |\n| OTP R16B03-1 (HiPE) | `/usr/local/erlang/r16b03-1_hipe` | `--enable-hipe` `--enable-native-libs` |\n\n\n### Repository URLs\n\nThe images are available at Quay.\n\n- **Quay** - https://quay.io/repository/tatsuya6502/erlang\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatsuya6502%2Fdocker-erlang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftatsuya6502%2Fdocker-erlang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatsuya6502%2Fdocker-erlang/lists"}