yuqi1129 commented on code in PR #4523: URL: https://github.com/apache/gravitino/pull/4523#discussion_r1720762825
########## dev/docker/trino/Dockerfile: ########## @@ -67,7 +67,7 @@ RUN mkdir /tmp/gravitino COPY --chown=trino:trino packages/gravitino-trino-connector /tmp/gravitino ARG IMAGE_NAME -RUN if [ "$IMAGE_NAME" = "datastrato/trino" ] ; then \ +RUN if [ "$IMAGE_NAME" = "apache/gravitino-*:trino-*" ] ; then \ Review Comment: @diqiu50 We will use the tag name to indicate whether it's a Trino image, so please help verify its accuracy. -- 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]
