Project

Profile

Help

Task #4271

closed

Refactor docker content app to use aiohttp

Added by dkliban@redhat.com over 5 years ago. Updated about 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Sprint/Milestone:
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 48
Quarter:

Related issues

Copied to Container Support - Test #4460: Test pull from container registryCLOSED - COMPLETErochacbrunoActions
Actions #1

Updated by dkliban@redhat.com over 5 years ago

  • Sprint set to Sprint 46
Actions #2

Updated by dkliban@redhat.com over 5 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to dkliban@redhat.com
Actions #3

Updated by rchan over 5 years ago

  • Sprint changed from Sprint 46 to Sprint 47
Actions #4

Updated by dkliban@redhat.com over 5 years ago

  • Status changed from ASSIGNED to POST

Added by dkliban@redhat.com over 5 years ago

Revision a2ee16ff | View on GitHub

Adds aiohttp handlers for docker registry

The content app can be run in the foreground using the following command:

gunicorn pulpcore.content:server --bind 'localhost:8080' --worker-class 'aiohttp.GunicornWebWorker' -w 2

Then the docker client can pull with the following command:

sudo docker pull localhost:8080/foo

closes #4271 https://pulp.plan.io/issues/4271

Added by dkliban@redhat.com over 5 years ago

Revision a2ee16ff | View on GitHub

Adds aiohttp handlers for docker registry

The content app can be run in the foreground using the following command:

gunicorn pulpcore.content:server --bind 'localhost:8080' --worker-class 'aiohttp.GunicornWebWorker' -w 2

Then the docker client can pull with the following command:

sudo docker pull localhost:8080/foo

closes #4271 https://pulp.plan.io/issues/4271

Added by dkliban@redhat.com over 5 years ago

Revision a2ee16ff | View on GitHub

Adds aiohttp handlers for docker registry

The content app can be run in the foreground using the following command:

gunicorn pulpcore.content:server --bind 'localhost:8080' --worker-class 'aiohttp.GunicornWebWorker' -w 2

Then the docker client can pull with the following command:

sudo docker pull localhost:8080/foo

closes #4271 https://pulp.plan.io/issues/4271

Added by dkliban@redhat.com over 5 years ago

Revision a2ee16ff | View on GitHub

Adds aiohttp handlers for docker registry

The content app can be run in the foreground using the following command:

gunicorn pulpcore.content:server --bind 'localhost:8080' --worker-class 'aiohttp.GunicornWebWorker' -w 2

Then the docker client can pull with the following command:

sudo docker pull localhost:8080/foo

closes #4271 https://pulp.plan.io/issues/4271

Actions #5

Updated by rchan about 5 years ago

  • Sprint changed from Sprint 47 to Sprint 48
Actions #6

Updated by dkliban@redhat.com about 5 years ago

  • Status changed from POST to MODIFIED
Actions #7

Updated by dkliban@redhat.com about 5 years ago

  • % Done changed from 0 to 100
Actions #8

Updated by bherring about 5 years ago

  • Copied to Test #4460: Test pull from container registry added
Actions #9

Updated by bmbouter almost 5 years ago

  • Tags deleted (Pulp 3)
Actions #10

Updated by ipanova@redhat.com over 4 years ago

  • Project changed from Docker Support to Container Support
Actions #11

Updated by ipanova@redhat.com over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions #12

Updated by ipanova@redhat.com about 4 years ago

  • Sprint/Milestone set to 1.0.0

Also available in: Atom PDF