-
Hi,
I have the docker spryker setup with docker-sync and the newest Spryker docker/sdk.
Since the de
Hi, I have the docker spryker setup with docker-sync and the newest Spryker docker/sdk. Since the debug “-x” flag does not work anymore I have to use the debug cookie. The Problem: As soon as the debug session begins the code is frozen, so it is not synced anymore. When I quit the debugging session everything ist fine. BUT…
-
Hi guys. I am having problems with getting suite to build via docker with the deploy.dev.yml. I b2c-
Hi guys. I am having problems with getting suite to build via docker with the deploy.dev.yml. I b2c-demo builds and runs fine with the deploy.dev.yml and the deploy.yml also works fine in both shops. chmod: changing permissions of '/data/config/Zed/dev_only_private.key': Operation not permittedchmod: changing permissions…
-
Hi, anyone know how to add php extensions for docker demo shop?
Hi, anyone know how to add php extensions for docker demo shop?
-
Good morning. Does anyone know how to setup development environment with spryker docker sdk?
Good morning. Does anyone know how to setup development environment with spryker docker sdk? https://documentation.spryker.com/v3/docs/docker-sdk also it does not sync files for me on linux... I need that the changes appear in docker containers and they don't
-
Hi i run into docker/sdk up problem with permission issue:
Copy and merge schema files
UnexpectedVal
Hi i run into docker/sdk up problem with permission issue: Copy and merge schema files UnexpectedValueException - Exception: There is no existing directory at "/var/log/spryker/DE/ZED" and its not buildable: Permission denied in /data/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php (172) any idea to solve that…
-
Hello guys,
today i just faced out that my MailHog (mailcatcher container) does not work more proper
Hello guys, today i just faced out that my MailHog (mailcatcher container) does not work more properly.. The WebUi of MailHog is working but the websocket is always disconnected.. I've seen the following error in browser console: WebSocket connection to wss://<my-domain>/api/v2/websocket failed: Unexpected response code:…
-
Hi, I think I may have a dummy question. My colleague has installed our spryker repo with docker sdk
Hi, I think I may have a dummy question. My colleague has installed our spryker repo with docker sdk on his linux system and everything went ok. But now that everything is installed, when he enters one of the local addresses in his browser, the page won't load. Does someone know what the problem is? I work on a Windows…
-
Hi, we'd be glad if anybody could help us regarding the Zed request routing which seems to have chan
Hi, we'd be glad if anybody could help us regarding the Zed request routing which seems to have changed in docker-sdk update 1.15. Previously, there was an "rpc-server" component that allows to make internal Zed requests from Yves. Now this has changed with the new release so that the Zed endpoint (serving both backoffice…
-
Good morning, another question regarding `docker/sdk` build process. We have a problem that during t
Good morning, another question regarding docker/sdk build process. We have a problem that during the build process data/translation directory goes missing. Or is this the expected behaviour and we should do some post deployment actions? Check thread for more specific details.
-
Hi,
I'm trying to setup a local docker based environment on win10 and WSL. I'm getting an error whil
Hi, I'm trying to setup a local docker based environment on win10 and WSL. I'm getting an error while doing docker/sdk bootstrap deploy.dev.yml [...] => => naming to [docker.io/library/spryker_docker_sdk](http://docker.io/library/spryker_docker_sdk) 0.0sPHP Fatal error: Uncaught…
-
Hi guys, we are using `docker/sdk` and want to install some additional server libraries (for pdf ma
Hi guys, we are using docker/sdk and want to install some additional server libraries (for pdf manipulation for example). Is this somehow possible or do we need to fork the docker/sdk repository and modify the Dockerfiles to install the needed libraries and then use our forked repo to build the images?
-
Hi guys! I’m trying to configure blackfire using the sdk following the doku but having some issues d
Hi guys! I’m trying to configure blackfire using the sdk following the doku but having some issues during the process. https://documentation.spryker.com/docs/services
-
Hello guys, does anyone know, if there is a reaseon why only the mailhog has a restart-policy in the
Hello guys, does anyone know, if there is a reaseon why only the mailhog has a restart-policy in the docker-compose.yml or is there a config/switch while bootstraping for this?
-
hi guys. I need to install module from private repository. And I need to add public ssh key to the C
hi guys. I need to install module from private repository. And I need to add public ssh key to the CLI docker container. How can I do it? How can add this key when entering CLI container using docker/sdk cli ? thanks.
-
Hello there! I’m running with Docker in Mac.
While running a random command `./vendor/bin/console lo
Hello there! I’m running with Docker in Mac. While running a random command ./vendor/bin/console log:clear I got this Exception: Do you know if that might be related with docker and its permissions? Or just with the permissions from my local?
-
Hi,
anybody tried blackfire with vendor/bin/console in spryker projects before?
I get only
> Pr
Hi, anybody tried blackfire with vendor/bin/console in spryker projects before? I get only if I run cmd local php file is working with Blackfire environment variables are set; blackfire extension is loaded
-
Hi guys,
i want to configure our wildcard ssl certificate in local docker env.... i replaced the def
Hi guys, i want to configure our wildcard ssl certificate in local docker env.... i replaced the default.crt and default.key with our crt and key files... and adjusted some dn information in v3.ext but when i run the bootstrap command i get always the following error: Generating a RSA private…
-
Theoretically you should be able to build production like images with containers containing your sou
Theoretically you should be able to build production like images with containers containing your sources with docker/sdk - however that didn't lead to a satisfying result for us.
-
Hi docker Guys 😉
I've seen that spryker now is compatible with newer version of Postgres (offi
Hi docker Guys 😉 I've seen that spryker now is compatible with newer version of Postgres (officially 🙂 ) -> https://github.com/spryker/docker-sdk/tree/master/generator/src/templates/service/postgres What are the steps to migrate correctly to new version (12 i.e.) locally? Of course task 1 is set version in deploy.yml and…
-
Hello,
I’m developing composer library for spryker. In standard docker config (without docker-sync),
Hello, I’m developing composer library for spryker. In standard docker config (without docker-sync), when i wanted to test this module in the project, I just configured is as path type repository in composer, so it was symlinked, but I don’t know how to make it work with docker-sync. Do you know how to configure…
-
```[spryker_app_dependencies 5/5] RUN --mount=type=cache,target=/home/spryker/.composer/cache,from=c
[spryker_app_dependencies 5/5] RUN --mount=type=cache,target=/home/spryker/.composer/cache,from=composer_cache,source=/cache composer install --no-interaction --optimize-autoloader --no-dev:#14 0.631 Loading composer repositories with package information#14 0.632 Installing dependencies from lock file#14 5.640 6: Could not…
-
Hello guys, has anyone some problems mit Unison-Sync in the case switch oft branch in development ph
Hello guys, has anyone some problems mit Unison-Sync in the case switch oft branch in development phase? I have sometimes problem that the sync need to much time and then at end i have not consistent files.
-
Hello all,
does anyone have any experience getting vuestorefront to work with spryker in a docker se
Hello all, does anyone have any experience getting vuestorefront to work with spryker in a docker setup?
-
Hi guys! How do you configure spryker in docker to send the log from yves and zed directly to the st
Hi guys! How do you configure spryker in docker to send the log from yves and zed directly to the stdout? They are directly sent to Kibana. I currently have: $config[LogConstants::LOG_FILE_PATH_YVES] = '<php://stdout>';$config[LogConstants::LOG_FILE_PATH_ZED] =…
-
I am trying to use elastice 6.8 in my docker environment. Is there a guide to replace it?
I am trying to use elastice 6.8 in my docker environment. Is there a guide to replace it?
-
Hello folks, does anyone know if it is possible to add custom tags to the images while `docker/sdk b
Hello folks, does anyone know if it is possible to add custom tags to the images while docker/sdk build or earlier while docker/sdk boot [deploy.ci](http://deploy.ci).yml. E.g. by using command-line parameters? We would like to use this in a build-pipeline to differentiate between branches/pipelines. After the build-stage…
-
We reported an issue in Docker with Windows last year, it's the problem
"PHP Fatal error: Uncaught
We reported an issue in Docker with Windows last year, it's the problem "PHP Fatal error: Uncaught Symfony\Component\Yaml\Exception\ParseException: File "/data/deployment/project.yml" does not exist. in /data/vendor/symfony/yaml/Parser.php:53" As I can see , @UMJ465PLG also has that problem and a few other persons. The…
-
Hi,
is there a newer Docker Installation Guide for Spryker Docker in Windows ?
This is the last th
Hi, is there a newer Docker Installation Guide for Spryker Docker in Windows ? This is the last that I found: https://documentation.spryker.com/v3/docs/docker-install-prerequisites-windows-201907
-
Hi! My docker containers are using an unusual amount of cpu. At times docker is using 300% cpu capac
Hi! My docker containers are using an unusual amount of cpu. At times docker is using 300% cpu capacity. It seems the scheduler containers are the issue. Did anyone encounter this before? edit: Running on Mac 10.15.3, Docker 19.03.8
-
I would like to have a general approach how to update spryker in docker enviroment.
And not to dest
I would like to have a general approach how to update spryker in docker enviroment. And not to destory the container every time. Loosing the database and installing againg.