Skip to content
Snippets Groups Projects
Commit 7c817f97 authored by Richard Bachmann's avatar Richard Bachmann
Browse files

Update the Ceph repo key URLs

parent 21da4412
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
### Features
- cta/CTA#250 - Trim SQL query length in catalogue DB failure reason
- cta/CTA#301 - Switch from new to unique pointer in CtaReadTp to fix memory leak
- cta/CTA#219 - Update Ceph repo public key in dev env and buildtree
### Bug Fixes
### Continuous Integration
......
......@@ -52,7 +52,7 @@ if [[ "$PUBLIC" == false ]] ; then
done
else
sudo wget https://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol7 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
sudo wget https://git.ceph.com/release.asc -O /etc/pki/rpm-gpg/RPM-ASC-KEY-ceph
sudo wget https://download.ceph.com/keys/release.asc -O /etc/pki/rpm-gpg/RPM-ASC-KEY-ceph
for i in ~/CTA/continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d-public/*.repo; do
sudo yum-config-manager --add-repo=$i
done
......
......@@ -36,7 +36,7 @@ ADD ${BASEDIR}/etc/yum /etc/yum
ADD ${BASEDIR}/etc/yum.repos.d-public /etc/yum.repos.d
RUN wget https://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol7 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
RUN wget https://git.ceph.com/release.asc -O /etc/pki/rpm-gpg/RPM-ASC-KEY-ceph
RUN wget https://download.ceph.com/keys/release.asc -O /etc/pki/rpm-gpg/RPM-ASC-KEY-ceph
RUN yum install -y \
yum-plugin-downloadonly \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment