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

Quick reference

Lustre | openEuler

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

The Lustre file system is an open-source, parallel file system that supports many requirements of leadership class HPC simulation environments.

Learn more on Lustre Documentation.

Supported tags and respective Dockerfile links

The tag of each lustre docker image is consist of the version of lustre and the version of basic image. The details are as follows

Tag Currently Architectures
2.17.51-oe2403sp4 lustre 2.17.51 on openEuler 24.03-LTS-SP4 amd64, arm64
2.17.51-oe2403sp3 lustre 2.17.51 on openEuler 24.03-LTS-SP3 amd64, arm64
2.16.55-oe2403sp1 Lustre 2.16.55 on openEuler 24.03-LTS-SP1 amd64, arm64
2.16.57-oe2403sp2 Lustre 2.16.57 on openEuler 24.03-LTS-SP2 amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/lustre image from docker

    docker pull openeuler/lustre:{Tag}
    
  • Start a lustre instance

    docker run -it --rm openeuler/lustre:{Tag}
    

    The openeuler/lustre image is used to verify the integration between the upstream lustre version and openEuler.

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.