Jackie-Jiang commented on code in PR #17072:
URL: https://github.com/apache/pinot/pull/17072#discussion_r3448914510


##########
.github/workflows/japicmp-exclude.xml:
##########
@@ -16,18 +14,11 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-#
-
-set -e
-
-MANIFEST_TAG="apachepinot/pinot-base-${BASE_IMAGE_TYPE}:${TAG}"
-
-# Remove any existing local manifest so re-runs of a failed workflow don't fail
-# with "manifest already exists".
-docker manifest rm "${MANIFEST_TAG}" 2>/dev/null || true
-
-docker manifest create "${MANIFEST_TAG}" \
-    --amend "apachepinot/pinot-base-${BASE_IMAGE_TYPE}:${TAG}-amd64" \
-    --amend "apachepinot/pinot-base-${BASE_IMAGE_TYPE}:${TAG}-arm64"
 
-docker manifest push "${MANIFEST_TAG}"
+# Deprecated methods intentionally removed in this release

Review Comment:
   Do not add this as this is an one time change



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to