Skip to content

Resolving images with _IMAGES in SingularityCommandLineJob appears to write back to the wrong field #2283

Description

@adamnovak

It looks like we write a resolved image to dockerImage_id here, but that field on the requirement is never read.

d_image_id = dockerRequirement["dockerImageId"]
if d_image_id in _IMAGES:
if (resolved_image_id := _IMAGES[d_image_id]) != d_image_id:
dockerRequirement["dockerImage_id"] = resolved_image_id

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions