Actions
Feature #13582
openensure that Docker 'latest' tags work correctly in Katello
Status:
New
Priority:
Normal
Assignee:
-
Category:
Container
Target version:
-
Description
It's a common practice to have a tag that points to the latest version of a docker image. For example, you may have "fedora" that points to the latest Fedora.
We need to test to confirm this works as expected in Katello. The test would be as follows:
- create a local docker registry, upload a version of busybox (slightly older version is better but not strictly needed), tag it as "latest-busybox"
- sync registry into Katello and deploy latest-busybox via foreman-docker plugin
- upload a different (ideally, newer) version of busybox to local registry, tag as "latest-busybox"
- sync registry into Katello, verify 'latest-busybox' is correct in all places
- deploy again with foreman-docker, verify you get the version you expect
This may already work out of the box but might not. This ticket is to test this scenario and perform any needed fixes.
Updated by Chris Duryee almost 9 years ago
- Related to Tracker #13413: Support Docker v2 API in katello added
Updated by Eric Helms almost 9 years ago
- Translation missing: en.field_release set to 86
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release changed from 86 to 143
Updated by Justin Sherrill over 8 years ago
- Translation missing: en.field_release changed from 143 to 114
Actions