Research Article

Burner: Recipe Automatic Generation for HPC Container Based on Domain Knowledge Graph

Table 3

Entity relationships.

Relation typeExplanation

IncludeThe relationship between recipe and its base image or software package, indicating that recipe contains a certain base image or a software package
InThe relationship between base image or software package and recipe, indicating that the base image or software package is included in the recipe
RelyOnThe relationship between package and base image means that the package depends on the base image for installation and configuration
IsFoundationOfThe relationship between base image and package, which means that the image is a starting image for the package to install and configure
IsTagOfThe relationship between tag and recipe, indicating that the tag is a label of the recipe
HasTagThe relationship between recipe and tag, indicating that the recipe has the tag it points to
PreviousThe relationship between packages, indicating that the current package appears in the recipe before the package it points to
NextThe relationship between packages, indicating that the current package appears in the recipe after the package it points to