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, since I updated our images with `docker/sdk pull` I had to add an empty `.env` file at projec

U019JM2HE7N
U019JM2HE7N Posts: 61 🧑🏻‍🚀 - Cadet
edited April 2021 in Docker

Hello, since I updated our images with docker/sdk pull I had to add an empty .env file at project root level. Otherwise following error occurs on docker bootup:

Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
ERROR: Couldn't find env file: /Users/…/ project/.env
Error: unable to bring up Mutagen service: up command failed: exit status 1

Maybe related to: https://sprykercommunity.slack.com/archives/CMYFJCG2E/p1617885211004300?cid=CMYFJCG2E

Comments

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

    It seems that is related to this: https://github.com/mutagen-io/mutagen/issues/265

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

    We just got a fail behavior with Mutagen on Docker 3.3.0.

    I suggest to downgrade to previous docker version until Mutagen is fixed.

  • U019JM2HE7N
    U019JM2HE7N Posts: 61 🧑🏻‍🚀 - Cadet

    Thank you Mike for investigating! Since mutagen still work as expected and I haven't seen any other side effects with an empty .env-file, I will try to continue to use it with the current docker version