Skip to main content
Version: Next

External Images

Administrators can upload container images brought in from outside as tar files and register them in the platform's internal registry. Registered images can be selected when creating a Serving or a Lab.

Admin only

This menu appears only for accounts that have the nufi-admin role.


Prerequisites

  • NuFi must be installed and the dashboard accessible.
  • You must be logged in as an account granted the nufi-admin role.
  • The image you want to upload must be saved as a tar file via the docker save command.

External Images list

In the left sidebar, click Admin > External Images.

Admin External Images list

No.Description
Image upload button — opens the tar file upload dialog.
Table of uploaded external images

Columns

ColumnDescription
ImageThe image name registered in the internal registry
TagImage tag
StatusCurrent processing status (see status notes below)
SizeImage file size
Registered atUpload start time
ActionDelete button

Status badges

StatusDescriptionAction when abnormal
PendingWaiting for uploadRefresh after a moment.
Uploadingtar file upload in progress (spinner shown)Check your network.
ImportingImporting into the internal registry (spinner shown)Wait a moment.
CompletedImport complete. Selectable in Serving/Lab.
FailedImport failed. Click the badge to view the error message.Check the error dialog, validate the tar file, and upload again.

Upload an image

To register an external container image in the internal registry, follow these steps.

  1. Save the image to upload as a tar file using docker save.

    docker save -o my-image.tar my-registry.com/my-image:tag

    A single tar file can contain multiple images.

    docker save -o multi-image.tar image1:tag1 image2:tag2
  2. Click the + Upload Image button at the top-right of the External Images list page.

  3. In the upload dialog, drag & drop the tar file or click the file-select button to choose a file.

Image upload dialog

No.Description
tar file select button (drag & drop or click to choose a file)
Upload start button. Enabled after a file is selected.
  1. Click the Upload button. The upload proceeds as a chunked upload, and you can see the progress in the status bar.

  2. When the upload completes, the status changes from Importing to Completed. After completion, you can select the image from the 'Uploaded Images' group when creating a Serving or a Lab.


Delete an image

In the list, click the Delete button for the image you want to remove. A confirmation dialog appears before deletion.

Delete carefully

Deleted images are also removed from the internal registry. If any Serving or Lab is using the image, those workloads may be affected.