Skip to content

Commit

Permalink
ug: offline-update: Update doc with more info on app fetching config
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Sul <[email protected]>
  • Loading branch information
mike-sul authored and kprosise committed Jun 4, 2024
1 parent a52fb66 commit ea8f340
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions source/user-guide/offline-update/offline-update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ Prerequisites
containers:
...
offline:
enabled: <true | false>
app_shortlist: <comma separated list of apps> # all target apps are fetched if not specified or empty
enabled: <true | false> # `false` implies that apps are disabled for an offline update
app_shortlist: <comma separated list of apps> # all target apps are fetched if not specified or empty; if absent then the image preloading app shortlist is applied if set

ref_options:
refs/heads/<branch>:
params:
FETCH_APPS: <"1" | "0"> # overrides value set in `containers.offline.enabled` for a given branch
FETCH_APPS_SHORTLIST: <comma separated list of apps> # overrides value set in `containers.offline.app_shortlist` for a given branch


3. Ensure that :ref:`The Update Framework (TUF) keys are taken offline <ref-offline-keys>`.
Expand Down

0 comments on commit ea8f340

Please sign in to comment.