Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 3f68cec

Browse files
committed
Update ci/nightly dockerfiles to use droptarget nightly
This is necessary to start publishing images to Docker Hub for the 1-3 branch. Signed-off-by: Ryan Beck-Buysse <rbuysse@bitwise.io>
1 parent 1ef2890 commit 3f68cec

9 files changed

+9
-9
lines changed

ci/nightly/sawtooth-block-info-tp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update \
3232

3333
LABEL "install-type"="repo"
3434

35-
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/nightly bionic universe" >> /etc/apt/sources.list \
35+
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/droptarget/nightly bionic universe" >> /etc/apt/sources.list \
3636
&& (apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 44FC67F19B2466EA \
3737
|| apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 44FC67F19B2466EA) \
3838
&& apt-get update \

ci/nightly/sawtooth-identity-tp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update \
3232

3333
LABEL "install-type"="repo"
3434

35-
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/nightly bionic universe" >> /etc/apt/sources.list \
35+
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/droptarget/nightly bionic universe" >> /etc/apt/sources.list \
3636
&& (apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 44FC67F19B2466EA \
3737
|| apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 44FC67F19B2466EA) \
3838
&& apt-get update \

ci/nightly/sawtooth-intkey-workload

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update \
3232

3333
LABEL "install-type"="repo"
3434

35-
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/nightly bionic universe" >> /etc/apt/sources.list \
35+
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/droptarget/nightly bionic universe" >> /etc/apt/sources.list \
3636
&& (apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 44FC67F19B2466EA \
3737
|| apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 44FC67F19B2466EA) \
3838
&& apt-get update \

ci/nightly/sawtooth-rest-api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update \
3232

3333
LABEL "install-type"="repo"
3434

35-
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/nightly bionic universe" >> /etc/apt/sources.list \
35+
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/droptarget/nightly bionic universe" >> /etc/apt/sources.list \
3636
&& (apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 44FC67F19B2466EA \
3737
|| apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 44FC67F19B2466EA) \
3838
&& apt-get update \

ci/nightly/sawtooth-settings-tp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update \
3232

3333
LABEL "install-type"="repo"
3434

35-
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/nightly bionic universe" >> /etc/apt/sources.list \
35+
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/droptarget/nightly bionic universe" >> /etc/apt/sources.list \
3636
&& (apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 44FC67F19B2466EA \
3737
|| apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 44FC67F19B2466EA) \
3838
&& apt-get update \

ci/nightly/sawtooth-shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update \
3232

3333
LABEL "install-type"="repo"
3434

35-
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/nightly bionic universe" >> /etc/apt/sources.list \
35+
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/droptarget/nightly bionic universe" >> /etc/apt/sources.list \
3636
&& (apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 44FC67F19B2466EA \
3737
|| apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 44FC67F19B2466EA) \
3838
&& apt-get update \

ci/nightly/sawtooth-smallbank-tp-rust

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-get update \
3333

3434
LABEL "install-type"="repo"
3535

36-
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/nightly bionic universe" >> /etc/apt/sources.list \
36+
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/droptarget/nightly bionic universe" >> /etc/apt/sources.list \
3737
&& (apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 44FC67F19B2466EA \
3838
|| apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 44FC67F19B2466EA) \
3939
&& apt-get update \

ci/nightly/sawtooth-smallbank-workload

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update \
3232

3333
LABEL "install-type"="repo"
3434

35-
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/nightly bionic universe" >> /etc/apt/sources.list \
35+
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/droptarget/nightly bionic universe" >> /etc/apt/sources.list \
3636
&& (apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 44FC67F19B2466EA \
3737
|| apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 44FC67F19B2466EA) \
3838
&& apt-get update \

ci/nightly/sawtooth-validator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update \
3232

3333
LABEL "install-type"="repo"
3434

35-
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/nightly bionic universe" >> /etc/apt/sources.list \
35+
RUN echo "deb [arch=amd64] http://repo.sawtooth.me/ubuntu/droptarget/nightly bionic universe" >> /etc/apt/sources.list \
3636
&& (apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 44FC67F19B2466EA \
3737
|| apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 44FC67F19B2466EA) \
3838
&& apt-get update \

0 commit comments

Comments
 (0)