anchore / stereoscope

go library for processing container images and simulating a squash filesystem
Apache License 2.0
78 stars 43 forks source link

Forks in use #266

Open wagoodman opened 2 months ago

wagoodman commented 2 months ago

This is a list of forks of original projects that have been incorporated into stereoscope. This tends to happen when there is some new functionality that we need upstream that we can't adapt easily in the codebase in stereoscope. Usually a PR is opened upstream and in the meantime the fork is used in stereoscope. We try not to get into this state, but when we do we should track which dependencies we are using that are in this state.

Ultimately the goal is to stop using these forks. This can be done a few different ways:

  1. Try and get the upstream PR merged and remove any usage of the fork from stereoscope
  2. Find an alternative library to use

Forks