You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Jérôme Sautret 90671eb93f Runs tini in the container to cope with zombies
Some versions prior to 22.05 produce zombies epmd. It's a
good idea anyway to have an init process for all versions as we can
spawn lot's of stuffs.
2 years ago
.github/workflows Join mix building into main tests, it just adds a few seconds 2 years ago
ecs Runs tini in the container to cope with zombies 2 years ago
mix mix: Fix build with Alpine 3.12 and higher (thanks to Paul Menzel)(#77) 2 years ago
.travis.yml Don't allow failures 3 years ago
CHANGELOG.md Update use of new distillery 5 years ago
CODE_OF_CONDUCT.md Add code of conduct 6 years ago
CONTRIBUTING.md Add contribution guide 5 years ago
README.md Add local links in main repo README 2 years ago

README.md

Build Status

docker-ejabberd

This repository contains a set of Docker images for ejabberd:

  • mix (in Docker Hub: ejabberd/mix): allows you to build a development environment for ejabberd, using all dependencies packaged from the Docker image. You do not need anything else to build ejabberd from source and write your own ejabberd plugins.
  • ecs (in Docker Hub: ejabberd/ecs): is suitable for running ejabberd with Docker in a simple, single-node setup.

Please read the README file in each repository for documentation for each image.