#997 container-toolbox: Install all languages
Merged 7 months ago by humaton. Opened 7 months ago by rishi.

file modified
+1 -1
@@ -6,7 +6,7 @@ 

  %include fedora-container-common.ks

  

  # Install packages

- %packages --inst-langs=en --nocore

+ %packages --nocore

  acl

  bash

  bash-completion

The Container/Dockerfile equivalent of the fedora-toolbox OCI images
installed all languages by removing %_install_langs (set to en_US by the
fedora base image) from /etc/rpm/macros.image-language-conf [1]. The
Kickstart does the same in the %pre section.

Therefore, it's self-contradictory to have '%packages --inst-langs=en'.

The fedora-toolbox OCI image is meant for interactive command line
environments, not for deploying server applications. Therefore, they
need a fully featured CLI user experience at par with what's offered on
Fedora Silverblue and Workstation. Among the Kickstart files defined
here, other than fedora-container-toolbox.ks, only these ones don't
install all languages:
* fedora-cloud-base.ks
* fedora-container-base-minimal.ks
* fedora-container-base.ks
* fedora-container-common.ks
* fedora-eln-container-base.ks
* fedora-server-vm-full.ks

All the other Kickstarts, and definitely those for Fedora Workstation,
install all languages.

[1] https://src.fedoraproject.org/container/fedora-toolbox
https://github.com/containers/toolbox/tree/main/images/fedora

https://bugzilla.redhat.com/show_bug.cgi?id=2244503

2 new commits added

  • container-toolbox: Install all languages
  • container-toolbox: Include weak dependencies
7 months ago

rebased onto e973a75989afad5de9c232f0b35c4a72baaa389a

7 months ago

rebased onto 69555b7

7 months ago

Pull-Request has been merged by humaton

7 months ago
Metadata