-
what is the reason that the docker-sdk generator uses json_encode() to encode the project secrets? I
what is the reason that the docker-sdk generator uses json_encode() to encode the project secrets? I have a secret like MY_SECRET: "abc/def" and this ends up like MY_SECRET: "abc\/def" in the env file being generated because of this, which of course is a different value
-
Hello everyone! We are currently experiencing some issues with the build process. Failing command: `
Hello everyone! We are currently experiencing some issues with the build process. Failing command: RUN mkdir -p /tmp/blackfire && curl -A \"Docker\" -L <https://blackfire.io/api/v1/releases/client/linux_static/amd64> | tar zxp -C /tmp/blackfire && mv /tmp/blackfire/blackfire /usr/bin/blackfire && rm -Rf /tmp/blackfire…
-
Hello,
Do you know why Spryker docker env (local) is starting super slow after stop? First start aft
Hello, Do you know why Spryker docker env (local) is starting super slow after stop? First start after docker start is fast, but every other takes ages... It was working good before
-
Hello everyone. Is there a best practice or some workflow for doing rollbacks in AWS/Spryker Cloud e
Hello everyone. Is there a best practice or some workflow for doing rollbacks in AWS/Spryker Cloud environment? Rolling back the code base to a previous version is just a matter of creating containers from some older images, but what is the right (or the best) way to roll back database, redis and elasticsearch?
-
Hello, we are currently experiencing some problems with our build process. This is what we found in
Hello, we are currently experiencing some problems with our build process. This is what we found in logs: 2020-11-16T17:02:04.277+01:00 #9 [stage-0 1/9] FROM [docker.io/spryker/php:7.3](http://docker.io/spryker/php:7.3)2020-11-16T17:02:04.277+01:00 #9 digest:…
-
Hi, my Spryker worked fine on Friday, I was just now trying to docker/sdk up and the process always
Hi, my Spryker worked fine on Friday, I was just now trying to docker/sdk up and the process always gets stuck on this step Forcing synchronization cycle for session sync_h45Q6cHVY6y7DIMG71yODfirBT2NgSDL7 I tried reseting, pruning system and volumes, always gets stuck on the same process now in the build process. MacOS…
-
Hello All,
Do you know if it is possible to import product labels and relations via CSV files?
Hello All, Do you know if it is possible to import product labels and relations via CSV files?
-
Hello,
some of our developers are experiencing problems with their docker-sync setup. Sometimes, the
Hello, some of our developers are experiencing problems with their docker-sync setup. Sometimes, the synchronization just stops and leads to inconsistently synced files. While trying out mutagen now, we wonder what's the reason to use docker-sync by default and not the native bind mount on MacOS. Is there a specific reason…
-
Hello everyone,
I'm not 100% sure but If I remember it correctly from one spryker-usergroup, one top
Hello everyone, I'm not 100% sure but If I remember it correctly from one spryker-usergroup, one topic on the docker-sdk's roadmap is support for gitlab (-CI). Is this (still) correct? Are there any news on this or maybe even an ETA?
-
Hello everyone,
a couple of developers are using Linux desktop systems with multiple user accounts.
Hello everyone, a couple of developers are using Linux desktop systems with multiple user accounts. Their own is never UID 1000. It seems that docker/sdk makes a mistake here or has hardcoded values for UID 1000. If I start our project on such a system with a user who has UID 1001, directory permissions are incorrectly set…
-
Hi Guys I’m currently trying to get swagger ui working properly using docker/sdk 1.23.0. I can acces
Hi Guys I’m currently trying to get swagger ui working properly using docker/sdk 1.23.0. I can access to http://swagger.spryker.local/ but whenever I try a request to any open resource e.g. /catalog-search from swagger ui I always get a server response “TypeError: Failed to fetch”. Anyone had this problem and would willing…
-
hey guys, is there any reason, and if yes which, that in the docker/sdk setup, the Glue get's a envi
hey guys, is there any reason, and if yes which, that in the docker/sdk setup, the Glue get's a environment variable called SPRYKER_ZED_HOST with the hostname of the Zed, whilest in the cli .env file, the env variable is called SPRYKER_BE_HOST? See [1] and [2]
-
Hey everyone,
I recently encountered an error on a simple test scenario. I tried to test the functio
Hey everyone, I recently encountered an error on a simple test scenario. I tried to test the functionality of a zed facade. Exposing it through the zed ui, the facade works and returns my data, but calling it from the test, i get the following error. [Propel\Runtime\Exception\RuntimeException] No connection defined for…
-
Hello, guys!
I'm trying to set up a demo stand with the Spryker shop using the docker/sdk, but it fa
Hello, guys! I'm trying to set up a demo stand with the Spryker shop using the docker/sdk, but it fails at some point during the vendor/bin/console setup:init-db operation: Installing DB data for PriceProductError - Exception: Class 'Orm\Zed\PriceProduct\Persistence\Base\SpyPriceTypeQuery' not foundin…
-
hey everyone, I am currently switching an older Spryker project from a self-built docker base to be
hey everyone, I am currently switching an older Spryker project from a self-built docker base to be using the official docker/sdk from Spryker. I have now some problems understanding how docker/sdk handles the testing environment... In our existing codebase, we switched APPLICATION_ENV between development (for development)…
-
Hey! I am trying to use the queue client in an Yves controller, but noticed that it doesn’t work sin
Hey! I am trying to use the queue client in an Yves controller, but noticed that it doesn’t work since the broker env-variables are not passed to the Yves container. Adding the broker include block from zed.env.twig to yves.env.twig fixes it, but I am wondering if that is a proper fix. Is there a proper way to get the…
-
Hi!
I’ve installed
Hi! I’ve installed spryker-b2b-demo in docker & dev mode. I tried to get Tests running by using the bootcamp StringReverser example. Running the tests in docker with docker/sdk testing codecept run -c tests/PyzTest/Zed/StringReverser results in: PyzTest\Zed\StringReverser.Business Tests (1) E StringReverserFacadeTest:…
-
Hi Guys,
i need to install local on my docker an extra php extension... `oci8` to allow a connectio
Hi Guys, i need to install local on my docker an extra php extension... oci8 to allow a connection to an oracle db... In my deploy.dev.yml file i just modified the image as following: image: tag: spryker/php:7.4 php: enabled-extensions: - oci8 Now when i run docker/sdk boostrap deploy.dev.yml command i get the following…
-
is `docker/sdk up` (without `-x`) to run env. without xdebug? my xdebug's still running even without
is docker/sdk up (without -x) to run env. without xdebug? my xdebug's still running even without -x which could be my timeout issue on ubuntu, anyone has the same thing? https://sprykercommunity.slack.com/archives/G01D3R3TDGQ/p1603184671011500?thread_ts=1603182704.009100&cid=G01D3R3TDGQ
-
It seems I found the source of the issue. On this page:
It seems I found the source of the issue. On this page: https://documentation.spryker.com/v4/docs/docker-installation-prerequisites-linux#required-software-and-configuration it says I need to enable BuildKit for the docker daemon, so I did that intially. Now I removed this configuration an everything is working fine.…
-
hi, im trying to set up a clean docker env for the workshop. After "docker/sdk up" i get the followi
hi, im trying to set up a clean docker env for the workshop. After "docker/sdk up" i get the following error. As I set up the docker env for the bootcamp everything works. ======================================================================================================================== Install docker environment…
-
```$ docker/sdk start
--> DEVELOPMENT MODE
Starting spryker_b2c_dev_cli_1 ...
Starting spryk
$ docker/sdk start--> DEVELOPMENT MODE Starting spryker_b2c_dev_cli_1 ... Starting spryker_b2c_dev_cli_ssh_relay_1 ... spryker_b2c_dev_scheduler_1 is up-to-datespryker_b2c_dev_session_1 is up-to-datespryker_b2c_dev_key_value_store_1 is up-to-datespryker_b2c_dev_mail_catcher_1 is up-to-datespryker_b2c_dev_search_1 is…
-
hi everyone, I got this on my linux, it's timeout issue, does any one have any idea how to fix it?
`
hi everyone, I got this on my linux, it's timeout issue, does any one have any idea how to fix it? $ sudo docker logs spryker_b2c_dev_yves_eu_12020-10-15 15:14:59,191 INFO Set uid to user 0 succeeded2020-10-15 15:14:59,201 INFO supervisord started with pid 12020-10-15 15:15:00,207 INFO spawned: 'php-fpm_00' with pid…
-
Hello community,
Does any of you know how to disable the `Fail Whale` and show the error instead ?
Hello community, Does any of you know how to disable the Fail Whale and show the error instead ?
-
Hi,
how are you supposed to debug internal events? As far as I can tell you can only debug browser r
Hi, how are you supposed to debug internal events? As far as I can tell you can only debug browser requests and console commands. DockerSDK Version 1.23.0 => Example: RabbitMQ Events
-
Hello,
when i am using WSL2, the setup is painfully slow. It even runs into timeouts.
Compared to th
Hello, when i am using WSL2, the setup is painfully slow. It even runs into timeouts. Compared to this, my working WSL1 is much faster. I am using Ubuntu 20.04 LTS, installed docker-compose and dockerForWindows is setup to use WSL2, has experimental Features on, as well as "buildkit". The sourcecode is not hosted inside…
-
I'm trying to get started with Spryker with the Bootcamp but got stuck in the docker build process w
I'm trying to get started with Spryker with the Bootcamp but got stuck in the docker build process with npm. I have Windows with WSL (Ubuntu 18.04). When building the docker images the npm install fails due to missing python. To isolate the issue: $ docker/sdk cli npm installWarning: Neither SSH agent or COMPOSER_AUTH is…
-
Hey Everyone, when I try to install the b2b shop with docker-sdk version 1.22.1 I'm getting this err
Hey Everyone, when I try to install the b2b shop with docker-sdk version 1.22.1 I'm getting this error message: Fatal error: Uncaught Error: Undefined class constant 'RESOLVABLE_CLASS_NAMES_CACHE_ENABLED' in /data/config/Shared/config_default.php:71Stack trace:#0…
-
Is build process always using `docker` environment and hence `config_default-docker.php` or can it
Is build process always using docker environment and hence config_default-docker.php or can it be changed somehow?
-
Hello,
one question regarding deploy file reference.
In
Hello, one question regarding deploy file reference. In https://documentation.spryker.com/v3/docs/en/deploy-file-reference-version-1-201907 there is no mention of assets and composer keys which are defined in https://github.com/spryker-shop/b2c-demo-shop/blob/master/deploy.yml for example. Is there any documentation on how…