Describtion
When I ran docker build -t wenex/platform:latest . I got the following error:
=> ERROR [internal] load metadata for docker.io/wenex/node:22-base 1.0s
------
> [internal] load metadata for docker.io/wenex/node:22-base:
------
Dockerfile:10
--------------------
8 | # ####################################################################
9 |
10 | >>> FROM wenex/node:22-base
11 | WORKDIR /app
12 |
--------------------
ERROR: failed to solve: wenex/node:22-base: failed to resolve source metadata for docker.io/wenex/node:22-base: no match for platform in manifest: not found
Expected
A successfully build of platform container
Environment:
- OS: macOS Sequoia 15.4.1
- Wenex Platform Version 1.6
Describtion
When I ran
docker build -t wenex/platform:latest .I got the following error:Expected
A successfully build of platform container
Environment: