-
Getting error Get "https://registry-1.docker.io/v2/": net/http: TLS handshake timeout
Hi Team, I am trying to install spryker in wsl 2 ubuntu. and when i run docker/sdk up then getting error mentioned below:- error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: TLS handshake timeout Regards, Sushant
-
Can't setup the project using staging deployment file
I need to run the project using a staging configuration But I'm getting this error Note: I'm using Apple M1 [internal] load metadata for docker.io/library/spryker-cloud_base_frontend:1.0: Dockerfile:1 1 | >>> # syntax = docker/dockerfile:experimental 2 | ARG SPRYKER_PARENT_IMAGE 3 | ARG SPRYKER_ASSETS_BUILDER_IMAGE ERROR:…
-
Need Help with Payment System in Spryker Project
Hi everyone, I hope you all are doing good. I am working on a project with Spryker and need to add a payment system to it. I checked Spryker's guide and saw they have some payment partners like Payone, Unzer, and Braintree. But, to test them, we need to talk to their sales team for some special access. I tried adding…
-
Issue with docker on Mac when you want to use images with hash
There is a know issue (https://github.com/docker/buildx/issues/795) that docker build fails to find a local image that was built using a hash. For example if you define spryker/php:8.1-alpine3.17@sha256:6c881a6022ed15b52ebeb8fa5391968dfd8c90ad671663797a189bf86da7ab92 as an image in your deploy.yml docker/sdk up will fail…