Man page - debspawn-update(1)
Packages contas this manual
Manual
| DEBSPAWN-UPDATE(1) | debspawn update | DEBSPAWN-UPDATE(1) |
NAME
debspawn-update - Update a container image
SYNOPSIS
debspawn update [-h|--help] [--variant] [-a|--arch] [--suite] [--recreate] {NAME}
DESCRIPTION
Update a container base image. This achieves the same thing as running apt update && apt full-upgrade on the base image and making the changes permanent. Additionally, debspawn update will prune all caches and ensure all required packages and scripts are installed in the container image.
Running debspawn update on the images that are in use about once a week ensures builds will happen faster, due to less changes that have to be done prior to each build.
EXAMPLES
Updating images is easy, you just pass the same arguments you used for creating them, but use the update subcommand instead:
$ debspawn update sid $ debspawn update --arch=i386 cosmic
OPTIONS
NAME
-h|--help
--variant
-a|--arch
--suite
--recreate
SEE ALSO
debspawn-create(1), debspawn-build(1).
AUTHOR
This manual page was written by Matthias Klumpp <mak@debian.org>.
COPYRIGHT
Copyright © 2018-2022 Matthias Klumpp
| Debspawn |