Comment 3 for bug 1860585

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-common (master)

Reviewed: https://review.opendev.org/703859
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=39f0f369b947120ebc5faa80946621065d1fae10
Submitter: Zuul
Branch: master

commit 39f0f369b947120ebc5faa80946621065d1fae10
Author: Alex Schultz <email address hidden>
Date: Wed Jan 22 12:10:58 2020 -0700

    Force docker format

    Newer versions of buildah create OCI containers but the undercloud
    registry does not support the OCI container metadata format so these
    cannot be used with newer podman. For now this can be worked around by
    explicitly passing --format docker when running buildah build related
    commands.

    Change-Id: I25c7a239add99e2d4dac433794d6ca92a58942b6
    Related-Bug: #1860585