Commit Graph

3 Commits

Author SHA1 Message Date
Andrea Bolognani db25fe7de6 OpenSSH is part of @core
Both the client and server parts. No need to install them
explicitly.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
(cherry picked from commit 9eba032a371408489e9869ee5292b5318a7caef4)
2024-04-26 10:33:41 +03:00
Andrea Bolognani eedd994158 Handle services consistently
Services are enabled by default, so there's no need to
explicitly disable them, and disabling a service that's not
installed is a no-op, so we can just use the same exact call
everywhere.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
(cherry picked from commit c3abb28ef8528f6f80cd27eb00c737db7ddd1524)
2024-04-26 10:33:21 +03:00
Andrea Bolognani 5914755e3a Reintroduce minimal image
We used to have a minimal image back in the Fedora 32 days,
but it got lost along the way. Reintroduce it.

I didn't try too hard to make it as small as possible, but
simply by taking care of the low-hanging fruits I was able to
go from the ~7.5GB of the developer image to ~2.2GB, which is
already a significant improvement.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2024-04-09 19:29:31 +02:00