Skip to content

Partial image rebuilds #97

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions