Comment 7 for bug 1860585

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

Reviewed: https://review.opendev.org/703997
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=5575f381aabb19de76315a8a060825e5270f5ec0
Submitter: Zuul
Branch: stable/stein

commit 5575f381aabb19de76315a8a060825e5270f5ec0
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
    (cherry picked from commit 39f0f369b947120ebc5faa80946621065d1fae10)