-
Hi. Is it correct to use the branch 1.2.2 for docker in Spryker (Windows) ?
Here it is referenced to
Hi. Is it correct to use the branch 1.2.2 for docker in Spryker (Windows) ? Here it is referenced to branch 1.2.2 https://documentation.spryker.com/v3/docs/getting-started-with-docker-201907#development-mode Although there are newer branches
-
Good morning. Some general question: Concerning ci/cd for Spryker projects - what are pros and cons
Good morning. Some general question: Concerning ci/cd for Spryker projects - what are pros and cons from your point of view of using Jenkins vs Bitbucket ci (or gitlab ci, as it is similar)? Assuming you have one of these two options to choose. Thank you.
-
Hallo. Ich habe mir demoshop auf Spryker Docker Sdk installiert. B2C, deploy dev yml genutzt. Einmal
Hallo. Ich habe mir demoshop auf Spryker Docker Sdk installiert. B2C, deploy dev yml genutzt. Einmal gings. Nach der zweiten Installation, die aus Gründen geschah - kriege ich nach docker/sdk up die 502:
-
Hello. After I start docker/sdk up I get finally this error:
Hello. After I start docker/sdk up I get finally this error:
-
Good morning everyone.
Does anybody has a ci recommendation for spryker and docker?
Thanks
Good morning everyone. Does anybody has a ci recommendation for spryker and docker? Thanks
-
hello i just tried to install the latest b2c demo with docker on my windows wsl setup. when i try to
hello i just tried to install the latest b2c demo with docker on my windows wsl setup. when i try to bootstrap the sdk i get this erro: 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 what am i doing…
-
Hi, is there a documentation available for extending the SDK by custom services?
Hi, is there a documentation available for extending the SDK by custom services?
-
Hi guys, we are currently experiencing some problems when building our project with `docker/sdk buil
Hi guys, we are currently experiencing some problems when building our project with docker/sdk build: #18 [builder_assets 4/4] RUN --mount=type=cache,target=/root/.npm --moun...#18 digest: sha256:84fc65636cfb613a1b0a18913ae58359f0ca84151aef5838ee611126e4bad69b#18 name: "[builder_assets 4/4] RUN…
-
Hi,
I've got a problem with the Docker Installation Prerequisites on Windows.
Hi, I've got a problem with the Docker Installation Prerequisites on Windows. https://documentation.spryker.com/docs/docker-installation-prerequisites-windows The point "Install Unison" does not work completely for me. Here are my questions: * I have no idea what unison and OCaml are used for. Can someone explain what it…
-
Hello together. I have a problem with installing docker in an older spryker project.
The version th
Hello together. I have a problem with installing docker in an older spryker project. The version that is required as described in the documentation is 202001.0 . In the project i have: "spryker-feature/spryker-core": "^201907.0" Does anybody knows which version (i.E. tag) i have to use in this step: git clone…
-
Hi, when I run `docker/sdk demo-data` (i want just reset db and service and import fresh everything)
Hi, when I run docker/sdk demo-data (i want just reset db and service and import fresh everything) sdk run loadDemoData with at end of this function ` execSpryker "vendor/bin/install -r docker -s init-storages-per-region -s ${demoDataSection}" But i get following error: Dropping all database tables. Error happened during…
-
Hi guys, here another problem that i get since yesterday permanently.
As every day i check what ther
Hi guys, here another problem that i get since yesterday permanently. As every day i check what there is new from spryker packages or symfony... just composer update. I run just this command: docker/sdk cli COMPOSER_MEMORY_LIMIT=-1 composer update --dry-run Since yesterday i get the following random network errors:…
-
Hi, I'm having trouble using the docker/sdk after having modified composer.json (I've installed midd
Hi, I'm having trouble using the docker/sdk after having modified composer.json (I've installed middleware/process), since spryker will build the container using default autoload.php. Can anybody tell me the best way to use local composer.json in docker/sdk.
-
Hi guys,
i just update our docker local project with new updates (published yesterday) and try to ac
Hi guys, i just update our docker local project with new updates (published yesterday) and try to access to new kibana v.6.8. I just update our deploy.dev.yml so: kibana: engine: kibana version: 6.8 endpoints: kibana.<domain>.com: and run sdk bootstrap deploy.dev.yml and sdk up. Kibana Container is there but when i try to…
-
Hey there, with the current sdk 1.8.0., when I try to `sdk stop` without a cli container running, I
Hey there, with the current sdk 1.8.0., when I try to sdk stop without a cli container running, I always get "docker rm" requires at least 1 argument.See 'docker rm --help'.Usage: docker rm [OPTIONS] CONTAINER [CONTAINER...]Remove one or more containers Is this a known issue? How can I remove the stack without the…
-
Hi guys, i have the following error in my docker env
```Failed to complete request with server autho
Hi guys, i have the following error in my docker env Failed to complete request with server authority <http://rpc_server_de>. Configured with (SSL Disabled) rpc_server_de::80 in /data/config/Shared/config_default.php. Error: Stacktrace: This happend when system try to make a call via guzzle to self (for example some…
-
Hello everyone.
In recent installations I always get a composer error while booting the docker sdk.
Hello everyone. In recent installations I always get a composer error while booting the docker sdk. The messag is: ERROR [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 0. I'm using…
-
Hello guys.. in docker env i've seen that the errors are not shown, but only logged in exception log
Hello guys.. in docker env i've seen that the errors are not shown, but only logged in exception log. I find the default configuration for php.ini here -> docker/context/php/php.ini:477 But in config_default-docker.php the display errors is set to true $config[ErrorHandlerConstants::DISPLAY_ERRORS] = true; This config is…
-
Hey,
i'am trying to use docker/sdk under windows 10 (q&a guy's 😞). Does someone is
Hey, i'am trying to use docker/sdk under windows 10 (q&a guy's 😞). Does someone is using spryker docker environment under windows? Docker buildkit isn't running docker/sdk bootstrap[+] Building 0.1s (2/2) FINISHED => [internal] load .dockerignore 0.1s => => transferring context: 48B 0.0s => [internal] load build definition…
-
Hey, I am trying to add a testing database to my docker setup. What is the right way to do so? I tri
Hey, I am trying to add a testing database to my docker setup. What is the right way to do so? I tried adding a new “testing” region in the deploy file, but that doesn’t seem right and it doesn’t work anyway. Thanks!
-
Hello guys, how can i load in docker under swagger in docker the glue documentation g
Hello guys, how can i load in docker under swagger in docker the glue documentation generated from this command docker/sdk console rest-api:generate:documentation ? I've seen that this command generate the spryker_rest_api.schema.yml file under src/Generated/Glue/Specification but me is not clear how to load this…
-
Hi guys, does anyone have experience with this error: `Service search is not running. Please check t
Hi guys, does anyone have experience with this error: Service search is not running. Please check the name.? I have under service/elastic the default version of elastic to 6.8 changed, because i need this version. Thanks in advance
-
Is there any known issues with generated transfer objects in dev mode? When I run the command I get
Is there any known issues with generated transfer objects in dev mode? When I run the command I get the output that it was generated but I don't see the file in the folder
-
is the cache of Zed kept inside the container or is it mounted? Question is if I add/change twig fil
is the cache of Zed kept inside the container or is it mounted? Question is if I add/change twig files I need to recreate the container?
-
Hello together,
does anyone have any experience getting Vue to work with Spryker?
I followed the ins
Hello together, does anyone have any experience getting Vue to work with Spryker? I followed the instructions to install React and it worked perfectly. But when trying to get Vue to work following the same procedure I am not getting any results.
-
Hi is it possible to describe an external service usind deploy.yml and docker/sdk? For example we al
Hi is it possible to describe an external service usind deploy.yml and docker/sdk? For example we already have a working redis or postgres and want to experiment with it, can this be easy adressed?
-
I might have found an issue with the Docker SDK, regarding Xdebug config:
in the file "docker/deploy
I might have found an issue with the Docker SDK, regarding Xdebug config: in the file "docker/deployment/default/deploy", line 123, you get the IP for linux using ifconfig, which is not always installed by default in the host (my case). You probably have to add a test to check if this command is available as well
-
Hi there, first thanks for the quick support and response!
Second, we have a issue with a local dock
Hi there, first thanks for the quick support and response! Second, we have a issue with a local docker setup for our developers we get a CORS error for fonts, when we using Yves: Anyone have the same issue and can help here?
-
Hello again,
yesterday I tried to find the solution for the error that occurred. When I follow the
Hello again, yesterday I tried to find the solution for the error that occurred. When I follow the tutorial to try and implement the personalized product page, I get the error that Class ‘PersonalizedProductDependecyProvider’ is not found. To resolve this problem I tried to install and configure xdebug for my docker setup.…
-
Hi, is it possible to get docker/sdk listen on a different port than 80 externally?
Hi, is it possible to get docker/sdk listen on a different port than 80 externally?