centos based images have wrong label info
Bug #1680341 reported by
Jawon Choo
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Low
|
Jawon Choo |
Bug Description
It seems centos based images have wrong label info.
[root@kolla]# docker inspect kolla/centos-
"2017-04-
[root@kolla]# docker inspect kolla/centos-
{
"build-date": "20170315",
"kolla_version": "3.0.3",
"license": "GPLv2",
"name": "CentOS Base Image",
"vendor": "CentOS"
}
This centos based kolla images was created at 2017-04-06.
But, in Labes infomation, build-date was set when CentOs Images was built.
and name, vendor also are implemented from the base centos image.
I think kolla shoud overwrite or delete these for exact information.
description: | updated |
Changed in kolla: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in kolla: | |
assignee: | nobody → Jawon Choo (jawon.choo) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/461662
Review: https:/