wave icon indicating copy to clipboard operation
wave copied to clipboard

Improve parsing of container platform

Open pditommaso opened this issue 9 months ago • 0 comments

This PR improves the parsing of the container platform twofold

  • Throw an exception when Container.of is passed a null value to avoid ambiguity on the platform used
  • Add an more explicit method Container.parseOrDefault to return linux/amd64 when the argument is null

pditommaso avatar Mar 18 '25 12:03 pditommaso