Arnaud Porterie
4dfff4ae36
Container don't inherit from image labels
...
Labels are metadata that apply to a particular resource: image,
container, maybe volumes and networks in the future. We shouldn't have
containers inherit from its image labels: they are not the same obejcts,
and labels cannot be interpreted in the way.
It remains possible to apply metadata to an image using the LABEL
Dockerfile instruction, to query them using `docker inspect <img>`, or
to filter images on them using `docker images --filter <key>=<value>`.
Fixes #13770 .
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
Upstream-commit: 79621c7728ab83292ffd94d005f10ccebfba055b
Component: engine
2015-06-05 11:11:22 -07:00
..
2015-04-23 15:40:46 +00:00
2015-04-27 15:48:29 -07:00
2015-04-27 13:56:55 +02:00
2015-06-03 23:13:56 +02:00
2015-04-23 15:35:56 -07:00
2015-04-23 15:35:56 -07:00
2015-05-12 20:09:49 +02:00
2015-04-23 15:35:56 -07:00
2015-05-12 20:09:49 +02:00
2015-05-22 17:01:52 +08:00
2015-04-23 15:35:56 -07:00
2015-06-01 14:05:26 -07:00
2015-05-19 11:21:05 -07:00
2015-04-23 15:35:56 -07:00
2015-04-29 17:02:22 +02:00
2015-04-29 17:02:22 +02:00
2015-06-01 15:59:57 -07:00
2015-05-29 11:42:40 -07:00
2015-05-18 08:26:26 +03:00
2015-05-18 10:06:13 +08:00
2015-04-21 10:28:52 -07:00
2015-05-27 08:44:11 -07:00
2015-06-05 11:11:22 -07:00
2015-05-29 16:45:57 -07:00
2015-04-27 13:24:15 -07:00
2015-06-03 22:14:42 +02:00
2015-04-21 10:28:52 -07:00
2015-05-26 14:12:16 -07:00
2015-04-23 21:54:21 +00:00
2015-05-29 10:00:22 -07:00
2015-05-16 18:12:54 +02:00
2015-05-23 09:14:18 -07:00
2015-04-24 10:37:21 -07:00
2015-04-24 10:37:21 -07:00
2015-05-14 06:56:52 -07:00
2015-05-21 16:27:42 -07:00
2015-05-18 13:06:21 -07:00
2015-06-02 18:01:19 +02:00
2015-05-19 22:40:19 +00:00
2015-04-21 10:28:52 -07:00
2015-05-21 12:31:57 -07:00
2015-06-02 18:21:16 -07:00
2015-04-21 10:28:52 -07:00
2015-04-21 10:28:52 -07:00
2015-04-27 15:48:29 -07:00
2015-06-02 14:12:22 -07:00
2015-04-24 14:17:00 -07:00
2015-05-01 16:01:10 -06:00
2015-04-23 16:11:46 +02:00
2015-05-18 10:06:13 +08:00
2015-05-05 15:59:17 +08:00
2015-05-29 14:04:06 -07:00
2015-06-02 10:27:54 +08:00
2015-05-29 11:42:40 -07:00
2015-05-16 18:12:54 +02:00
2015-06-04 09:02:14 -07:00
2015-05-05 08:51:13 +08:00
2015-05-21 20:34:17 -07:00
2015-05-22 16:43:34 -07:00
2015-05-31 01:25:51 +08:00
2015-05-18 10:06:13 +08:00
2015-05-20 08:38:23 +02:00
2015-04-21 10:28:52 -07:00
2015-05-18 10:06:13 +08:00
2015-02-17 00:43:41 -08:00
2015-02-17 00:43:41 -08:00
2015-05-21 20:34:17 -07:00
2015-06-02 14:12:22 -07:00
2015-04-21 10:28:52 -07:00
2015-05-29 11:42:40 -07:00
2015-05-29 11:42:40 -07:00
2015-02-20 23:24:30 -08:00
2015-02-20 23:24:30 -08:00
2015-03-04 14:10:37 -08:00
2015-03-20 21:54:33 -07:00
2015-05-27 11:10:36 -04:00