summaryrefslogtreecommitdiffstats
path: root/redhat/docker/el6/centos-6.repo
blob: a00a85ad51ea6499e5dd482a4426bcb6f6062c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[centos-6-base]
name=CentOS-6 - Base
baseurl=http://repo/repo/centos/6/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1

#released updates
[centos-6-updates]
name=CentOS-6 - Updates
baseurl=http://repo/repo/centos/6/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1

#additional packages that may be useful
[centos-6-extras]
name=CentOS-6 - Extras
baseurl=http://repo/repo/centos/6/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1

#additional packages that extend functionality of existing packages
[centos-6-centosplus]
name=CentOS-6 - Plus
baseurl=http://repo/repo/centos/6/centosplus/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
enabled=1