This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# imagefactory --debug target_image --template fedora-atomic-rawhide.tdl --parameter offline_icicle true --file-parameter install_script fedora-docker-base.ks docker | |
2017-06-28 10:27:18,097 DEBUG root thread(MainThread) Message: Enabling faulthandler | |
2017-06-28 10:27:18,097 DEBUG root thread(MainThread) Message: Enabled faulthandler | |
2017-06-28 10:27:18,097 DEBUG root thread(MainThread) Message: Parameters are: | |
2017-06-28 10:27:18,099 DEBUG root thread(MainThread) Message: | |
{'install_script': '# This is a minimal Fedora install designed to serve as a Docker base image.\n#\n# To keep this image minimal it only installs English language. You need to change\n# yum configuration in order to enable other languages.\n#\n### Hacking on this image ###\n# This kickstart is processed using Anaconda-in-ImageFactory (via Koji typically),\n# but you can run imagefactory locally too.\n#\n# To do so, testing local changes, first you\'ll need a TDL file. I store one here:\n# https://git.fedorahosted.org/cgit/fedora-atomic.g |