{"id":20127178,"url":"https://github.com/cloudamqp/erlang-packages","last_synced_at":"2026-03-19T14:02:29.972Z","repository":{"id":60260339,"uuid":"541535304","full_name":"cloudamqp/erlang-packages","owner":"cloudamqp","description":"Erlang debian packages","archived":false,"fork":false,"pushed_at":"2024-09-17T10:27:28.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-12-17T17:40:52.412Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudamqp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-26T10:47:52.000Z","updated_at":"2024-09-17T10:27:30.000Z","dependencies_parsed_at":"2023-01-19T14:34:58.632Z","dependency_job_id":"df91534b-8a7a-4ea0-8671-2dbe101b80dc","html_url":"https://github.com/cloudamqp/erlang-packages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cloudamqp/erlang-packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudamqp%2Ferlang-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudamqp%2Ferlang-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudamqp%2Ferlang-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudamqp%2Ferlang-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudamqp","download_url":"https://codeload.github.com/cloudamqp/erlang-packages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudamqp%2Ferlang-packages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30173694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T20:19:35.392Z","updated_at":"2026-03-19T14:02:29.966Z","avatar_url":"https://github.com/cloudamqp.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Erlang debian packages\n\nCloudAMQP built erlang debian packages. Named `esl-erlang` for compability with `rabbitmq-server` which depends on esl-erlang (or erlang-base, but the multi-package approach is difficult).\n\nBuilding is done in [Dockerfile](./Dockerfile) and [GitHub Action](.github/workflows/build-all-and-upload.yml) uploads the packages to PackageCloud.\n\nExcluded erlang packages:\n\n* wx\n* megaco\n* odbc\n* java\n\n## Versions\n\nEvery [version of Erlang that is released on GitHub](https://github.com/erlang/otp/releases) is built, currently for Ubuntu 20.04, 22.04 and 24.04.\n\n## Caveat\n\nGitHub disables the scheduled workflow if there hasn't been activity in this repository for at least 60 days. Need to manually enable the workflow to resume scheduled runs.\n\n## Install\n\nInstall from https://packagecloud.io/cloudamqp/erlang\n\nWhen sudo is required:\n\n```sh\n. /etc/os-release\ncurl -L https://packagecloud.io/cloudamqp/erlang/gpgkey | gpg --dearmor | sudo tee /etc/apt/keyrings/cloudamqp-erlang.gpg\nsudo tee /etc/apt/sources.list.d/cloudamqp-erlang.list \u003c\u003c EOF\ndeb [signed-by=/etc/apt/keyrings/cloudamqp-erlang.gpg] https://packagecloud.io/cloudamqp/erlang/$ID $VERSION_CODENAME main\nEOF\nsudo apt update\nsudo apt install esl-erlang\n```\n\nOn a bare system, eg. in a container:\n\n```sh\napt update \u0026\u0026 apt install -y curl gnupg\n. /etc/os-release\ncurl -L https://packagecloud.io/cloudamqp/erlang/gpgkey | gpg --dearmor \u003e /etc/apt/keyrings/cloudamqp-erlang.gpg\ntee /etc/apt/sources.list.d/cloudamqp-erlang.list \u003c\u003c EOF\ndeb [signed-by=/etc/apt/keyrings/cloudamqp-erlang.gpg] https://packagecloud.io/cloudamqp/erlang/$ID $VERSION_CODENAME main\nEOF\napt update\napt install esl-erlang\n```\n\n## Development\n\nTo test if a erlang version builds well you can use the `tester` stage in the [Dockerfile](./Dockerfile):\n\n```sh\npodman build --target tester --build-arg image=ubuntu:jammy --build-arg erlang_version=26.0 --build-arg rabbitmq_version=3.13.0 .\n```\n\nhttps://depot.dev/ is used for building multi-plaform images on native hardware, the Dockerfile used to be crosscompiling, but not anymore as it increases complexity.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudamqp%2Ferlang-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudamqp%2Ferlang-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudamqp%2Ferlang-packages/lists"}