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:
Adam Miller 2017-04-26 22:51:27 -05:00
parent b79963bcd4
commit 811e1ec85e
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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',