Switch from docker to container namespace
Fedora Atomic WG has decided to move from the "docker" namespace to the "container" namespace for the sake of making it more generic in order to target all OCI Compliant container runtimes instead of a specific implementation. This update changes what is necessary for to the base image metadata. Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
This commit is contained in:
parent
b79963bcd4
commit
811e1ec85e
@ -225,7 +225,7 @@ image_build = {
|
||||
'factory-parameters': {
|
||||
'dockerversion': "1.10.1",
|
||||
'docker_cmd': '[ "/usr/bin/bash" ]',
|
||||
'docker_env': '[ "DISTTAG=f25docker", "FGC=f25" ]',
|
||||
'docker_env': '[ "DISTTAG=f25container", "FGC=f25" ]',
|
||||
'docker_labels': {
|
||||
'Name': 'fedora',
|
||||
'License': u'MIT',
|
||||
|
@ -292,7 +292,7 @@ image_build = {
|
||||
'factory-parameters': {
|
||||
'dockerversion': "1.10.1",
|
||||
'docker_cmd': '[ "/usr//bin/bash" ]',
|
||||
'docker_env': '[ "DISTTAG=f25docker", "FGC=f25" ]',
|
||||
'docker_env': '[ "DISTTAG=f25container", "FGC=f25" ]',
|
||||
'docker_labels': {
|
||||
'Name': 'fedora',
|
||||
'License': u'MIT',
|
||||
|
Loading…
Reference in New Issue
Block a user