Change in docker-playground[master]: centos8-build: Upstream requires 'powertools' not 'PowerTools'

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Dec 9 10:05:38 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/21623 )


Change subject: centos8-build: Upstream requires 'powertools' not 'PowerTools'
......................................................................

centos8-build: Upstream requires 'powertools' not 'PowerTools'

I just confirmed: With a centos:centos8 base image of a few weeks ago,
"PowerTools" works. With the current docker base image for
centos:centos8, only lowercase "powertools" works, uppercase is no
longer accepted.

https://access.redhat.com/discussions/5417621
https://www.reddit.com/r/CentOS/comments/jd7x3d/how_to_enable_powertools_in_centos_stream/
https://git.centos.org/rpms/centos-repos/blob/c8/f/SOURCES/CentOS-Stream-PowerTools.repo#_11

Change-Id: I518d5523688a7439f76684ee38bf743a4e78c9fd
Closes: SYS#5244
---
M centos8-build/Dockerfile
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/23/21623/1

diff --git a/centos8-build/Dockerfile b/centos8-build/Dockerfile
index e71e03c..9a21bbc 100644
--- a/centos8-build/Dockerfile
+++ b/centos8-build/Dockerfile
@@ -7,7 +7,7 @@
 
 # Make additional development libraries available from PowerTools and Osmocom nightly (e.g. libdbi)
 RUN	dnf install -y dnf-utils wget && \
-	yum config-manager --set-enabled PowerTools && \
+	yum config-manager --set-enabled powertools && \
 	cd /etc/yum.repos.d/ && \
 	wget https://download.opensuse.org/repositories/network:osmocom:nightly/CentOS_8_Stream/network:osmocom:nightly.repo
 

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/21623
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I518d5523688a7439f76684ee38bf743a4e78c9fd
Gerrit-Change-Number: 21623
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201209/396c28ae/attachment.htm>


More information about the gerrit-log mailing list