Skip to content

Commit

Permalink
README.adoc: stop mentioning the removed CentOS Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <[email protected]>
  • Loading branch information
Michael Opdenacker committed Apr 29, 2024
1 parent c8bcfc8 commit fc47224
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -360,11 +360,10 @@ where all repositories are found.
Docker files are provided in the `docker/` directory. To generate a Docker image
for indexing the sources of a project, first fetch the Elixir repository. Then
pick the project you want to index (Musl is nice test data being not too slow
to index) and your target distribution (`debian` and `centos` available), and
to index) and your target distribution (`debian` currently), and
run:

$ docker build -t elixir-debian --build-arg GIT_REPO_URL=git://git.musl-libc.org/musl --build-arg PROJECT=musl ./docker/debian/
$ docker build -t elixir-centos --build-arg GIT_REPO_URL=git://git.musl-libc.org/musl --build-arg PROJECT=musl ./docker/centos/

Then you can use your new container as follows (you get the container id from the output of `docker build`):

Expand Down

0 comments on commit fc47224

Please sign in to comment.