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 am trying to build a Docker image for the pecan-status-board project on an arm64 architecture system. However, the base image specified in the Dockerfile, rocker/tidyverse:4, does not seem to support arm64.
Here is the error message I receive when I try to build the Docker image:
ERROR: failed to solve: rocker/tidyverse:4: no match forplatformin manifest: not found
Steps to Reproduce
Clone the pecan-status-board repository to an arm64 system.
Navigate to the repository directory.
Run docker build -t pecan_status_board .
Expected Behavior
The Docker image builds successfully.
Actual Behavior
The build process fails with the error message above.
Possible Solution
We might need to find an alternative base image that supports arm64, or build the rocker/tidyverse image from source on an arm64 system.
I would appreciate any guidance or suggestions on how to proceed. Thank you.
The text was updated successfully, but these errors were encountered:
Description
I am trying to build a Docker image for the pecan-status-board project on an arm64 architecture system. However, the base image specified in the Dockerfile,
rocker/tidyverse:4
, does not seem to support arm64.Here is the error message I receive when I try to build the Docker image:
Steps to Reproduce
docker build -t pecan_status_board .
Expected Behavior
The Docker image builds successfully.
Actual Behavior
The build process fails with the error message above.
Possible Solution
We might need to find an alternative base image that supports arm64, or build the
rocker/tidyverse
image from source on an arm64 system.I would appreciate any guidance or suggestions on how to proceed. Thank you.
The text was updated successfully, but these errors were encountered: