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

deploy: Add an API to prune undeployed images #498

Merged
merged 1 commit into from
Jul 6, 2023

Commits on Jul 6, 2023

  1. deploy: Add an API to prune undeployed images

    This is part of fixing coreos/rpm-ostree#4391
    but is also in the general theme of making things less "stateful".
    
    A huge huge mess today is `rpm-ostree rebase` and `bootc switch`
    both have `--retain` options which keep the previous image.
    
    But really what we want is to use the deployments as source-of-truth;
    that way if e.g. an admin pins a deployment, it automatically pins
    the image too.
    
    And this will help strongly align with the bootc direction in
    reconciling to desired state.
    cgwalters committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    979b93a View commit details
    Browse the repository at this point in the history