OCI: Add sh.brew.tab to the image manifest

The tab is needed to install the package using
the SHA-256 of the single-architecture image.
This commit is contained in:
Shaun Jackman 2021-04-03 15:01:44 -07:00
parent b1ad030853
commit f35baa2752

View File

@ -272,6 +272,7 @@ class GitHubPackages
"org.opencontainers.image.title" => "#{formula_full_name} #{tag}",
"com.github.package.type" => GITHUB_PACKAGE_TYPE,
"sh.brew.bottle.glibc.version" => glibc_version,
"sh.brew.tab" => tab.to_json,
}).compact.sort.to_h
image_manifest = {