Skip to content

Update Dockerfiles #106

@DavidBlm

Description

@DavidBlm

Due to their infrequent execution several Dockerfiles are outdated. In the future these should be reviewed and updated as necessary. In this process the base image should be changed to one supporting NodeJs 20 as this is currently (August.2025) the version required by Actions. Note, that images are being built atop of each other, so the replacement must be propagated in this order. Afterwards the step manually starting a Docker container inside the jobs can be replaced with the container field in the job definition. Similarly the dockerexec step can be replaced with a normal run.

Another problem, that might arise in this process is that images being used in the container filed seem to loose their Python packages. Please verify their completeness by running pip list.

To make sure this does not impact the overall pipelines jobs building such an image are currently marked to allow failure.

Images known to be affected:

  • emadl2cpp/dockerimages/dgl-qd:latest (built in EMADL2CPP)
  • emadl2cpp/dockerimages/tensorflow-onnx:latest (built in EMADL2CPP)
  • dockerimages/mxnet17 (built in torcsdprl)

Metadata

Metadata

Assignees

No one assigned

    Labels

    MigrationTasks related to the migration from GitLab to here

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions