From 07639e8cebd5c791ab3bee9f6f4802688c3e5fe4 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Fri, 2 Apr 2021 08:23:31 -0700 Subject: [PATCH] write_image_index: Remove Docker mediaType Remove `mediaType: "application/vnd.docker.distribution.manifest.list.v2+json"` previously needed for correct multi-arch display in GitHub Packages UI. --- Library/Homebrew/github_packages.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/github_packages.rb b/Library/Homebrew/github_packages.rb index 7b6014a108..4023989927 100644 --- a/Library/Homebrew/github_packages.rb +++ b/Library/Homebrew/github_packages.rb @@ -340,8 +340,6 @@ class GitHubPackages def write_image_index(manifests, blobs, annotations) image_index = { - # Currently needed for correct multi-arch display in GitHub Packages UI - mediaType: "application/vnd.docker.distribution.manifest.list.v2+json", schemaVersion: 2, manifests: manifests, annotations: annotations,