-
Are there any plans to add support for a not EOL elasticsearch version in the docker-sdk ootb? The d
Are there any plans to add support for a not EOL elasticsearch version in the docker-sdk ootb? The docker-sdk currently supports ES versions up to 7.6, but this version is already EOL (2021-08-11), 7.14 is the latest version (EOL 2023-02-03).
-
Hi, I tried to setup the developer enviroment with Win10 WSL2 Ubuntu. Got a "unknown service "webdri
Hi, I tried to setup the developer enviroment with Win10 WSL2 Ubuntu. Got a "unknown service "webdriver" " while I run docker/sdk up. Changing the deploy.dev.yml to chromedriver doesn't have any effect. How can I solve this issue?
-
Is there an easy way to directly access a container in the "AWS Spryker Cloud"?
Is there an easy way to directly access a container in the "AWS Spryker Cloud"?
-
Hi at all! I am trying to disable debug output in case of an error for the GlueApi to hide stacktrac
Hi at all! I am trying to disable debug output in case of an error for the GlueApi to hide stacktrace and other sensible information for productive environments. If i set docker: debug: enabled:false followed by booting the env and restarting it, it still shows the stacktrace in case of a 500 internal server error for…
-
Hello all, is there a way to enable PHP XSL extension in Spryker docker/sdk? Preferably without cust
Hello all, is there a way to enable PHP XSL extension in Spryker docker/sdk? Preferably without custom PHP image
-
Moved: Is there an easier and especially faster way than `docker/sdk clean && docker/sdk up…
This discussion has been moved.
-
Hello, I am having some trouble with my local docker environment currently.
For example running *do
Hello, I am having some trouble with my local docker environment currently. For example running docker/sdk console queue:worker:start throws a segmentation fault error. My current setup: • Newly checked out b2c demo shop • Mac OS version 10.15.6 • Docker version 20.10.7, build f0df350 • Docker Compose version 1.29.2, build…
-
Specs:
• Mac OSX version 11.5
• Docker version 20.10.7, build f0df350
• Docker Compose version v2.0
Specs: • Mac OSX version 11.5 • Docker version 20.10.7, build f0df350 • Docker Compose version v2.0.0-beta.6 • Docker SDK branch: master (latest) Do I need to downgrade docker or docker-compose? ❯ cd docker❯ git pull origin masterremote: Enumerating objects: 69, done.remote: Counting objects: 100% (69/69), done.remote:…
-
Hello, recently cloned out working repo onto another machine ( my laptop was getting bogged down )
Hello, recently cloned out working repo onto another machine ( my laptop was getting bogged down ) Ran docker/sdk boot deploy.dev.yml && docker/sdk up Creating appname_dev_redis-gui_1 ... doneCreating appname_dev_frontend_1 ... doneCreating appname_dev_gateway_1 ... doneRestarting appname_dev_gateway_1 ... doneRestarting…
-
Hi everyone, we have a problem with our spryker aws environment. On local machine the checkout works
Hi everyone, we have a problem with our spryker aws environment. On local machine the checkout works perfect but on staging there is an error on entering the payment step. Yves.CRITICAL: Symfony\Component\PropertyAccess\Exception\UnexpectedTypeException - PropertyAccessor requires a graph of objects or arrays to operate…
-
Hey 🙂 Are there specific plans to replace Jenkins with a more lightweight sche
Hey 🙂 Are there specific plans to replace Jenkins with a more lightweight scheduler such as Cronicle? Just found https://github.com/spryker/docker-sdk/pull/146 which looks pretty interesting!
-
(Untitled)
-
Heya is there a way to run debug while you are doing docker up? `docker/sdk up --data -x` ? proly
Heya is there a way to run debug while you are doing docker up? docker/sdk up --data -x ? proly not huh?
-
Hello everyone,
I seem to have run into the Docker issue above. This seems to have done something w
Hello everyone, I seem to have run into the Docker issue above. This seems to have done something with my Mutagen installation that now doesn't want to be reset, even with Compose v1. Any ideas? ☁ project [develop] docker/sdk prune--> DEVELOPMENT MODETerminating forwarding sessionsTerminating synchronization sessionsstat…
-
Hi community!
I am facing a strange issue when running `docker/sdk up`. I am getting the following
Hi community! I am facing a strange issue when running docker/sdk up. I am getting the following error when running the mutagen container: Unknown service "webdriver" which aborts the process I did not change anything noticeable in my setup and I have no idea about the root cause of this issue. I am running MacOS 11.4 with…
-
```Store: DE | Environment: development
Creating Database
RuntimeException - Exception: createdb: er
Store: DE | Environment: developmentCreating DatabaseRuntimeException - Exception: createdb: error: could not connect to database template1: FATAL: role "root" does not existin…
-
Hi there, we have standard b2c demo. after reboot all containers in demo are stopped. How to start t
Hi there, we have standard b2c demo. after reboot all containers in demo are stopped. How to start them all without loosing all data? We've added our goods, texts etc. root@ip-172-31-66-56:~# docker ps -aCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES7f6d16b00f00 spryker_b2c_gateway:1.0 "/docker-entrypoint.…" 18…
-
Hi! I'm trying to setup Spryker on my laptop, but getting errors during docker/sdk up
```=> ERRO
Hi! I'm trying to setup Spryker on my laptop, but getting errors during docker/sdk up => ERROR [internal] load metadata for [docker.io/library/spryker_b2c_base_app:1.0](http://docker.io/library/spryker_b2c_base_app:1.0) 1.4sfailed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error:…
-
Hi All, does anyone done the setup in Ubuntu 20.14 without Docker and Virtual box? I will be facing
Hi All, does anyone done the setup in Ubuntu 20.14 without Docker and Virtual box? I will be facing some issues in the setup. No jobs imported in Jenkins and the storefront has the resource bundle keys displayed. Thanks in advance.
-
Hello.
I have a local install with docker following the instructions from here
Hello. I have a local install with docker following the instructions from here https://documentation.spryker.com/docs/installing-in-development-mode-on-macos-and-linux . I'm using docker/sdk console [command-name] to run console commands I noticed that whenever I run docker/sdk console I have the following output -->…
-
```failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error:
failed to solve with frontend dockerfile.v0: failed to solve with frontend gateway.v0: rpc error: code = Unknown desc = failed to do request: Head <https://registry-1.docker.io/v2/library/nginx/manifests/alpine>: net/http: TLS handshake timeout
-
Hi everyone,
Has anyone encountered this error when starting the docker environment?
```Fatal error
Hi everyone, Has anyone encountered this error when starting the docker environment? Fatal error: Uncaught TypeError: Argument 3 passed to Composer\Downloader\DownloadManager::download() must implement interface Composer\Package\PackageInterface or be null, bool given, called in…
-
Hi everyone,
is there any way to inject a new module/dependency into the docker setup through yaml c
Hi everyone, is there any way to inject a new module/dependency into the docker setup through yaml config or something? We are trying to install pcov in our spryker containers to speed up code coverage generation for codeception/phpunit Thanks!
-
Hi there, I've set up `b2c-demo-shop` but after a few days it appears that there's no modre free dis
Hi there, I've set up b2c-demo-shop but after a few days it appears that there's no modre free disk space despite we didn't add many goods or images. How can I check what container is responsible fot that and how to clean it up?
-
Hello here o/,
I just came across something that I do not understand. or maybe its a bug?
We are u
Hello here o/, I just came across something that I do not understand. or maybe its a bug? We are using the docker-sdk with the spryker/php:7.4 base image. The Spryker-Documentation is saying one system requirement is nodejs in version 12. https://documentation.spryker.com/docs/system-requirements But the docker/sdk is…
-
I'm not able to get Tideways up and running in our project. I followed these instructions:
I'm not able to get Tideways up and running in our project. I followed these instructions: https://documentation.spryker.com/docs/configuring-services#tideways Looks like this in my setup: $ tail -32 deploy.development.yml | head -15 kibana: engine: kibana endpoints: dashboard.suite.local:tideways: apikey: ****************…
-
Hi all,
I needed a reset of my docker environment today, including docker-cleanup, updating the dock
Hi all, I needed a reset of my docker environment today, including docker-cleanup, updating the docker-sdk and bootsrap build. I also did remove the vendor and node_modules directories. Now I get a failure in the shop with the redis configuration and wonder, if this is related to an docker-sdk update? Or a docker container…
-
Is there already a easy way to use the xdebug profiler with the docker/sdk? I tried adding this to m
Is there already a easy way to use the xdebug profiler with the docker/sdk? I tried adding this to my deploy.development.yml: php: ini: "xdebug.mode": profile But looks like the problem is, that the xdebug.mode is hardcoded here. I was also not able to manage getting tideways up and running locally.
-
(Untitled)
-
Moved: Error when running propel install in the CLI container
This discussion has been moved.