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 tried to use FROM arm64v8/python:3.11.10-slim-bookworm
as base image for my container, but I got the following error
failed to solve: arm64v8/python:3.11.10-slim-bookworm: failed to resolve source metadata for docker.io/arm64v8/python:3.11.10-slim-bookworm: no match for platform in manifest: not found
In the past I've used FROM arm64v8/python:3.11.0-alpine
and everything worked fine.
What could be the problem?
The text was updated successfully, but these errors were encountered:
I tried to use
FROM arm64v8/python:3.11.10-slim-bookworm
as base image for my container, but I got the following error
In the past I've used
FROM arm64v8/python:3.11.0-alpine
and everything worked fine.
What could be the problem?
The text was updated successfully, but these errors were encountered: