How to handle multi-arch Dockerfile digest pinning #8143
-
|
Hi, what's the right way to handle docker digest pinning for multiple architectures? If I add multiple Dockerfiles e.g. |
Beta Was this translation helpful? Give feedback.
Answered by
rarkins
Dec 27, 2020
Replies: 1 comment 1 reply
-
|
I'm not sure exactly how that works. However I know for library images you can reference like "amd64/node" instead of just "node". |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xoxys
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure exactly how that works. However I know for library images you can reference like "amd64/node" instead of just "node".