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 as well as add a transitional second call to handle both the docker and container namespace for block_retired. Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
This commit is contained in:
parent
86eae3279e
commit
ae2f611637
@ -226,7 +226,7 @@ image_build = {
|
||||
'factory-parameters': {
|
||||
'dockerversion': "1.10.1",
|
||||
'docker_cmd': '[ "/bin/bash" ]',
|
||||
'docker_env': '[ "DISTTAG=f27docker", "FGC=f27" ]',
|
||||
'docker_env': '[ "DISTTAG=f27container", "FGC=f27" ]',
|
||||
'docker_labels': {
|
||||
'Name': 'fedora',
|
||||
'License': u'MIT',
|
||||
|
@ -290,7 +290,7 @@ image_build = {
|
||||
'factory-parameters': {
|
||||
'dockerversion': "1.10.1",
|
||||
'docker_cmd': '[ "/bin/bash" ]',
|
||||
'docker_env': '[ "DISTTAG=f27docker", "FGC=f27" ]',
|
||||
'docker_env': '[ "DISTTAG=f27container", "FGC=f27" ]',
|
||||
'docker_labels': {
|
||||
'Name': 'fedora',
|
||||
'License': u'MIT',
|
||||
@ -315,7 +315,7 @@ image_build = {
|
||||
'factory-parameters': {
|
||||
'dockerversion': "1.10.1",
|
||||
'docker_cmd': '[ "/bin/bash" ]',
|
||||
'docker_env': '[ "DISTTAG=f27docker", "FGC=f27" ]',
|
||||
'docker_env': '[ "DISTTAG=f27container", "FGC=f27" ]',
|
||||
'docker_labels': {
|
||||
'Name': 'fedora-minimal',
|
||||
'License': u'MIT',
|
||||
|
@ -55,6 +55,7 @@ popd
|
||||
|
||||
./releng/scripts/block_retired.py
|
||||
./releng/scripts/block_retired.py --namespace=docker
|
||||
./releng/scripts/block_retired.py --namespace=container
|
||||
|
||||
CMD="pungi-koji --notification-script=/usr/bin/pungi-fedmsg-notification --config=$CONFIG --old-composes=$TARGET_DIR $OLD_COMPOSES_DIR $NIGHTLY $SKIP_PHASES"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user