UpdateImageRequest: {
    imageId: string;
    region?: Region;
    visibility?: ImageVisibility;
}

Type declaration

  • imageId: string

    ID of the image to update.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • Optionalvisibility?: ImageVisibility

    Set to public to allow the image to be pulled without authentication. Else, set to private. Set to inherit to keep the same visibility configuration as the namespace.