Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

container: Add support for the dir transport #544

Merged
merged 1 commit into from
Sep 25, 2023

Commits on Sep 25, 2023

  1. container: Add support for the dir transport

    This patch allows container image deployment stored in a local directory in addition to the supported remote OCI registry, OCI archive tarball, and local container storage. For example, the following command is now supported:
    
    sudo ostree container image deploy --imgref ostree-unverified-image:dir:/var/home/core/fcos --sysroot /var/home/core/sysroot --stateroot fedora-coreos
    
    The reason for making this change relates to the effort to create an FCOS qemu image from a container image input using OSBuild. OSBuild stores container image sources in a local directory in order to solve another bug and, thus, should not be changed. Therefore, to allow OSBuild to deploy from a container image, this patch is needed.
    lukewarmtemp committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ea2d317 View commit details
    Browse the repository at this point in the history