Skip to content

Commit

Permalink
switched to docker hub for ci completely (#465)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Kononykhin <[email protected]>
  • Loading branch information
andkononykhin authored and ashcherbakov committed Nov 30, 2017
1 parent 112a9c7 commit 00eb920
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ def withTestEnv(body) {
if (isUnix()) {
echo 'Test: Build docker image'

// TODO should be removed once base images are pushed to dockerhub
sh "ci/build_base_image.sh"

buildDocker("hyperledger/indy-plenum-ci", "ci/ubuntu.dockerfile ci").inside {
echo 'Test: Install dependencies'
install()
Expand Down
32 changes: 0 additions & 32 deletions ci/build_base_image.sh

This file was deleted.

2 changes: 1 addition & 1 deletion ci/ubuntu.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hyperledger/indy-core-baseci
FROM hyperledger/indy-core-baseci:0.0.1
LABEL maintainer="Hyperledger <[email protected]>"

ARG uid=1000
Expand Down

0 comments on commit 00eb920

Please sign in to comment.