dotnet-docker icon indicating copy to clipboard operation
dotnet-docker copied to clipboard

Image Tests for Tag Validation

Open ellahathaway opened this issue 5 months ago • 0 comments

We need to implement tests based on the produced images for the following scenarios to ensure the correctness of our tags and adherence to our tagging rules:

  • All tags in readme row point to the same image
  • Tags have what they say they have
    • .NET Version is the latest matches what's installed
    • Arch matches OS
    • OS matches what is installed
  • For multi-arch, each arch is present

ellahathaway avatar Aug 27 '24 22:08 ellahathaway