#286 Document the steps needed to release the Fedora containers on GA
Merged a month ago by cverna. Opened a month ago by cverna.
cverna/infra-docs-fpo add_container_release_steps  into  master

@@ -76,9 +76,22 @@ 

  

  . Set https://pagure.io/fedora-infra/ansible/blob/main/f/vars/all/FedoraPreviousPrevious.yaml[FedoraPreviousPrevious] to True.

  

+ . Update https://pagure.io/releng/blob/main/f/scripts/sync-latest-container-base-image.sh[The container sync script's] `current_stable` variable. (see https://pagure.io/releng/c/697a12fb07bc2afbd3a1c057f65e41e1cf6ebf24[Example])

+ . Update https://pagure.io/releng/blob/main/f/scripts/sync-ostree-base-containers.sh[The ostree container sync script's] `current_stable` variable. (see https://pagure.io/releng/c/15de8fc77d5c7fb3be0762b6bf56ad023908d144[Example])

+ 

  

  For the references, checkout this https://pagure.io/fork/jnsamyak/fedora-infra/ansible/c/6d1267970e09f412f1f51a2c203ae64e29e2c4c3[PR].

  

+ == Final Container Release

+ 

+ On the GA date run the `sync-latest-container-base-image.sh` and `sync-ostree-base-containers.sh`

+ 

+ [source,subs="attributes+"]

+ ....

+ $ scripts/sync-latest-container-base-image.sh {branched}

+ $ scripts/sync-ostree-base-containers.sh {branched}

+ ....

+ 

  == Stage Final Release for Mirrors

  

  To prepare for running the staging script, make sure you have the following information:

Pull-Request has been merged by cverna

a month ago
Metadata