An open API service indexing awesome lists of open source software.

https://github.com/caphosra/docker-llvm-alpine

To create a docker image which uses alpine as base and has been installed LLVM.
https://github.com/caphosra/docker-llvm-alpine

alpine alpine-image alpine-linux docker docker-image dockerfile llvm

Last synced: about 1 year ago
JSON representation

To create a docker image which uses alpine as base and has been installed LLVM.

Awesome Lists containing this project

README

          

# Dockerfile of LLVM on alpine

![](https://github.com/capra314cabra/docker-llvm-alpine/workflows/Deploy%20LLVM%208.0.1/badge.svg)
![](https://github.com/capra314cabra/docker-llvm-alpine/workflows/Deploy%20LLVM%209.0.1/badge.svg)
![](https://github.com/capra314cabra/docker-llvm-alpine/workflows/Deploy%20LLVM%2010.0.0/badge.svg)

This repo contains two dockerfile which just download sources from https://github.com/llvm/llvm-project and build them.
If you want to use another version of LLVM, open issue to notify me. I would add it.

## Available versions

### LLVM 10.0.0 - Alpine 3.11

```bash
$ docker pull capra314cabra/llvm-alpine:10.0.0
```

If you have no planned to use llvm tools, I recommend to use the following:

```bash
$ docker pull capra314cabra/llvm-alpine-libs:10.0.0
```

### LLVM 9.0.1 - Alpine 3.11

```bash
$ docker pull capra314cabra/llvm-alpine:9.0.1
```

If you have no planned to use llvm tools, I recommend to use the following:

```bash
$ docker pull capra314cabra/llvm-alpine-libs:9.0.1
```

### LLVM 8.0.1 - Alpine 3.11

```bash
$ docker pull capra314cabra/llvm-alpine:8.0.1
```

If you have no planned to use llvm tools, I recommend to use the following:

```bash
$ docker pull capra314cabra/llvm-alpine-libs:8.0.1
```

## Links

### llvm-alpine

[DockerHub](https://hub.docker.com/r/capra314cabra/llvm-alpine) | [GitHub](https://github.com/capra314cabra/docker-llvm-alpine)

### llvm-alpine-libs

[DockerHub](https://hub.docker.com/r/capra314cabra/llvm-alpine-libs) | [GitHub](https://github.com/capra314cabra/docker-llvm-alpine)