Skip to content

Conversation

Shailesh-714
Copy link
Contributor

@Shailesh-714 Shailesh-714 commented Oct 9, 2025

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Added docker.io registry prefix to all images in the docker-compose.yml to avoid confusions when the host machine has a different default registry set.

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

This pr fixes this issue #9187 (comment)

How did you test it?

Ran docker-compose up for all services:
Screenshot 2025-10-09 at 6 09 01 PM

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@Shailesh-714 Shailesh-714 self-assigned this Oct 9, 2025
@Shailesh-714 Shailesh-714 requested a review from a team as a code owner October 9, 2025 12:40
Copy link

semanticdiff-com bot commented Oct 9, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  docker-compose-development.yml  0% smaller
  docker-compose.yml  0% smaller

Copy link
Member

@SanchithHegde SanchithHegde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you do the same change in the docker-compose-development.yml file as well?

@Shailesh-714 Shailesh-714 requested a review from a team as a code owner October 10, 2025 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TASK] Add docker.io prefix to all images in docker-compose.yml

3 participants