Equivalent Rancher Image of nginxinc/nginx-unprivileged

Hello everyone!!

Please, could you help me?

I am trying to build a package by using the command nerdctl build … However, the previous build (npm run build) was made by using a docker image “nginxinc/nginx-unprivileged”, and this is causing the following error:

=> ERROR [internal] load metadata for docker.io/nginxinc/nginx-unprivileged:latest 0.5s

[internal] load metadata for docker.io/nginxinc/nginx-unprivileged:latest:


Dockerfile:21

19 |
20 | # Stage 2
21 | >>> FROM nginxinc/nginx-unprivileged
22 |
23 | COPY nginx.conf /etc/nginx/conf.d/default.conf

error: failed to solve: error getting credentials - err: exit status 22, out: ``
FATA[0000] unrecognized image format

Please, could anybody help me?