Skip to content

Commit

Permalink
Merge pull request #286 from evernym/ci-fix
Browse files Browse the repository at this point in the history
moving to stable deps
  • Loading branch information
brentzundel authored Aug 27, 2018
2 parents eb0f8a9 + 80d8349 commit 58cd733
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devops/aws-codebuild/Jenkinsfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ pipelineWrapper({
// not accurate (it concatenates them):
// debian package version: <src_version>+<release_version>
// debian package name: <src_version><release_version>
def sovtoken_deb_version = "0.9.01.73"
def sovtokenfees_deb_version = "0.9.01.73"
def sovtoken_deb_version = "0.9.015.87"
def sovtokenfees_deb_version = "0.9.015.87"

sh """
cd ./devops/docker/ci/xenial/
Expand Down
2 changes: 1 addition & 1 deletion devops/docker/base/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ RUN cd /tmp/libsovtoken \

# TODO CMD ENTRYPOINT ...

ENV LIBSOVTOKEN_BASE_ENV_VERSION=0.5.0
ENV LIBSOVTOKEN_BASE_ENV_VERSION=0.6.0
13 changes: 7 additions & 6 deletions devops/docker/ci/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# - have explicitly defined versions in packages depends list
# - are likely to be updated (e.g. packaged 3rd parties like python3-pyzmq
# or python3-rocksdb are not specified here)
ENV LIBINDY_CRYPTO_VERSION ${LIBINDY_CRYPTO_VERSION:-0.4.0}
ENV LIBINDY_CRYPTO_VERSION ${LIBINDY_CRYPTO_VERSION:-0.4.1}
ENV PYTHON3_INDY_CRYPTO_VERSION ${PYTHON3_INDY_CRYPTO_VERSION:-0.4.1}
ENV INDY_PLENUM_VERSION ${INDY_PLENUM_VERSION:-1.4.447}
ENV INDY_ANONCREDS_VERSION ${INDY_ANONCREDS_VERSION:-1.0.32}
ENV INDY_NODE_VERSION ${INDY_NODE_VERSION:-1.4.500}
RUN echo "deb https://repo.sovrin.org/deb xenial master" >> /etc/apt/sources.list \
ENV INDY_PLENUM_VERSION ${INDY_PLENUM_VERSION:-1.6.50}
ENV INDY_ANONCREDS_VERSION ${INDY_ANONCREDS_VERSION:-1.0.11}
ENV INDY_NODE_VERSION ${INDY_NODE_VERSION:-1.6.71}
RUN echo "deb https://repo.sovrin.org/sdk/deb xenial stable" >> /etc/apt/sources.list
RUN echo "deb https://repo.sovrin.org/deb xenial stable" >> /etc/apt/sources.list \
&& apt-get update && apt-get install -y --no-install-recommends \
libindy-crypto=${LIBINDY_CRYPTO_VERSION} \
python3-indy-crypto=${PYTHON3_INDY_CRYPTO_VERSION} \
Expand Down Expand Up @@ -87,5 +88,5 @@ COPY libsovtoken-ci-entrypoint.sh /usr/local/bin/
ENTRYPOINT ["libsovtoken-ci-entrypoint.sh"]


ENV LIBSOVTOKEN_CI_ENV_VERSION=0.32.0
ENV LIBSOVTOKEN_CI_ENV_VERSION=0.33.0

0 comments on commit 58cd733

Please sign in to comment.