Is it possible to build a docker image using a private image as the base?
I built my image using a github action, and now i want to use this as the basis of another docker image that would be built from Render.
Aug 18 01:32:41 PM 54 | >>> FROM ghcr.io/xxx/docker-images:sha256-xxx073d3f459d95e2c3616f06a0a44574c3927ff9ce.sig
Aug 18 01:32:41 PM --------------------
Aug 18 01:32:41 PM error: failed to solve: ghcr.io/xxx/docker-images:sha256-xxx073d3f459d95e2c3616f06a0a44574c3927ff9ce.sig: failed to authorize: failed to fetch anonymous token: unexpected status: 401 Unauthorized
Aug 18 01:32:41 PM error: exit status 1
That is what I tried, but it seems like i can only deploy those private images as-is, not as a basis of a dockerfile that would be “finished” on render.
We rely heavily on customer feedback as a part of our planning and product roadmap process, so capturing interest on the feature request page is very helpful.