-
Outdated Blackfire PHP probe?
Hello @ Spryker's docker/sdk team 👋 It looks like the version of the Blackfire PHP probe is outdated in some spryker/php..._-_images. In a project which uses spryker/php:8.0-alpine3.16 I get the following message in Blackfire's profileview. Looks like the old version is vulnerable to DoS attacks:
-
Docker stuck on command dependencies?
Hi Team , When I'm trying to run sudo docker/sdk up it's stuck on process Command dependencies-install [vendor/bin/console frontend:project:install-dependencies] (In progress...) and get timeout after 600 seconds , moreover when I'm trying to reset with sudo docker/sdk boot reset it shows "File "reset" is not accessible."…
-
Docker/sdk transfer exist Error
can't build docker/sdk up while the transfer exist Error - Exception: Class 'Generated\Shared\Transfer\MonitoringTransactionEventTransfer' not found
-
We have completed the local setup in Ubuntu laptop. But after running the "sudo docker/sdk up" comma
We have completed the local setup in Ubuntu laptop. But after running the "sudo docker/sdk up" commands, we are receiving the error at the end like "Service search is not running. Please check the name." Could anyone please help to fix it immediately?
-
Hello there! Does anyone already see this message on a fresh project?
Hello there! Does anyone already see this message on a fresh project?
-
Hey guys, I'm trying to run `docker/sdk up` but everytime I do that I get an error saying Error resp
Hey guys, I'm trying to run docker/sdk up but everytime I do that I get an error saying Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:80 -> 0.0.0.0:0: listen tcp 0.0.0.0:80: bind: An attempt was made to access a socket in a way forbidden by its access permissions. I don't have any other…
-
Hi all , I am trying to start a custom container through my deploy.dev.yml file,
Hi all , I am trying to start a custom container through my deploy.dev.yml file, but I can’t really see any documentation/code relating this. Do you know if this is somehow supported? Or will it only start pre-defined services?
-
How do I run `docker/sdk console propel:install` for the non-default store also?
Hi, how do I run docker/sdk console propel:install for the non-default store also? The hands-on section of "Extending Spryker Functionality" left my b2c-demo-shop US store somewhat broken, as the changes to database only happened to the DE store. The eu-docker database had the spy_customer table with the added fk_antelope…
-
Hi Everyone, i have setup new project and facing issue in docker/sdk up
Hi Everyone, i have setup new project and facing issue in docker/sdk up
-
Can anyone help to fix the issue like in screenshot?
MacBook : First time installation
b2c-demo-sho
Can anyone help to fix the issue like in screenshot? MacBook : First time installation b2c-demo-shop: development mode
-
is apple-m1-adjustments-master-slave-mysql57 a new branch name for docker/sdk for mac M1 users?
is apple-m1-adjustments-master-slave-mysql57 a new branch name for docker/sdk for mac M1 users?
-
*Spryker all version setup issue* on Windows with Docker Ubuntu Microsoft app
Can someone help me?
Spryker all version setup issue on Windows with Docker Ubuntu Microsoft app Can someone help me?
-
hi there, does anyone know if docker compose v2 is supported?
hi there, does anyone know if docker compose v2 is supported?
-
Hello! We've found a weird issue of project installation failing at scheduler:setup step
Hello! We've found a weird issue of project installation failing at scheduler:setup step: Command jenkins-setup [vendor/bin/console scheduler:setup] (In progress...)Store: DE | Environment: docker.devScheduler Name: jenkinsScheduler Status: ERRORClient error: `POST…
-
Hello,
since I’ve update my macOs to 13.2 ventura my “docker/sdk up” has the problem to clone git r
Hello, since I’ve update my macOs to 13.2 ventura my “docker/sdk up” has the problem to clone git repositories. Does anybody have a solution or recommandation for help? Error: #10 16.10 Host key verification failed. 10 16.10 fatal: Could not read from remote repository Access to repositories is locally via terminal…
-
I am getting this warning for the b2c-demo-shop:
`Deprecated: The resolvable class cache is enabled
I am getting this warning for the b2c-demo-shop: Deprecated: The resolvable class cache is enabled but was not generated. in /data/vendor/spryker/kernel/src/Spryker/Shared/Kernel/ClassResolver/ResolvableCache/CacheReader/CacheReaderPhp.php on line 36 and it's breaking my docker/sdk testing codecept run
-
Any ideas why this changed between `7.4-alpine3.15` and `7.4-alpine3.16`?
Any ideas why this changed between 7.4-alpine3.15 and 7.4-alpine3.16?
-
Is there a way in docker/sdk to install additional packages such as python2 via config?
Is there a way in docker/sdk to install additional packages such as python2 via config?
-
Hi Sprykees,
after resetting my docker setup, I have troubles getting my containers to work again.
M
Hi Sprykees, after resetting my docker setup, I have troubles getting my containers to work again. My cli container is not starting anymore. Apparently because node is not installed properly. docker logs tells me /usr/local/bin/docker-php-entrypoint: line 9: /usr/local/bin/node: No such file or directory Starting the…
-
I'm facing this error while accessing URL or endpoints docker/sdk
Hello everyone I'm facing this error while accessing URL or endpoints docker/sdk is up, if somebody knows how to fix it please let me know
-
@U04FUE07LM6, you need to re install the docker and reload the file. This is happen due to missing
@U04FUE07LM6, you need to re install the docker and reload the file. This is happen due to missing files. just rebuild the docker command and re-deploy the docker.
-
Hey Team, i would like to implement the following behaviour for my local environment (
Hey Team, i would like to implement the following behaviour for my local environment (https://docs.spryker.com/docs/scos/dev/architecture/code-buckets.html#defining-the-code-buckets-to-execute), meaning i want to have one Store DE with two endpoints www.de.store.local and www.de-store.local. i want www.de.store.local to…
-
is the `mail_catcher` service behavior and usage documented somewhere?
is the mail_catcher service behavior and usage documented somewhere?
-
Hello Team,
I was trying to install spryker with docker and I am facing an issue with "docker/sdk b
Hello Team, I was trying to install spryker with docker and I am facing an issue with "docker/sdk bootstrap deploy.dev.yml" this command when I hit this command, never ending process is going on and not getting any error and response too, I also tried with root user the same issue is also coming there. Then I tried with…
-
The container is running on docker and I can only reach the backoffice endpoint
The container is running on docker and I can only reach the backoffice endpoint
-
Error when I try to run the B2C 202108.0-p2 release freshly cloned from GitHub
Hi all, when I tried to run the B2C 202108.0-p2 release freshly cloned from GitHub with the Docker SDK I encountered this error: Store: DE | Environment: docker.devMigrate databaseExecuting migration PropelMigration_1660826450 up275 of 275 SQL statements executed successfully on datasource "zed"Migration complete. No…
-
How to find the error log or enable log while using docker?
Hi, How to find the error log(exception, application, propel, etc.) or enable the log while using docker? Previously I tracked the logs under the folder(../project/data/logs/) while using vagrant.
-
While doing docker/sdk up am getting some errors, attached a screenshot
Hi All, While doing docker/sdk up am getting some errors, attached a screenshot of that can anyone say what will be a possible solution for it.
-
Is there an easier and especially faster way than `docker/sdk clean && docker/sdk up`?
Is there an easier and especially faster way than docker/sdk clean && docker/sdk up to completely empty the storage and initiate a new import of the demo data?