Skip to content

Commit a4d8efe

Browse files
committed
[base/rhel] Disable docker-ce repository in base file
Enabling repo should be handled by enable_extra_repos macro Closes-bug: #2117249 Change-Id: I92af980a4fd63540297b6bde0d52b2dfd02f72ce Signed-off-by: Grzegorz Koper <[email protected]>
1 parent 5d2dfc0 commit a4d8efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/base/docker-ce.repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[docker-ce]
22
name=Docker CE Stable - $basearch
33
baseurl=https://download.docker.com/linux/centos/$releasever/$basearch/stable
4-
enabled=1
4+
enabled=0
55
gpgcheck=1
66
gpgkey=https://download.docker.com/linux/centos/gpg

0 commit comments

Comments
 (0)