#273 docker base image: don't install docs by default
Merged 6 years ago by maxamillion. Opened 6 years ago by ttomecek.
ttomecek/fedora-kickstarts f26-nodocs  into  f26

file modified
+3
@@ -19,6 +19,9 @@ 

  rm -rf /var/cache/dnf/*

  rm -rf /tmp/*

  

+ # https://pagure.io/atomic-wg/issue/308

+ printf "tsflags=nodocs\n" >>/etc/dnf/dnf.conf

+ 

  #Mask mount units and getty service so that we don't get login prompt

  systemctl mask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service

  

thanks @ttomecek - let's see how the rawhide run goes tonight (which should produce a container base image from the PR that you just sent/merged) and then we can get this one merged.

looks like this worked for rawhide, @maxamillion PTAL and merge if you think it looks good.

Pull-Request has been merged by maxamillion

6 years ago
Metadata