Actions
Bug #21845
closedDocker Blobs not getting cleared out during promotion
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.
Updated by Partha Aji almost 7 years ago
- Blocked by Bug #21844: Add docker blob unit type added
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7099 added
Updated by Justin Sherrill almost 7 years ago
- Translation missing: en.field_release set to 284
Updated by Brad Buckingham almost 7 years ago
- Target version changed from 236 to 240
Updated by Partha Aji almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|a0e098cded383b65b09100a971570b7194bbd9b7.
Actions