IgGusev commented on code in PR #5275: URL: https://github.com/apache/ignite-3/pull/5275#discussion_r1998553401
########## 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: This would pull latest, which is currently set to 2.17. As we are sharing docker repos, we cannot not hard code this is we want Ignite 3. ########## 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: There is no apacheignite/ignite3 unless i am missing something. -- 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