ptupitsyn commented on code in PR #5275: URL: https://github.com/apache/ignite-3/pull/5275#discussion_r1998545253
########## packaging/build.gradle: ########## @@ -82,7 +82,7 @@ def replaceVars = tasks.register('replaceVars', Copy) { } docker { - name 'apacheignite/ignite3' + name 'apacheignite/ignite:3.0.0' Review Comment: ```suggestion name 'apacheignite/ignite' ``` I don't think the packaging script should include a hardcoded tag like this. ########## packaging/docker/docker-compose.yml: ########## @@ -19,7 +19,7 @@ name: ignite3 x-ignite-def: &ignite-def - image: apacheignite/ignite3:${IGNITE3_VERSION:-latest} + image: apacheignite/ignite:3.0.0 Review Comment: ```suggestion image: apacheignite/ignite3:${IGNITE3_VERSION:3.0.0} ``` -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org