We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I follow the README at "Testing" → "B. Via Docker", on macOS Arm processor1, the build fails:
no match for platform in manifest: not found
make build docker-compose -f ./docker-compose.yml build WARN[0000] /Users/wbomar/Code/DS-User-Guide/docker-compose.yml: `version` is obsolete [+] Building 1.3s (3/3) FINISHED docker:desktop-linux => [docs internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 635B 0.0s => ERROR [docs internal] load metadata for docker.io/taccwma/tacc-docs:v0.6.0 1.2s => [docs auth] taccwma/tacc-docs:pull token for registry-1.docker.io 0.0s ------ > [docs internal] load metadata for docker.io/taccwma/tacc-docs:v0.6.0: ------ failed to solve: taccwma/tacc-docs:v0.6.0: failed to resolve source metadata for docker.io/taccwma/tacc-docs:v0.6.0: no match for platform in manifest: not found make: *** [build] Error 17
Wait for support from other software:
Clone https://github.com/TACC/TACC-Docs.
Build & Start TACC-Docs via Docker.
Save the build as an image e.g. docker commit tup_docs
docker commit tup_docs
Tag the image e.g. docker tag sha256:__SHA_OF_COMMIT__ local/tacc-docs:__ANY_IDENTIFIER__
docker tag sha256:__SHA_OF_COMMIT__ local/tacc-docs:__ANY_IDENTIFIER__
Edit https://github.com/TACC/DS-User-Guide /Dockerfile.
/Dockerfile
Change FROM line to use new local image e.g.
FROM
FROM taccwma/tacc-docs:v0.6.0
FROM local/tacc-docs:__ANY_IDENTIFIER__
Build & Start DS-User-Guide via Docker.
Important
Do not commit this change.
I.e. a Mac with an M1 or M2 chip. ↩
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
If I follow the README at "Testing" → "B. Via Docker", on macOS Arm processor1, the build fails:
no match for platform in manifest: not found
Solutions
Wait for support from other software:
Workaround
Clone https://github.com/TACC/TACC-Docs.
Build & Start TACC-Docs via Docker.
Save the build as an image e.g.
docker commit tup_docs
Tag the image e.g.
docker tag sha256:__SHA_OF_COMMIT__ local/tacc-docs:__ANY_IDENTIFIER__
Edit https://github.com/TACC/DS-User-Guide
/Dockerfile
.Change
FROM
line to use new local image e.g.FROM taccwma/tacc-docs:v0.6.0
FROM local/tacc-docs:__ANY_IDENTIFIER__
Build & Start DS-User-Guide via Docker.
Important
Do not commit this change.
Footnotes
I.e. a Mac with an M1 or M2 chip. ↩
The text was updated successfully, but these errors were encountered: