building a singularity image from docker hub postgres image - Mailing list pgsql-general

From Allan Kamau
Subject building a singularity image from docker hub postgres image
Date
Msg-id CAF3N6oSv-gbQhsEujnbtTxP8HROAVE+A6UkTQKQ6tjZcD+UgDA@mail.gmail.com
Whole thread Raw
Responses Re: building a singularity image from docker hub postgres image  (Justin Clift <justin@postgresql.org>)
List pgsql-general
I am trying to build a singularity image from postgres docker image.
I am issuing the command below.

$ singularity build /local/data/some/postgres.16.1.sif docker://postgres/postgres:16.1

INFO:    Starting build...
INFO:    Fetching OCI image...
FATAL:   While performing build: conveyor failed to get: GET https://index.docker.io/v2/postgres/postgres/manifests/16.1: UNAUTHORIZED: authentication required; [map[Action:pull Class: Name:postgres/postgres Type:repository]]


What is the url I should use?

-Allan.

pgsql-general by date:

Previous
From: Guyren Howe
Date:
Subject: Good overview of programming IN Postgres?
Next
From: Justin Clift
Date:
Subject: Re: building a singularity image from docker hub postgres image