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 was 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"?
Hi all,
I am trying to build a Docker image based on
ghcr.io/openproblems-bio/base_rI 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.4I use this command for building the image:
docker build --platform arm64Still, 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_ris currently only available for "linux/amd64"?