Skip to content
New issue

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

HOW TO SPECIFY ARM64 DIGEST ON THE FROM STATEMENT #3

Open
johncblacker opened this issue Oct 2, 2023 · 0 comments
Open

HOW TO SPECIFY ARM64 DIGEST ON THE FROM STATEMENT #3

johncblacker opened this issue Oct 2, 2023 · 0 comments

Comments

@johncblacker
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant