Skip to content

Commit dd3acf6

Browse files
committed
Update repository references for Ursa.
- The Ursa package has been migrated to the Hyperledger repository. The Sovrin repositories have been deprecated. - New location: https://hyperledger.jfrog.io/ui/native/indy/pool/bionic/master/u/ursa/ - Previous location: https://repo.sovrin.org/deb/pool/bionic/master/u/ursa/ Signed-off-by: Wade Barnes <wade@neoterictech.ca>
1 parent cf1fed0 commit dd3acf6

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/hyperledger.gpg] https://hyperledger.
4545

4646
# todo: Will be removed when libindy will have been replace by indy-vdr, askar, and indy-credx
4747
RUN echo "deb [signed-by=/etc/apt/keyrings/ubuntu-bionic.gpg] http://security.ubuntu.com/ubuntu bionic-security main" > /etc/apt/sources.list.d/ubuntu-bionic.list
48-
RUN echo "deb [signed-by=/etc/apt/keyrings/sovrin.gpg] https://repo.sovrin.org/deb bionic master" > /etc/apt/sources.list.d/sovrin.list
4948
RUN echo "deb [signed-by=/etc/apt/keyrings/sovrin.gpg] https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list.d/sovrin.list
5049

50+
# todo: Will be removed when Ursa is replaced
51+
RUN echo "deb [signed-by=/etc/apt/keyrings/hyperledger.gpg] https://hyperledger.jfrog.io/artifactory/indy bionic master" > /etc/apt/sources.list.d/sovrin.list
5152

5253
RUN apt-get update -y && apt-get install -y \
5354
# Python

.github/workflows/build/Dockerfile.ubuntu-2004

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE61 &&
2727
# - Needed to pick up rocksdb=5.8.8
2828
RUN echo "deb https://hyperledger.jfrog.io/artifactory/indy focal dev" >> /etc/apt/sources.list && \
2929
echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list && \
30-
echo "deb https://repo.sovrin.org/deb bionic master" >> /etc/apt/sources.list && \
30+
echo "deb https://hyperledger.jfrog.io/artifactory/indy bionic master" >> /etc/apt/sources.list && \
3131
echo "deb https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list
3232

3333

@@ -36,4 +36,4 @@ RUN apt-get update -y && apt-get install -y \
3636
python3-pip \
3737
rubygems && \
3838
gem install --no-document dotenv:2.8.1 fpm:1.14.2 && \
39-
pip3 install Cython==0.29.36
39+
pip3 install Cython==0.29.36

.github/workflows/build/Dockerfile.ubuntu-2204

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,11 @@ RUN echo "deb [signed-by=/etc/apt/keyrings/hyperledger.gpg] https://hyperledger.
4040

4141
# todo: Will be removed when libindy will have been replace by indy-vdr, askar, and indy-credx
4242
RUN echo "deb [signed-by=/etc/apt/keyrings/ubuntu-bionic.gpg] http://security.ubuntu.com/ubuntu bionic-security main" > /etc/apt/sources.list.d/ubuntu-bionic.list
43-
RUN echo "deb [signed-by=/etc/apt/keyrings/sovrin.gpg] https://repo.sovrin.org/deb bionic master" > /etc/apt/sources.list.d/sovrin.list
4443
RUN echo "deb [signed-by=/etc/apt/keyrings/sovrin.gpg] https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list.d/sovrin.list
4544

45+
# todo: Will be removed when Ursa is replaced
46+
RUN echo "deb [signed-by=/etc/apt/keyrings/hyperledger.gpg] https://hyperledger.jfrog.io/artifactory/indy bionic master" > /etc/apt/sources.list.d/sovrin.list
47+
4648
RUN apt update -y && apt install -y rubygems python3-pip && apt-get -y autoremove && rm -rf /var/lib/apt/lists/*
4749

4850
# install fpm

.gitpod.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE
2828
# - Needed to pick up rocksdb=5.8.8
2929
RUN sudo add-apt-repository 'deb https://hyperledger.jfrog.io/artifactory/indy focal dev' && \
3030
sudo add-apt-repository 'deb http://security.ubuntu.com/ubuntu bionic-security main' && \
31-
sudo add-apt-repository 'deb https://repo.sovrin.org/deb bionic master' && \
31+
sudo add-apt-repository 'deb https://hyperledger.jfrog.io/artifactory/indy bionic master' && \
3232
sudo add-apt-repository 'deb https://repo.sovrin.org/sdk/deb bionic master'
3333

3434
RUN sudo apt-get update -y && sudo apt-get install -y \
@@ -69,4 +69,4 @@ RUN pip3 install -U \
6969
flake8==3.8.4
7070

7171
# install fpm
72-
RUN sudo gem install --no-document rake dotenv:2.8.1 fpm:1.14.2
72+
RUN sudo gem install --no-document rake dotenv:2.8.1 fpm:1.14.2

dev-setup/ubuntu/ubuntu-2004/SetupVMTest.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
sudo apt-get update && sudo apt-get install -y apt-transport-https ca-certificates
66
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88 || sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CE7709D068DB5E88
7-
sudo echo "deb https://repo.sovrin.org/deb bionic master" >> /etc/apt/sources.list
8-
sudo echo "deb https://repo.sovrin.org/deb bionic stable" >> /etc/apt/sources.list
7+
sudo echo "deb https://hyperledger.jfrog.io/artifactory/indy bionic master" >> /etc/apt/sources.list
98
sudo echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list
109

1110
sudo apt-get update && sudo apt-get install -y \

0 commit comments

Comments
 (0)