generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
featureNew feature or requestNew feature or request
Description
Description
Many places in the code base use index as a shorthand for sociIndex. With v2, we also have OCI indexes (also called image indexes) which makes the usage of index ambiguous. We should rename the variables to make this more clear.
Describe the solution you'd like
We should use the following:
sociIndex -> the SOCI index that's used to lazily load an image for a specific platform
imageIndex -> the wrapper image that acts as a soci-enabled image in v2.
Describe any alternative solutions/features you've considered
No response
Any additional context or information about the feature request
No response
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request