Skip to content

Bump version to v4.3.5 #6

merged 5 commits into from Aug 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
mirrorcentos script fro comanage-registry-internet2-tier
Ioannis committed Aug 27, 2024
commit e7659d14764d70e2d499b8e7d94b34a0496a6421
4 changes: 4 additions & 0 deletions comanage-registry-internet2-tier/Dockerfile
@@ -28,6 +28,10 @@ FROM centos/python-38-centos7

USER root

COPY mirrorcentos.sh /opt/mirrorcentos.sh
RUN chmod +x /opt/mirrorcentos.sh
RUN ["/bin/bash", "-c", "/opt/mirrorcentos.sh"]

ARG COMANAGE_REGISTRY_VERSION
ENV COMANAGE_REGISTRY_VERSION ${COMANAGE_REGISTRY_VERSION}
LABEL comanage_registry_version=${COMANAGE_REGISTRY_VERSION}
3 changes: 3 additions & 0 deletions comanage-registry-internet2-tier/mirrorcentos.sh
@@ -0,0 +1,3 @@
sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
sed -i s/^#.*baseurl=http/baseurl=https/g /etc/yum.repos.d/*.repo
sed -i s/^mirrorlist=http/#mirrorlist=https/g /etc/yum.repos.d/*.repo