| |
@@ -205,7 +205,7 @@
|
| |
'dockerversion': "1.10.1",
|
| |
'docker_cmd': '[ "/bin/bash" ]',
|
| |
'docker_env': '[ "container=oci" ]',
|
| |
- 'docker_label': '{ "name": "fedora", "license": "MIT", "vendor": "Fedora Project", "version": "40", "com.github.containers.toolbox": "true"}',
|
| |
+ 'docker_label': '{ "name": "fedora-toolbox", "license": "MIT", "vendor": "Fedora Project", "version": "40", "com.github.containers.toolbox": "true"}',
|
| |
},
|
| |
}
|
| |
],
|
| |
The Container/Dockerfile equivalent of the fedora-toolbox OCI images had
the
name
label set tofedora-toolbox
, notfedora
.Compare this:
... with:
The
name
label doesn't really matter today, which is why it wentunnoticed during the Fedora 39 development cycle. However, it would be
good to fix it, in case someone or something starts using it.
Signed-off-by: Debarshi Ray rishi@fedoraproject.org