Skip to content

Commit

Permalink
Merge pull request #72 from hasantayyar/patch-1
Browse files Browse the repository at this point in the history
Format README.md
  • Loading branch information
dalbarado authored Dec 21, 2023
2 parents 89ca871 + 8fa6487 commit 95b8301
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,18 @@ that are listed in the ESL website. The builders folder contains two main
Dockerfiles per package to build that behave as the entry point for both main
distros, centos and debian. Like so:

 .
├──  elixir_debian.Dockerfile
├──  elixir_fedora.Dockerfile ⇒ elixir_centos.Dockerfile
```
.
├── elixir_debian.Dockerfile
├── elixir_fedora.Dockerfile ⇒ elixir_centos.Dockerfile
...
├── erlang_centos.Dockerfile
├── erlang_rockylinux.Dockerfile ⇒ erlang_centos.Dockerfile
├── erlang_centos.Dockerfile
├── erlang_rockylinux.Dockerfile ⇒ erlang_centos.Dockerfile
...
├── mongooseim_debian.Dockerfile
└── mongooseim_ubuntu.Dockerfile ⇒ mongooseim_debian.Dockerfile
├── mongooseim_debian.Dockerfile
└── mongooseim_ubuntu.Dockerfile ⇒ mongooseim_debian.Dockerfile
...
```

The others are just symbolic links. Meaning that if we want to implement a new
builder a first good step would be to copy the main centos or debian Dockerfiles
Expand Down

0 comments on commit 95b8301

Please sign in to comment.