Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent behaviors when using Docksal Solr image vs. standard Solr image #26

Open
joshuaboltz opened this issue Sep 30, 2024 · 0 comments

Comments

@joshuaboltz
Copy link

joshuaboltz commented Sep 30, 2024

Using Docksal, I am seeing different experiences with how I am pulling in the Solr image:

Doesn't work (works some of the times, very inconsistent and unstable):
solr:
image: docksal/solr:8

Works (each and every time):
solr:
image: solr:8

Mostly what I see when doing the "not working" example, is that the Solr interface can't be accessed (solr.my-domain.docksal.site).

Then, I may do some combination of:

  • fin p restart
  • fin system reset solr
  • fin system reset
  • colima restart

And eventually I may get lucky and find it working as expected. But, it's a pain.
Using the "works" example, it works as expected each and every time.

But, what's the issue?
And am I missing anything important by using "solr:8" instead of "docksal/solr:8"?

fin version
Docksal version: v1.19.0
fin version:     v1.118.0

colima --version
colima version 0.7.5

  # Solr
  solr:
    image: solr:8
    volumes:
      - ${PROJECT_ROOT}/.docksal/etc/solr/conf:/var/www/.docksal/etc/solr/conf:ro
    entrypoint:
      - docker-entrypoint.sh
      - solr-precreate
      - my_store
    extends:
      file: ${HOME}/.docksal/stacks/services.yml
      service: solr
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

No branches or pull requests

1 participant