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..

i´ve used the sdk in a demo project but i couldn't figure out how to set it in production mode is th

UMJ465PLG
UMJ465PLG Posts: 72 🧑🏻‍🚀 - Cadet

i´ve used the sdk in a demo project but i couldn't figure out how to set it in production mode is there a guide for that?

Comments

  • sprymiker
    sprymiker Cloud Platform Architect Sprykee Posts: 781 🧑🏻‍🚀 - Cadet

    Hello Timo,

    Spryker Docker SDK is a tool for development and CI/CD. So using it in production does not make sense.

    But it can be a part of production deployment and provide the functionality to prepare (bake) docker images for production usage.

    Currently Spryker Docker SDK does not have separate command to prepare production docker images. The feature is under development. In the meanwhile you can tune docker/deployment/default/images/base_app/Dockerfile by removing dev and test related rows and push created image into docker repo for late usage.

  • sprymiker
    sprymiker Cloud Platform Architect Sprykee Posts: 781 🧑🏻‍🚀 - Cadet
    edited September 2019

    I would recommend to subscribe to releases in https://github.com/spryker/docker-sdk in order to be updated when command is available.