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.
- Host: GitHub
- URL: https://github.com/caphosra/docker-llvm-alpine
- Owner: caphosra
- Created: 2020-05-11T22:42:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T22:24:38.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T19:56:51.039Z (about 1 year ago)
- Topics: alpine, alpine-image, alpine-linux, docker, docker-image, dockerfile, llvm
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/capra314cabra/llvm-alpine
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerfile of LLVM on alpine



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)