Giter VIP home page Giter VIP logo

openeuler-docker-images's Introduction

openEuler官方容器镜像仓

介绍

这里存放着由openEuler官方提供的容器镜像,包含openEuler基础镜像、应用镜像。

openEuler基础镜像

openEuler的基础镜像由社区官方发布,目前发布在openEuler镜像站

"openeuler:latest"是最新可用的长期稳定镜像。

镜像发布后,会同步推送到各个远端容器镜像仓,信息如下:

openEuler应用镜像

基于openEuler基础镜像,将一些热门应用进行发布,生成基于openEuler的应用镜像。

  • 存放路径规则:[应用名]/[应用版本号]/[openEuler版本号]/Dockerfile, 例如:基于openEuler 20.03-lts-sp1的nginx 1.20.1的Dockerfile位于nginx/1.20.1/20.03-lts-sp1/Dockerfile
  • Tags命名:合入后,将会发布至openeuler仓库, 例如:openeuler/nginx:1.20.1-20.03-lts-sp1

每个应用镜像,应当包含一个README(例如nginx/README.md),涵盖以下信息:

  • 构建容器镜像的说明。
  • 配套的openEuler、容器(例如Docker, iSula)及应用的版本信息。

应用镜像的Dockerfile合入后,会触发jenkins上的CI流水线自动构建镜像并发布,默认使用docker buildx插件来构建amd64和arm64两种,构建的指令方式为:

  • 切换到[应用名]/[应用版本号]/[openEuler版本号]目录
  • 执行docker buildx build -t tag_name --platform linux/amd64,linux/arm64 .

国内镜像仓

目前支持的第三方国内镜像仓有:

参与贡献

欢迎发表想法、提交问题、贡献代码。

openeuler-docker-images's People

Contributors

nelson-he avatar xiangxinyong avatar yikun avatar suisuisuixin avatar fffrog avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.