Closed sophiewigmore closed 1 year ago
Note to look into from @anthonydahanne at working group - are there any algorithms that contain a -
? That would be an issue for this implementation
Hmmm - so sha256
can also be represented as SHA-256
or md5
can be MD-5
. We might need to rethink using a -
- @ChuckQuinnIV cc @anthonydahanne
Fair point - do we want to adjust this to use _
instead of -
? Underscore should also be valid in both Kubernetes & Windows
@ChuckQuinnIV that works, it looks like it should work on Windows. @paketo-buildpacks/tooling-maintainers any concerns with using a _
instead of -
?
@ChuckQuinnIV that works, it looks like it should work on Windows. @paketo-buildpacks/tooling-maintainers any concerns with using a
_
instead of-
?
If it works then I'm happy. I don't see any obvious concerns (assuming _
is not also used in algorithms 😅 )
@robdimsdale not that I've seen
@paketo-buildpacks/steering-committee am I good to merge this in?
Summary
Allow dependency mappings to be in format
algorithm-hash
in addition toalgorithm:hash
in order to work on Kubernetes. See for more information https://github.com/paketo-buildpacks/packit/issues/521Use Cases
Checklist