I successfully built ThingsBoard from source using Maven, but I’m facing an issue where the Docker image is not being created after the build.
The build completes successfully with the following message:
[INFO] BUILD SUCCESS
[INFO] Total time: 12:29 min
[INFO] Finished at: 2024-12-20T12:40:14+05:30
The Docker image is not showing up, and there’s no error or message indicating why it’s missing.
Steps I’ve tried:
Checked the target/ directory for the image.
Ensured that Docker is running and configured correctly.