defenseunicorns / pkg

Common Go modules maintained by Defense Unicorns
Apache License 2.0
5 stars 4 forks source link

Move the cleaned OCI library to `defenseunicorns/pkg` #9

Closed Racer159 closed 5 months ago

Racer159 commented 7 months ago

Describe what should be investigated or refactored

We need to move the OCI library (once cleaned up to meet the design doc) into defenseunicorns/pkg. This includes:

  1. Moving over the actual code
  2. Updating Zarf to no longer have that code in it and point to defenseunicorns/pkg instead

Links to any relevant code

https://github.com/defenseunicorns/pkg

Additional context

This is story 4/4 in an ultimate goal to bring all of Zarf's OCI library into a common library for reuse across projects.

Depends on defenseunicorns/pkg#36 and defenseunicorns/zarf#2288