building a singularity image from docker hub postgres image

From: Allan Kamau <kamauallan(at)gmail(dot)com>
To: Postgres General Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: building a singularity image from docker hub postgres image
Date: 2024-01-30 05:52:19
Message-ID: CAF3N6oSv-gbQhsEujnbtTxP8HROAVE+A6UkTQKQ6tjZcD+UgDA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2024-01-30 09:27:19 Re: building a singularity image from docker hub postgres image
Previous Message Guyren Howe 2024-01-30 05:19:01 Good overview of programming IN Postgres?