Actions
Bug #21683
closedResyncing a Docker Repository does not update the tag information
Description
- Create a docker hub account. (https://cloud.docker.com/)
- Install docker on a machine
- Run the following commands
docker login -u <username> docker.io docker pull alpine docker tag docker.io/alpine:latest docker.io/<username>/alpine:latest docker tag docker.io/alpine:latest docker.io/<username>/alpine:greatest docker push docker.io/<username>/alpine
- On your katello ui create a docker repo with the following data -> name: repo1, feed: https://registry-1.docker.io , upstream: <username>/alpine
- Sync repo1. Make sure you see a repo with 2 tags
- Now go to https://cloud.docker.com/swarm/<username>/repository/docker/<username>/alpine/tags and delete the "latest" tag
- Sync repo1.
Expected:
Successful synced repo with 1 tag
Actual:
Successful sync but wrong tag information. You still see 2 tags
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/7067 added
Updated by Partha Aji over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release changed from 284 to 329
Updated by Justin Sherrill over 7 years ago
- Translation missing: en.field_release changed from 329 to 284
Actions