Calling Developers!
We are reenergizing our code contribution process! Learn More

What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hello, maybe anyone know if there is a way to use a custom image in deploy.*.yml for search ? for ex

Options
U039KSAEVK7
U039KSAEVK7 Posts: 7 🧑🏻‍🚀 - Cadet

Hello, maybe anyone know if there is a way to use a custom image in deploy.*.yml for search ? for example image: elasticsearch:6.8.23

Comments

  • fsmeier
    fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,016 ⚖️ - Guardians (admin)
    Options

    As far as i know it is not possible without forking the docker sdk

  • U039KSAEVK7
    U039KSAEVK7 Posts: 7 🧑🏻‍🚀 - Cadet
    Options

    I found out that you can pass in deploy.*.yml docker: compose: yamls: - ‘docker-compose.override.yml’ and override the built docker-compose file which worked fine. Although spryker documentation advises not to use this is production.