repro icon indicating copy to clipboard operation
repro copied to clipboard

rocker/verse error

Open brandmaier opened this issue 1 year ago • 1 comments

I am trying to reproduce a repro repository from 2022 and I get the following error. I am not sure how to fix this. Please help :-)

 => ERROR [internal] load metadata for docker.io/rocker/verse:4.1.2        1.2s
------
 > [internal] load metadata for docker.io/rocker/verse:4.1.2:
------
Dockerfile:3
--------------------
   1 |     # Generated by repro: do not edit by hand
   2 |     # Please edit Dockerfiles in .repro/
   3 | >>> FROM rocker/verse:4.1.2
   4 |     ARG BUILD_DATE=2022-01-13
   5 |     WORKDIR /home/rstudio
--------------------
ERROR: failed to solve: rocker/verse:4.1.2: failed to resolve source metadata for docker.io/rocker/verse:4.1.2: no match for platform in manifest: not found

brandmaier avatar Apr 16 '24 08:04 brandmaier

This is a problem of the processor architecture of new macs. Any docker command requires --platform linux/arm64

aaronpeikert avatar Apr 16 '24 09:04 aaronpeikert