Create a dockerfile to update Image within gradle project

Hello,
I have my docker as below:


And I want to update the data-query-1 container.
I have my gradle project within IntelliJ ide, and I have created a dockerFile which has in the first line the following command:

FROM commerce/search-query-app:9.1.17.0

When running this, looks like it is getting too much time, I’m not sure, but maybe it is trying to pull the image (5 gb more or less) but this is all locally deployed so it won’t be needed.
this is where it looks stucked:

 => [1/8] FROM docker.io/commerce/search-query-app:9.1.17.0@sha256:03d6b5c031746880cd9d7d53ddfd27e58f4f48098b04560ef84ba2a7634f35c5                                             776.4s
 => => resolve docker.io/commerce/search-query-app:9.1.17.0@sha256:03d6b5c031746880cd9d7d53ddfd27e58f4f48098b04560ef84ba2a7634f35c5                                             776.4s

For the moment I’m just importing my new things with docker desktop, but I want to have like an automatic build.
Any tips are appreciated, thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.