Image Management
Last updated
Last updated
Images management provides the capabilities of managing image resources such as add, delete, edit images and their permission-control which associates specified-groups with images to give the access. Administrators are even able to build a new custom image which are automatically pushed to the registry and added to the system.
Click + Add
to add an Image.
Display name
: (required): Only lowercase letters, numbers, hyphen -
and a dot .
can be filled in.
Image name
: an auto-generated name based on Display name.
Description
Choose Use existing image
or Build custom image
.
Add an existing image.
Type
: cpu
, gpu
and universal
: Select what type of the image is.
Container Image URL
: Fill in the Image's url. See Reference.
Specific Container Image URL for GPU
: It appears when universal
is selected. By default, it uses the same url as container image url. Enable it if a specific image url for GPU is desired.
Image Pull Secret
: Enable and select the secret if a pull-secret is required.
Global
: Toggle Global on to allow every group accessing the image; otherwise specifying groups by Edit Groups
.
Click Confirm
to complete the addition.
Instead of adding existing images, Administrators can build custom images and add them.
Type
: cpu
, gpu
and universal
: Select what type of the image is.
Base image url
(required) The url of the base image; we can enter any valid image URLs or we can choose existing images from autocompletion. See Reference.
Image Pull Secret
Enable and select the secret if a pull-secret is required.
Packages
choose packages installer/management and fill in packages requirement.
APT
Packages management of Debian, Ubuntu and related Linux distribution.
Conda
A packages management supports multiple programming language. Ref.⇗
Pip
Using python packages installer. Ref.⇗
In case of multiple packages, please using the line break for each package instead of putting them in one line.
Global
: Toggle Global on to allow every group access the image; otherwise specifying groups by Edit Groups
.
Click Confirm
to start the building and the image will be added automatically once it's done.
Conda supports to specify channel
where the package is sourced from and match specification of the package. So we can specify images more specifically.
The syntax is
For example, to install numpy
package which is sourced from the channel, conda-forge, Ref.⇗.
Use -c conda-forge::
to specify the channel:
While building, the image name is amended with an triangular exclamation mark to indicate the image is not ready.
Click the image name to view the detail, it shows Image building in progress
beside Container image url.
Click Image building in progress
to view the Build Details
and Log
of the building.
The building progress can be cancelled by Cancel Build
.
Once the building finishes successfully, there is no triangular exclamation mark as a postfix to the image name. The image becomes available from image selection.
Click View build details
to view the detail and logs or to modify the detail for rebuilding.
To rebuild a image, by modification to the details and pressing Rebuild
.
Whether adding an existing image or building a custom image by administrators, the image can be selected from image selection; i
hint indicates a System
image.