mammoth-autumn-37948
04/11/2022, 7:46 AMapple-m1
branch (respectively apple-m1-adjustment) we got the follow error on sdk up
Error response from daemon: image with reference spryker/chromedriver was found but does not match the specified platform: wanted linux/arm64/v8, actual: linux/amd64
If I turn off the chromedriver then i got:
Error response from daemon: image with reference wernight/phantomjs:latest was found but does not match the specified platform: wanted linux/arm64/v8, actual: linux/amd64
Anyone in the same situation? Thanks in advance!mammoth-autumn-37948
04/11/2022, 7:54 AM// TODO Make it optional in next major
// Making webdriver as required service for BC reasons
if (empty($projectData['services']['webdriver'])) {
$projectData['services']['webdriver'] = [
'engine' => 'phantomjs',
];
}
victorious-television-60346
04/11/2022, 8:03 AMmammoth-autumn-37948
04/11/2022, 8:06 AM{{ project._platformCompose }}
in generator/src/templates/service/chromedriver/default/chromedriver.yml.twig
But after this i got
Error response from daemon: image with reference swaggerapi/swagger-ui:v3.24.3 was found but does not match the specified platform: wanted linux/arm64/v8, actual: linux/amd64
I think that the problem is strict related to Docker Compose V2 and the Experimental Apple-M1-Adjustment Branch...
With docker compose V1 it worked very well for ca. 2 months now...mammoth-autumn-37948
04/11/2022, 8:09 AMplain-city-95899
04/11/2022, 8:14 AMmammoth-autumn-37948
04/11/2022, 8:16 AMapple-m1-adjustment
synced too..mammoth-autumn-37948
04/11/2022, 9:01 AMError response from daemon: image with reference rediscommander/redis-commander:latest was found but does not match the specified platform: wanted linux/arm64/v8, actual: linux/amd64
orange-book-10869
04/11/2022, 9:02 AMdocker pull spryker/chromedriver && docker/sdk boot {deploy file} && docker/sdk up
.
Unfortunately, you cannot use wernight/phantomjs
and swaggerapi/swagger-ui
as they don't support ARM architecture.mammoth-autumn-37948
04/11/2022, 9:05 AMmammoth-autumn-37948
04/11/2022, 9:07 AMrediscommander/redis-commander
always running and now not more after DC V2mammoth-autumn-37948
04/11/2022, 9:07 AMmammoth-autumn-37948
04/11/2022, 9:17 AMmammoth-autumn-37948
04/11/2022, 9:26 AMhigh-pencil-62400
04/11/2022, 10:12 AMmammoth-autumn-37948
04/11/2022, 10:16 AMorange-book-10869
04/11/2022, 10:20 AMmammoth-autumn-37948
04/11/2022, 4:02 PMorange-book-10869
04/11/2022, 4:38 PMmammoth-autumn-37948
04/21/2022, 9:33 AMmammoth-autumn-37948
04/21/2022, 9:34 AMorange-book-10869
04/21/2022, 9:59 AMplain-city-95899
05/18/2022, 8:39 AM