文件最后提交记录最后更新时间
1 年前
11 个月前
1 年前
11 个月前
README.md

Quick reference

llvm-build-deps | openEuler

Current llvm-build-deps docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

These docker images are built to ensure environment compatibility when building llvm-project in openEuler.

Supported tags and respective Dockerfile links

The tag of each llvm-build-deps docker image is consist of the version of llvm-build-deps and the version of basic image. The details are as follows

Tags Currently Architectures
1.0.0-oe2203sp4 llvm-build-deps 1.0.0 on openEuler 22.03-LTS amd64, arm64

Usage

Here, users can select the corresponding {Tag} and container startup options based on their requirements.

  • Pull the openeuler/llvm-build-deps image from hub.docker.com

    docker pull openeuler/llvm-build-deps:{Tag}
    
  • Start a llvm-build-deps instance

    docker run -it --name my-llvm-build-deps openeuler/llvm-build-deps:{Tag}
    

Operating System

Linux/Unix, ARM64 or X86-64 architecture.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.