Skip to content

Partial image rebuilds #97

@kwabenantim

Description

@kwabenantim

Summary

Consider adding a github workflow to update a single dependency in a docker image without rebuilding everything else. Currently, all dependencies in an image need to be rebuilt, even when only one dependency is being updated.

For example if we only want to change the version of PETSc in the portability-dev image, the workflow should:

  • Remove the old PETSc version from the current portability-dev image.
  • Build the new PETSc version into the image.
  • Keep all the other dependencies in place.

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