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
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
Hi all,
I am trying to build a Docker image based on ghcr.io/openproblems-bio/base_r
I am building this currently on my Mac M2. However, I get an error (see below). The first line in my Dockerfile is this:
FROM --platform=$BUILDPLATFORM ghcr.io/openproblems-bio/base_r:1.0.4
$ echo $BUILDPLATFORM
arm64
I use this command for building the image: docker build --platform arm64
Still, I receive this error: - InvalidBaseImagePlatform: Base image ghcr.io/openproblems-bio/base_r:1.0.4 was pulled with platform "linux/amd64", expected "linux/arm64" for current build (line 2)
Is it possible that ghcr.io/openproblems-bio/base_r is currently only available for "linux/amd64"?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi all,
I am trying to build a Docker image based on
ghcr.io/openproblems-bio/base_r
I am building this currently on my Mac M2. However, I get an error (see below). The first line in my Dockerfile is this:
FROM --platform=$BUILDPLATFORM ghcr.io/openproblems-bio/base_r:1.0.4
I use this command for building the image:
docker build --platform arm64
Still, I receive this error:
- InvalidBaseImagePlatform: Base image ghcr.io/openproblems-bio/base_r:1.0.4 was pulled with platform "linux/amd64", expected "linux/arm64" for current build (line 2)
Is it possible that
ghcr.io/openproblems-bio/base_r
is currently only available for "linux/amd64"?The text was updated successfully, but these errors were encountered: