Project

General

Profile

Actions

Bug #21845

closed

Docker Blobs not getting cleared out during promotion

Added by Partha Aji over 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Container
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

1) Sync busybox
2) Create a CV
3) add the Busybox repo
4) Publish
5) use pulp admin to check the version 1 repo

$ pulp-admin -u admin -p admin docker repo list
....
Id:                  1-<cv_name>-v1_0-....
Display Name:        <repo name>
Description:         None
Content Unit Counts: 
  Docker Blob:          93
  Docker Manifest:      115
  Docker Manifest List: 4
  Docker Tag:           128
......
Id:                  1-<cv_name>-library....
Display Name:        <repo name>
Description:         None
Content Unit Counts: 
  Docker Blob:          93
  Docker Manifest:      115
  Docker Manifest List: 4
  Docker Tag:           128
......

6) Now create a include filter to "only include glibc"
7) publish
8) use pulp admin to check the version 2 repo
$ pulp-admin -u admin -p admin docker repo list
....
Id:                  1-<cv_name>-v2_0-....
Display Name:        <repo name>
Description:         None
Content Unit Counts: 
  Docker Blob:          15
  Docker Manifest:      8
  Docker Manifest List: 1
  Docker Tag:           5
......
Id:                  1-<cv_name>-library....
Display Name:        <repo name>
Description:         None
Content Unit Counts: 
  Docker Blob:          43
  Docker Manifest:      8
  Docker Manifest List: 1
  Docker Tag:           5
......

Expected:
The values for v 2.0 will exactly match up the values for the library repo

Actual:
The docker blob values are different.


Related issues 1 (0 open1 closed)

Blocked by Runcible - Bug #21844: Add docker blob unit typeClosedPartha Aji12/01/2017Actions
Actions #1

Updated by Partha Aji over 6 years ago

  • Blocked by Bug #21844: Add docker blob unit type added
Actions #2

Updated by Partha Aji over 6 years ago

  • Bugzilla link set to 1519017
Actions #3

Updated by The Foreman Bot over 6 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/7099 added
Actions #4

Updated by Justin Sherrill over 6 years ago

  • translation missing: en.field_release set to 284
Actions #5

Updated by Brad Buckingham over 6 years ago

  • Target version changed from 236 to 240
Actions #6

Updated by Partha Aji over 6 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF