|
|
|
|
|
task:
|
|
{
|
|
'pulp_href': '/pulp/api/v3/tasks/5cfbf4f0-48a4-4508-8d80-5d96541ff244/',
|
|
'pulp_created': '2020-05-01T11:13:01.390513Z',
|
|
'state': 'completed',
|
|
'name': 'pulpcore.app.tasks.base.general_create',
|
|
'started_at': '2020-05-01T11:13:01.426124Z',
|
|
'finished_at': '2020-05-01T11:13:01.568913Z',
|
|
'error': None,
|
|
'worker': '/pulp/api/v3/workers/50f698e7-364f-4b3e-98c3-bc438de8a494/',
|
|
'progress_reports': [],
|
|
'created_resources': ['/pulp/api/v3/distributions/container/container/8e1896d7-f3bb-4934-b4a4-0c7fed6be7d9/'],
|
|
'reserved_resources_record': ['/api/v3/distributions/']
|
|
}
|
|
|
|
distribution:
|
|
{
|
|
'pulp_href': '/pulp/api/v3/distributions/container/container/8e1896d7-f3bb-4934-b4a4-0c7fed6be7d9/',
|
|
'repository_version': None,
|
|
'pulp_created': '2020-05-01T11:13:01.562980Z',
|
|
'repository': '/pulp/api/v3/repositories/container/container/4724c7f7-479c-46d0-8620-6a84adeb5c56/',
|
|
'name': 'archive-test',
|
|
'content_guard': None,
|
|
'base_path': 'galaxy-importer',
|
|
'registry_path': 'bmclaugh-usersys-redhat-com:8080/galaxy-importer'
|
|
}
|
|
|
|
$ podman pull --tls-verify=false bmclaugh-usersys-redhat-com:8080/galaxy-importer/archive-test
|
|
Trying to pull bmclaugh-usersys-redhat-com:8080/galaxy-importer/archive-test...
|
|
error parsing HTTP 404 response body: invalid character ':' after top-level value: "404: Not Found"
|
|
Error: error pulling image "bmclaugh-usersys-redhat-com:8080/galaxy-importer/archive-test": unable to pull bmclaugh-usersys-redhat-com:8080/galaxy-importer/archive-test: unable to pull image: Error initializing source docker://bmclaugh-usersys-redhat-com:8080/galaxy-importer/archive-test:latest: Error reading manifest latest in bmclaugh-usersys-redhat-com:8080/galaxy-importer/archive-test: error parsing HTTP 404 response body: invalid character ':' after top-level value: "404: Not Found"
|
|
|
|
snippet of /etc/containers/registries.conf:
|
|
[registries.insecure]
|
|
registries = ['bmclaugh-usersys-redhat-com:8080/galaxy-importer']
|
|
|