meshery/meshery

[Model catalog] Import container network interface (cni) model and build the model OCI image

Open

#15.936 aberto em 30 de set. de 2025

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)HTML (3.101 forks)batch import
area/modelshacktoberfesthelp wantedissue/remind

Métricas do repositório

Stars
 (10.013 stars)
Métricas de merge de PR
 (Mesclagem média 22d 16h) (332 fundiu PRs em 30d)

Description

Design description

Import and publish container network interface (cni) model from Meshmodels in Meshery Repository to Meshery Catalog.

Pre-requisites

Implementation

  • Fork the meshery/meshery repository.
  • Run mesheryctl system start
  • Head to meshmodel in your local meshery repository
  • Search and Import container network interface (cni) model definition file (JSON file) by using mesheryctl model import [model-name/model-version]
  • Use mesheryctl model build [model-name/model-version], this build the model OCI image.
  • Create a new branch in your fork of the meshery/meshery repository.
  • Add your exported OCI image file under the path structure: meshery/hacktoberfest_contributions/<model-name>/<file.tar> in the Meshery repository.
  • Create a pull request (PR) with your model to the Meshery repository.

Additional resources

Guia do colaborador