Public/DockerTagInfo.ps1

class DockerTagInfo {
    [string] $Arch
    [string] $Distro
    [string] $Version
    [string] $Tag
}