Add dockerversion to factory-parameters

Currently, imagefactory's docker plugin will default an older
version of the metadata imager format that is not compatible with
the latest versions of docker. This change tells the plugin to use
the docker version "1.10.1" metadata format which is compatible with
all currently available docker releases.

Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
This commit is contained in:
Adam Miller 2017-03-30 12:11:07 -05:00
parent eaedf7da3b
commit 8c67ff4042
2 changed files with 3 additions and 0 deletions

View File

@ -223,6 +223,7 @@ image_build = {
'subvariant': 'Docker_Base'
},
'factory-parameters': {
'dockerversion': "1.10.1",
'docker_cmd': "[ '/bin/bash' ]",
'docker_env': "[ 'DISTTAG=f27docker', 'FGC=f27' ]",
'docker_labels': {

View File

@ -286,6 +286,7 @@ image_build = {
'failable': ['*'],
},
'factory-parameters': {
'dockerversion': "1.10.1",
'docker_cmd': "[ '/bin/bash' ]",
'docker_env': "[ 'DISTTAG=f27docker', 'FGC=f27' ]",
'docker_labels': {
@ -311,6 +312,7 @@ image_build = {
'failable': ['*'],
},
'factory-parameters': {
'dockerversion': "1.10.1",
'docker_cmd': "[ '/bin/bash' ]",
'docker_env': "[ 'DISTTAG=f27docker', 'FGC=f27' ]",
'docker_labels': {