You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup my Dockerfile to get the navikey/raspbian-bullseye 64-bit image which has a "digest" value associated with it. I can't just pull "latest" because that'll default to the 32-bit version.
I've tried: FROM 7d681cac2d58
but I get a "invalid reference format" so I guess I'm not specifying the value correctly. I've also just tried to use:
FROM sha256:7d681cac2d582505c2546146b3f877afa3157afdff97ee6fb0fc8de736461618
which is the 64-bit versions hash, but that doesn't work either.
I need some help...ANYONE? Please?
The text was updated successfully, but these errors were encountered:
I'm trying to setup my Dockerfile to get the navikey/raspbian-bullseye 64-bit image which has a "digest" value associated with it. I can't just pull "latest" because that'll default to the 32-bit version.
I've tried: FROM 7d681cac2d58
but I get a "invalid reference format" so I guess I'm not specifying the value correctly. I've also just tried to use:
FROM sha256:7d681cac2d582505c2546146b3f877afa3157afdff97ee6fb0fc8de736461618
which is the 64-bit versions hash, but that doesn't work either.
I need some help...ANYONE? Please?
The text was updated successfully, but these errors were encountered: