diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-12-05 09:51:16 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-12-05 09:51:16 +0100 |
commit | c4302fec2643e717876e8206f0a046cc91af037a (patch) | |
tree | 74d032ae0ebfb43273c5c92c5bd3fc927b99df62 /repos | |
parent | 7aa7d73198aeb3d7444ebeeddc47b4503690985c (diff) | |
download | imagefish-c4302fec2643e717876e8206f0a046cc91af037a.tar.gz |
centos8: make version configurable, add stream repos
Diffstat (limited to 'repos')
-rw-r--r-- | repos/centos-8-stream.repo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/repos/centos-8-stream.repo b/repos/centos-8-stream.repo new file mode 100644 index 0000000..3896e61 --- /dev/null +++ b/repos/centos-8-stream.repo @@ -0,0 +1,8 @@ +[mkimage-centos-8-stream-baseos] +baseurl=http://mirror.centos.org/centos/8-stream/BaseOS/$basearch/os/ +proxy=http://spunk.home.kraxel.org:3128 + +[mkimage-centos-8-stream-appstream] +baseurl=http://mirror.centos.org/centos/8-stream/AppStream/$basearch/os/ +proxy=http://spunk.home.kraxel.org:3128 + |